chore(facade): point the Web Host CDN at webcomponents-1.0.58 - #113
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Points
fe_facade_urlatwebcomponents-1.0.58, across the five files that name the CDN version:_index.yaml,Makefile,README.md,config_handler_test.luaandtest/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.jswas 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
https://web-host.wippy.ai/webcomponents-1.0.58/@wippy-fe/*packages on npm at0.0.58