Skip to content

chore(facade): point the Web Host CDN at webcomponents-1.0.58 - #113

Merged
AndrewKirkovski merged 1 commit into
masterfrom
chore/facade-cdn-1.0.58
Sep 1, 2026
Merged

chore(facade): point the Web Host CDN at webcomponents-1.0.58#113
AndrewKirkovski merged 1 commit into
masterfrom
chore/facade-cdn-1.0.58

Conversation

@AndrewKirkovski

@AndrewKirkovski AndrewKirkovski commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

Points fe_facade_url at webcomponents-1.0.58, across the five files that name the CDN version: _index.yaml, Makefile, README.md, config_handler_test.lua and test/config_dependency_test.lua. The last asserts the URL literally, so a partial bump fails the suite rather than shipping a mismatched pair.

public/@wippy-fe/loading.js was re-vendored from the new CDN path after the host deploy landed. It's byte-identical to the 1.0.57 copy — the loading component didn't change this release — so it shows no diff.

Published as wippy/facade@0.6.39.

Verified

  • CDN live at https://web-host.wippy.ai/webcomponents-1.0.58/
  • 14 @wippy-fe/* packages on npm at 0.0.58
  • Fully-published consumer boot (facade from the hub, host from the CDN, packages from npm): no stale host versions, no failed requests, no console errors

Moves `fe_facade_url` and every hardcoded reference to it from
`webcomponents-1.0.57` to `webcomponents-1.0.58`, across the five places
that name it: `_index.yaml` (the config default), the `Makefile`'s
`WEB_HOST_CDN` used by `make sync`, `README.md`, `config_handler_test.lua`
and `test/config_dependency_test.lua` - the last of which asserts the
exact URL, so a partial bump fails the suite rather than shipping a
mixed pair of versions.

`public/@wippy-fe/loading.js` was re-vendored from the new CDN path after
the host deploy landed, and is byte-identical to the 1.0.57 copy: the
loading component's source did not change this release, so the file shows
no diff. Re-vendoring before the deploy would have written a 403 body
into the `public_files` embed - invisible in a dry-run pack.

Web Host 1.0.58 carries the visual conversation copy work, four fixes to
a copy path that shipped broken (run-together plain text, decorative
icons pasted as stray images, an artifact's `srcdoc` leaking into the
clipboard, and a retired double-buffer emitting an artifact the reader
could not see), and a shadow-DOM fix in `@wippy-fe/theme`, which patched
`Menu`'s outside-click listener but not `ContextMenu`'s.

CDN verified live at https://web-host.wippy.ai/webcomponents-1.0.58/ and
the 14 `@wippy-fe/*` packages verified on the npm registry at 0.0.58.
@AndrewKirkovski
AndrewKirkovski merged commit 9305190 into master Sep 1, 2026
21 checks passed
@AndrewKirkovski
AndrewKirkovski deleted the chore/facade-cdn-1.0.58 branch September 1, 2026 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant