-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Release: Prerelease 10.0.0-beta.6 #32486
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
ndelangen
merged 92 commits into
next-release
from
version-non-patch-from-10.0.0-beta.5
Sep 22, 2025
Merged
Release: Prerelease 10.0.0-beta.6 #32486
ndelangen
merged 92 commits into
next-release
from
version-non-patch-from-10.0.0-beta.5
Sep 22, 2025
Conversation
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
We've had this TODO for a while. Basically, we no longer pull dependencies from the context, so we don't need to mock it or populate it anymore.
… open-in-editor functionality to Subnav and Preview components, allowing users to open files directly in their code editor. Updated package dependencies and added related types for improved type safety.
…xt menu, as well as shortcuts
…onent. Updated package dependencies to include 'react-qr-code' and added related stories for testing. Enhanced sidebar context menu with new shortcut keys.
…omposed Storybooks
Core: Add "open in editor" feature
ee6b6a1
to
3dbf4c1
Compare
View your CI Pipeline Execution ↗ for commit 14c9b73
☁️ Nx Cloud last updated this comment at |
…Update form validation and success handling logic.
…omponent Sandbox: Angular template fix form component
…wline-to-packagejson Release: Ensure newline at the end of `package.json`
3dbf4c1
to
06a9cd3
Compare
…ng for JSON output
06a9cd3
to
cc5419f
Compare
cc5419f
to
14c9b73
Compare
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
Before | After | Difference | |
---|---|---|---|
Dependency count | 48 | 43 | 🎉 -5 🎉 |
Self size | 30.11 MB | 30.13 MB | 🚨 +19 KB 🚨 |
Dependency size | 17.64 MB | 17.30 MB | 🎉 -346 KB 🎉 |
Bundle Size Analyzer | Link | Link |
@storybook/cli
Before | After | Difference | |
---|---|---|---|
Dependency count | 192 | 187 | 🎉 -5 🎉 |
Self size | 886 KB | 886 KB | 🚨 +120 B 🚨 |
Dependency size | 80.06 MB | 79.73 MB | 🎉 -328 KB 🎉 |
Bundle Size Analyzer | Link | Link |
@storybook/codemod
Before | After | Difference | |
---|---|---|---|
Dependency count | 174 | 169 | 🎉 -5 🎉 |
Self size | 35 KB | 35 KB | 0 B |
Dependency size | 76.48 MB | 76.16 MB | 🎉 -328 KB 🎉 |
Bundle Size Analyzer | Link | Link |
create-storybook
Before | After | Difference | |
---|---|---|---|
Dependency count | 49 | 44 | 🎉 -5 🎉 |
Self size | 1.55 MB | 1.55 MB | 🎉 -311 B 🎉 |
Dependency size | 47.76 MB | 47.43 MB | 🎉 -328 KB 🎉 |
Bundle Size Analyzer | node | node |
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.0.0-beta.5
to10.0.0-beta.6
.Once this pull request is merged, it will trigger a new release of version
10.0.0-beta.6
.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:open
#32484795e05c3e6a72d7de10fbb2f4cb309e4dd333f46
d0124611d3881cb301b5862542c4cfe035e9a70b
9dc2e673cfc9428cf172a47b152f2e5f1255e0ee
package.json
#32505create-storybook
#32134no-stories-of
rule to include correct import syntaxaa7d21c900981a6e81820dcd56b1923c8e9c2323
472d59370cd07925a564bed618ba9e4c7179abf1
If 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.0.0-beta.6
open
- #32484, thanks ndelangen!