Release(4.3.0): add web component stories and harden Core tooling#285
Open
callinmullaney wants to merge 17 commits into
Open
Release(4.3.0): add web component stories and harden Core tooling#285callinmullaney wants to merge 17 commits into
callinmullaney wants to merge 17 commits into
Conversation
* 'main' of github.com:emulsify-ds/emulsify-core:
…ed-unused packages
large-twig-storybook emitted JS bytes: 7,529,579 before, 7,529,095 after.
large-twig-storybook fixture timing: Before: 4.80s via npm run fixtures:release -- --fixture large-twig-storybook. After: 4.91s via npm run fixtures:release -- --fixture large-twig-storybook.
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.
Summary
Adds web components as a documented Storybook authoring model alongside Twig and React, while tightening Core’s tooling contracts, audit output, Vite/Twig internals, and release fixture coverage.
Highlights include:
defineComponent()andrenderWebComponent()Storybook helpers.emulsify-audit --jsonoutput.Related issue(s)
None linked.
Checklist
Notes
Verification run across this branch includes:
npm run lint && npm testnpm run storybook-buildnpm run fixtures:releasenpm pack --dry-run --ignore-scriptsnpx --no-install emulsify-audit --root .github/fixtures/release/no-platform-src-components --json | node -e "JSON.parse(require('fs').readFileSync(0))"No Storybook framework change is included; Core remains on
@storybook/react-vite. The web component support is exposed through the existing@emulsify/core/storybookbarrel, with no new package export paths.