Skip to content

Release: Prerelease 10.4.0-alpha.5#34322

Merged
JReinhold merged 44 commits into
next-releasefrom
version-non-patch-from-10.4.0-alpha.4
Mar 27, 2026
Merged

Release: Prerelease 10.4.0-alpha.5#34322
JReinhold merged 44 commits into
next-releasefrom
version-non-patch-from-10.4.0-alpha.4

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Mar 25, 2026

This is an automated pull request that bumps the version from 10.4.0-alpha.4 to 10.4.0-alpha.5.
Once this pull request is merged, it will trigger a new release of version 10.4.0-alpha.5.
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:

  • Add the "freeze" label to this PR, to ensure it doesn't get automatically forced pushed by new changes.
  • Add the "ci:daily" label to this PR, to trigger the full test suite to run on this PR.

And for each change below:

  1. Ensure the change is appropriate for the version bump. E.g. patch release should only contain patches, not new or de-stabilizing features. If a change is not appropriate, revert the PR.
  2. Ensure the PR is labeled correctly with one of: "BREAKING CHANGE", "feature request", "bug", "maintenance", "dependencies", "documentation", "build", "unknown".
  3. Ensure the PR title is correct, and follows the format "[Area]: [Summary]", e.g. "React: Fix hooks in CSF3 render functions". If it is not correct, change the title in the PR.
    • Areas include: React, Vue, Core, Docs, Controls, etc.
    • First word of summary indicates the type: “Add”, “Fix”, “Upgrade”, etc.
    • The entire title should fit on a line

This is a list of all the PRs merged and commits pushed directly to next, that will be part of this release:

  • 🔧 Maintenance: Refactor: Extract shared PseudoStateGrid component in pseudo-states stories #34334
  • 🐛 Bug: CLI: Fix Next.js Vite automigration corrupting configs already using storybook/nextjs-vite #34249
  • 🐛 Bug: React-Vite: Upgrade joshwooding/vite-plugin-react-docgen-typescript to 0.7.0 #34335 (will also be patched)
  • 🐛 Bug: Manager: URL-based tag filter state + filter-aware initial story selection #34283
  • 🔧 Maintenance: Addon-a11y: Clear status transition timer on unmount to prevent test flake #34203 (will also be patched)
  • 🐛 Bug: Builder-Vite: Use djb2 hash to prevent variable name collisions in builder-vite #34274 (will also be patched)
  • ✨ Feature Request: Core: Add changeDetection feature flag #34314
  • 🏗️ Build: Build: Don't check format of version JSON files #34321

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.4.0-alpha.5

  • Addon-a11y: Clear status transition timer on unmount to prevent test flake - #34203, thanks mixelburg!
  • Builder-Vite: Use djb2 hash to prevent variable name collisions in builder-vite - #34274, thanks chida09!
  • CLI: Fix Next.js Vite automigration corrupting configs already using storybook/nextjs-vite - #34249, thanks nathanjessen!
  • Core: Add changeDetection feature flag - #34314, thanks valentinpalkovic!
  • Manager: URL-based tag filter state + filter-aware initial story selection - #34283, thanks valentinpalkovic!
  • React-Vite: Upgrade joshwooding/vite-plugin-react-docgen-typescript to 0.7.0 - #34335, thanks beeswhacks!
  • Refactor: Extract shared PseudoStateGrid component in pseudo-states stories - #34334, thanks copilot-swe-agent!

mixelburg and others added 26 commits March 18, 2026 22:40
…using @storybook/nextjs-vite

The regex /@storybook\/nextjs/g matches as a substring inside
@storybook/nextjs-vite, rewriting it to @storybook/nextjs-vite-vite.

Projects that had both @storybook/nextjs and @storybook/nextjs-vite
installed simultaneously (valid in SB9) would hit this because their
main.ts already referenced @storybook/nextjs-vite.

Fix: add a negative lookahead so only bare @storybook/nextjs is replaced.
…ns with pnpm

Replace the naive character-code-sum hash with djb2 to prevent collisions
when pnpm peer dependency hash suffixes produce paths with identical sums.

Closes #34270

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Move the unsigned right shift inside the loop so the accumulator stays
within 32-bit range on every iteration, avoiding precision loss when
hashing long file paths (common with pnpm).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…flag

Core: Add changeDetection feature flag
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Mar 25, 2026
…llision

Builder-Vite: Use djb2 hash to prevent variable name collisions in builder-vite
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.4 branch from 2bf29a5 to ce8a0a0 Compare March 25, 2026 18:29
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.4 branch from ce8a0a0 to 8297825 Compare March 26, 2026 09:45
beeswhacks and others added 7 commits March 26, 2026 09:51
…to 0.7.0

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…cate code in pseudo-states stories

Co-authored-by: valentinpalkovic <5889929+valentinpalkovic@users.noreply.github.com>
Agent-Logs-Url: https://github.com/storybookjs/storybook/sessions/d64da8e9-5f2a-402f-92c2-bc4185d77af0
Manager: URL-based tag filter state + filter-aware initial story selection
…ocgen-typescript-0.7.0

React-Vite: Upgrade @joshwooding/vite-plugin-react-docgen-typescript to 0.7.0
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.4 branch from 8297825 to aaaac23 Compare March 26, 2026 10:53
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.4 branch from aaaac23 to f6a0007 Compare March 26, 2026 11:48
Build: Don't check format of version JSON files
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.4 branch from f6a0007 to c6746db Compare March 26, 2026 13:16
valentinpalkovic and others added 2 commits March 26, 2026 15:30
…do-state-grid

Refactor: Extract shared `PseudoStateGrid` component in pseudo-states stories
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.4 branch from c6746db to 6de8c90 Compare March 26, 2026 14:33
@yannbf yannbf added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Mar 26, 2026
@JReinhold JReinhold added ci:daily Run the CI jobs that normally run in the daily job. and removed ci:daily Run the CI jobs that normally run in the daily job. labels Mar 26, 2026
@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 6de8c90, ran on 26 March 2026 at 20:17:24 UTC

The following packages have significant changes to their size or dependencies:

@storybook/nextjs-vite

Before After Difference
Dependency count 92 92 0
Self size 1.12 MB 1.12 MB 0 B
Dependency size 22.73 MB 22.76 MB 🚨 +33 KB 🚨
Bundle Size Analyzer Link Link

@storybook/react-native-web-vite

Before After Difference
Dependency count 121 121 0
Self size 30 KB 30 KB 0 B
Dependency size 23.80 MB 23.83 MB 🚨 +33 KB 🚨
Bundle Size Analyzer Link Link

@storybook/react-vite

Before After Difference
Dependency count 82 82 0
Self size 35 KB 35 KB 0 B
Dependency size 20.51 MB 20.54 MB 🚨 +33 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 184 184 0
Self size 780 KB 780 KB 🎉 -57 B 🎉
Dependency size 67.68 MB 67.69 MB 🚨 +12 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 177 177 0
Self size 32 KB 32 KB 🚨 +36 B 🚨
Dependency size 66.21 MB 66.22 MB 🚨 +12 KB 🚨
Bundle Size Analyzer Link Link

@JReinhold JReinhold merged commit ab96a79 into next-release Mar 27, 2026
293 of 301 checks passed
@JReinhold JReinhold deleted the version-non-patch-from-10.4.0-alpha.4 branch March 27, 2026 09:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label release For PRs that trigger new releases. Automated

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants