Release: Prerelease 10.3.0-alpha.13#33943
Merged
valentinpalkovic merged 36 commits intoMar 3, 2026
Merged
Conversation
…STORY_HOT_UPDATED timing Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
…ook and React hooks Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
When a story or meta uses `render: Template` (an identifier referencing a function) instead of an inline arrow/function expression, the manifest snippet generator would throw "Expected render to be an arrow function or function expression". Now resolves the identifier to its local declaration when possible, and gracefully falls back to no-function JSX synthesis when unresolvable (e.g. imported functions).
resolveIdentifierInit now finds `function Template() {}` declarations
(not just `const Template = ...`). Also ensures resolved render
functions always use the story name in output, not the template name.
When a story has `render: ImportedTemplate` that can't be resolved, getRenderPath previously returned undefined — indistinguishable from "no render property". This caused incorrect fallback to meta's render. Introduce tri-state RenderResolution (missing/resolved/unresolved) so that an unresolvable story render skips meta's render and falls through to no-function JSX synthesis instead.
…ess-env CLI: Set STORYBOOK environment variable
UI: Prevent crash when tag filters contain undefined entries
fc26128 to
6c76cdd
Compare
…events HMR: Fix race conditions causing stale play functions to fire on re-rendered stories
6c76cdd to
d85da16
Compare
…mpt-edge-case Build: Respect CLI-set watch & prod flags in scripts
d85da16 to
ebd50f4
Compare
…k-hooks-issue Docs: Improve error message and docs for mixing Storybook and React hooks in render functions
ebd50f4 to
9e9a54a
Compare
Controls: Fix Object contrast issue and tidy up code
…roll-area A11y: Add ScrollArea prop focusable for when it has static children
9e9a54a to
9d82c4b
Compare
Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
…-documentation Docs: Update Angular supported version range to include v21
9d82c4b to
a9aae43
Compare
…-identifier React: Handle render identifier in manifest snippet generation
a9aae43 to
2a4ecd4
Compare
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.12to10.3.0-alpha.13.Once this pull request is merged, it will trigger a new release of version
10.3.0-alpha.13.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: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.3.0-alpha.13