Release: Prerelease 10.2.0-alpha.10#33405
Merged
Merged
Conversation
…pe to allow symbol keys
…pgrade-package-json-indent
…s and dependencies accordingly
…pgrade-package-json-indent
The previous approach would overwrite the inlined declaration of the Theme interface from @emotion/react. This alternative approach contains a self-augmenting declaration that enhances the Theme interface re-export.
…ring‑indexed only.
### Description Fix the import order so that `previewAnnotations` is imported after the a11y configuration in documentation. Previously, the document state that previewAnnotations was imported first, which caused it to overwrite the accessibility settings defined in `parameters.a11y.`
UI: Prevent primary story from duplicating anchor ID
4959094 to
8adf604
Compare
…2025 Dependencies: Bump various packages
8adf604 to
3af7512
Compare
…ection-fallback Vitest: Fallback detecting vitest version in postinstall
3af7512 to
e4a6ba9
Compare
Preview: Treat canceled animations as finished
e4a6ba9 to
fb78323
Compare
Added comment and make type multi-line
Docs: CSF Next - Adjust custom args example for better type safety
fb78323 to
37c9d0d
Compare
…rameter Interactions: Add disable parameter for interactions panel
37c9d0d to
554b1fa
Compare
NextJS: Import `next/dist` with `.js`-extension for ESM compat
554b1fa to
f7bdfb5
Compare
…-param Cleanup: Consistently use `disableSnapshot` for Chromatic config
f7bdfb5 to
5e10b78
Compare
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 18 | 18 | 0 |
| Self size | 1.79 MB | 1.64 MB | 🎉 -153 KB 🎉 |
| Dependency size | 9.25 MB | 9.25 MB | 🚨 +18 B 🚨 |
| Bundle Size Analyzer | Link | Link |
storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 49 | 49 | 0 |
| Self size | 20.52 MB | 20.19 MB | 🎉 -333 KB 🎉 |
| Dependency size | 16.52 MB | 16.52 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 183 | 183 | 0 |
| Self size | 775 KB | 775 KB | 🚨 +152 B 🚨 |
| Dependency size | 67.58 MB | 67.24 MB | 🎉 -333 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 176 | 176 | 0 |
| Self size | 30 KB | 30 KB | 0 B |
| Dependency size | 66.15 MB | 65.82 MB | 🎉 -333 KB 🎉 |
| Bundle Size Analyzer | Link | Link |
create-storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 50 | 50 | 0 |
| Self size | 999 KB | 999 KB | 🚨 +42 B 🚨 |
| Dependency size | 37.04 MB | 36.71 MB | 🎉 -333 KB 🎉 |
| Bundle Size Analyzer | node | node |
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.
This is an automated pull request that bumps the version from
10.2.0-alpha.9to10.2.0-alpha.10.Once this pull request is merged, it will trigger a new release of version
10.2.0-alpha.10.If you're not a core maintainer with permissions to release you can ignore this pull request.
To do
Before merging the PR, there are a few QA steps to go through:
And for each change below:
This is a list of all the PRs merged and commits pushed directly to
next, that will be part of this release:next/distwith.js-extension for ESM compat #33380!manifesttag in preview files #33406componentManifestGeneratorto extensiblemanifestspreset property #33392disableSnapshotfor Chromatic config #33417emotion/reactmodule augmentation #33250If you've made any changes doing the above QA (change PR titles, revert PRs), manually trigger a re-generation of this PR with this workflow and wait for it to finish. It will wipe your progress in this to do, which is expected.
Feel free to manually commit any changes necessary to this branch after you've done the last re-generation, following the Make Manual Changes section in the docs, especially if you're making changes to the changelog.
When everything above is done:
Generated changelog
10.2.0-alpha.10
componentManifestGeneratorto extensiblemanifestspreset property - #33392, thanks JReinhold!!manifesttag in preview files - #33406, thanks JReinhold!next/distwith.js-extension for ESM compat - #33380, thanks yue4u!