Skip to content

Release: Prerelease 10.4.0-alpha.7#34418

Merged
valentinpalkovic merged 54 commits into
next-releasefrom
version-non-patch-from-10.4.0-alpha.6
Apr 2, 2026
Merged

Release: Prerelease 10.4.0-alpha.7#34418
valentinpalkovic merged 54 commits into
next-releasefrom
version-non-patch-from-10.4.0-alpha.6

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

This is an automated pull request that bumps the version from 10.4.0-alpha.6 to 10.4.0-alpha.7.
Once this pull request is merged, it will trigger a new release of version 10.4.0-alpha.7.
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: Maintenance: Extract parseFilterParam shared helper from tags and statuses modules #34436
  • 🔧 Maintenance: CLI: Explicitly tell whether smoke tests passed or failed #34419
  • 🐛 Bug: UI: Fix global shortcuts not showing region focus indicator #34201
  • ✨ Feature Request: Sidebar: Add status-based filtering with refactored status architecture #34339
  • ✨ Feature Request: Core: Add ChangeDetectionService and wire up builder-vite #34369
  • 🏗️ Build: Build: Require explicit relative import extensions #34417
  • 🏗️ Build: Build: Don't format MDX files in monorepo #34397

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.7

  • CLI: Explicitly tell whether smoke tests passed or failed - #34419, thanks Sidnioulz!
  • Core: Add ChangeDetectionService and wire up builder-vite - #34369, thanks ghengeveld!
  • Maintenance: Extract parseFilterParam shared helper from tags and statuses modules - #34436, thanks mixelburg!
  • Sidebar: Add status-based filtering with refactored status architecture - #34339, thanks valentinpalkovic!
  • UI: Fix global shortcuts not showing region focus indicator - #34201, thanks Sidnioulz!

Sidnioulz and others added 30 commits March 18, 2026 17:57
…omponents

- Added Filter component to manage tag and status filters in the sidebar.
- Created FilterPanel component to display and manage filter options.
- Integrated filter functionality into the Sidebar component, replacing the previous TagsFilter.
- Enhanced status handling in various components, ensuring consistent status icon and color usage.
- Updated SearchResults and Tree components to utilize new status handling logic.
- Added stories for FilterPanel to demonstrate various filter states and interactions.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Track changed files from git, trace affected story files through the builder module graph, and surface those results through the dev server status store.
…s for changed files and update related tests. Adjusted logic to handle new and changed files more effectively.
…dule graph subscription. Introduced ViteModuleGraphSubscriptionError for better error messaging. Updated tests to cover new scenarios and ensure robust change detection functionality. Handled review comments.
Surface Vite module-graph startup failures and timeouts to ChangeDetectionService so readiness no longer hangs. Stop rescanning after permanent unavailability, dedupe warmup requests by import path, and harden preview cleanup error handling.
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Mar 31, 2026
Sidnioulz and others added 2 commits March 31, 2026 16:19
…ering

Sidebar: Add status-based filtering with refactored status architecture
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.6 branch from 8c6f803 to d7ce790 Compare March 31, 2026 19:09
Sidnioulz and others added 4 commits April 1, 2026 09:50
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.6 branch from d7ce790 to 79b569d Compare April 1, 2026 10:31
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.6 branch from 79b569d to ea84ed4 Compare April 1, 2026 12:51
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.6 branch from ea84ed4 to e4edcee Compare April 1, 2026 12:55
…nsions

# Conflicts:
#	code/builders/builder-vite/src/index.ts
#	code/core/src/core-server/dev-server.ts
#	code/core/src/manager-api/modules/stories.ts
#	code/core/src/manager-api/tests/stories.test.ts
#	code/core/src/manager/components/preview/tools/addons.tsx
#	code/core/src/manager/components/preview/tools/menu.tsx
#	code/core/src/manager/components/sidebar/Filter.stories.tsx
#	code/core/src/manager/components/sidebar/Filter.story-helpers.tsx
#	code/core/src/manager/components/sidebar/Filter.tsx
#	code/core/src/manager/components/sidebar/FilterPanel.stories.tsx
#	code/core/src/manager/components/sidebar/Sidebar.tsx
#	code/core/src/manager/components/sidebar/TagsFilterPanel.tsx
Build: Require explicit relative import extensions
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.6 branch from e4edcee to 5660da0 Compare April 1, 2026 15:01
mixelburg and others added 3 commits April 1, 2026 22:19
…sing-v2

Maintenance: Extract parseFilterParam shared helper from tags and statuses modules
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.4.0-alpha.6 branch from 5660da0 to c35c163 Compare April 2, 2026 07:05
@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 Apr 2, 2026
@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: c35c163, ran on 2 April 2026 at 07:33:24 UTC

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

storybook

Before After Difference
Dependency count 50 50 0
Self size 20.47 MB 20.51 MB 🚨 +34 KB 🚨
Dependency size 16.55 MB 16.55 MB 🚨 +28 B 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 184 184 0
Self size 782 KB 782 KB 🚨 +84 B 🚨
Dependency size 67.70 MB 67.73 MB 🚨 +34 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.22 MB 66.26 MB 🚨 +34 KB 🚨
Bundle Size Analyzer Link Link

create-storybook

Before After Difference
Dependency count 51 51 0
Self size 1.04 MB 1.04 MB 🚨 +120 B 🚨
Dependency size 37.03 MB 37.06 MB 🚨 +34 KB 🚨
Bundle Size Analyzer node node

@valentinpalkovic valentinpalkovic merged commit 3607a46 into next-release Apr 2, 2026
293 of 298 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-10.4.0-alpha.6 branch April 2, 2026 10:19
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.

7 participants