Release: Prerelease 10.4.0-alpha.7#34418
Merged
valentinpalkovic merged 54 commits intoApr 2, 2026
Merged
Conversation
…to valentin/status-based-filtering
…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.
…ering Sidebar: Add status-based filtering with refactored status architecture
8c6f803 to
d7ce790
Compare
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…cut-region-focus-indicator
d7ce790 to
79b569d
Compare
79b569d to
ea84ed4
Compare
ea84ed4 to
e4edcee
Compare
…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
e4edcee to
5660da0
Compare
…rseTagsParam and parseStatusesParam
…sing-v2 Maintenance: Extract parseFilterParam shared helper from tags and statuses modules
5660da0 to
c35c163
Compare
Package BenchmarksCommit: The following packages have significant changes to their size or dependencies:
|
| 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 |
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.4.0-alpha.6to10.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:
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:ChangeDetectionServiceand wire up builder-vite #34369If 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
ChangeDetectionServiceand wire up builder-vite - #34369, thanks ghengeveld!