Release: Prerelease beta 10.3.0-beta.0#34150
Merged
yannbf merged 149 commits intonext-releasefrom Mar 16, 2026
Merged
Conversation
Relative paths are perfectly valid here because it's resolved into a path using path.join at https://github.com/storybookjs/storybook/blob/6ee3f61be916c708e8e4c6629afbd866f13f0500/code/frameworks/vue3-vite/src/plugins/vue-component-meta.ts#L179.
Co-authored-by: kasperpeulen <1035299+kasperpeulen@users.noreply.github.com>
Co-authored-by: kasperpeulen <1035299+kasperpeulen@users.noreply.github.com>
Co-authored-by: kasperpeulen <1035299+kasperpeulen@users.noreply.github.com>
…to true Co-authored-by: JReinhold <5678122+JReinhold@users.noreply.github.com>
… CSS ordering on theme change When styled() is called with multiple arguments (e.g., styled.h1(withReset, headerCommon, themeFunc)), Emotion generates separate CSS classes for each argument. On theme change, unchanged classes are reused at their original stylesheet position while changed ones are appended at the end. This causes unpredictable CSS cascade ordering since DocsContent's :where() selectors and component classes share the same specificity (0-1-0). By merging all arguments into a single function, each component produces exactly one CSS class that is always regenerated together on theme change, ensuring consistent stylesheet ordering. Co-authored-by: Sidnioulz <5108577+Sidnioulz@users.noreply.github.com>
…-sudo-requirement Addon-Vitest: Make Playwright `--with-deps` platform-aware to avoid `sudo` prompt on Linux
…tion-for-telemetry Maintenance: Use std-env for AI agent detection in telemetry
…cessibility A11y: Make resize handles for addon panel and sidebar accessible
UI: Make TagsFilter state persistent
Build: Fix CI issues for expo and sveltekit sandboxes
…base-url Core: Fix event source URL based on refId when multiple iframes share the same origin
Documentation: Add CLAUDE.md and docs for AI coding assistants
…y-reset Test: Fix clearing mocks in Vitest
Maintenance: Install NX MCP server
Contributor
Author
|
|
View your CI Pipeline Execution ↗ for commit 4c960ec
☁️ Nx Cloud last updated this comment at |
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 49 | 49 | 0 |
| Self size | 20.21 MB | 20.45 MB | 🚨 +245 KB 🚨 |
| Dependency size | 16.54 MB | 16.54 MB | 0 B |
| Bundle Size Analyzer | Link | Link |
@storybook/cli
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 183 | 183 | 0 |
| Self size | 779 KB | 779 KB | 🚨 +70 B 🚨 |
| Dependency size | 67.40 MB | 67.65 MB | 🚨 +245 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
@storybook/codemod
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 176 | 176 | 0 |
| Self size | 32 KB | 32 KB | 🎉 -36 B 🎉 |
| Dependency size | 65.93 MB | 66.17 MB | 🚨 +245 KB 🚨 |
| Bundle Size Analyzer | Link | Link |
create-storybook
| Before | After | Difference | |
|---|---|---|---|
| Dependency count | 50 | 50 | 0 |
| Self size | 1.04 MB | 1.04 MB | 🚨 +385 B 🚨 |
| Dependency size | 36.75 MB | 37.00 MB | 🚨 +245 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.3.0-alpha.17to10.3.0-beta.0.Once this pull request is merged, it will trigger a new release of version
10.3.0-beta.0.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:--with-depsplatform-aware to avoidsudoprompt on Linux #34121docs.componentsoverrides for doc blocks #34111experimentalComponentsManifest→componentsManifest, default totrue#33974sidebarOnboardingChecklistfeature and feature defaults #34103If 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.3.0-beta.0
--with-depsplatform-aware to avoidsudoprompt on Linux - #34121, thanks copilot-swe-agent!docs.componentsoverrides for doc blocks - #34111, thanks JReinhold!experimentalComponentsManifest→componentsManifest, default totrue- #33974, thanks copilot-swe-agent!