release: prepare v4.1.0 release#269
Merged
Merged
Conversation
Move repo-only test, coverage, unused legacy plugin, and fixture deps to devDependencies. Keep public config, binaries, Storybook/Vite/Twig runtime, and packaged a11y deps in dependencies. Leave @emulsify/cli in dependencies; its consumer tooling role is not proven safe to change.
…oots feat(config): support custom Twig asset roots
…mer-dependency-footprint * origin/develop: feat(config): support custom asset roots # Conflicts: # config/vite/project-config.js # config/vite/project-structure.js # docs/project-structure.md # docs/storybook.md # scripts/audit.test.js
…ency-footprint feat: improve consumer packaging and Storybook integration
chore(release): bump version to 4.1.0
Contributor
|
🎉 This PR is included in version 4.1.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
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
Prepares the Emulsify Core v4.1.0 release by promoting the completed
developchanges tomain.Release highlights:
assets.rootsinproject.emulsify.json.assets/andsrc/assets/as default asset locations./assetsin Storybook.source('@assets/...')references against configured asset roots.emulsify-audit.index.json.discoverStories: falsefor projects that require a manual accessibility target list.args,loaded,parameters, andglobals.Related issue(s)
Checklist
Notes
discoverStories: falseto retain manual-only Pa11y targeting.