Skip to content

Release: Prerelease 10.3.0-alpha.4#33761

Merged
valentinpalkovic merged 23 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.3
Feb 4, 2026
Merged

Release: Prerelease 10.3.0-alpha.4#33761
valentinpalkovic merged 23 commits into
next-releasefrom
version-non-patch-from-10.3.0-alpha.3

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Feb 3, 2026

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

  • 🐛 Bug: Addon-Vitest: Support vite/vitest config with deferred export #33755 (will also be patched)
  • 🐛 Bug: Manifests: Use correct story name #33709
  • 🐛 Bug: Manager: Update logic to use base path instead of full pathname #33686 (will also be patched)
  • 🐛 Bug: Controls: Allow story argTypes to override control: false from meta #33729
  • 🐛 Bug: Toolbar: Remove extra toolbar divider when zoom controls not shown #33731
  • 🏗️ Build: Build: No dts-mapper files during dev #33759

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

  • Addon-Vitest: Support vite/vitest config with deferred export - #33755, thanks valentinpalkovic!
  • Controls: Allow story argTypes to override control: false from meta - #33729, thanks jonathan-fulton!
  • Manager: Update logic to use base path instead of full pathname - #33686, thanks JSMike!
  • Manifests: Use correct story name - #33709, thanks JReinhold!
  • Toolbar: Remove extra toolbar divider when zoom controls not shown - #33731, thanks jonathan-fulton!

JSMike and others added 17 commits January 28, 2026 18:39
Co-authored-by: ia319 <linglingmeng876@gmail.com>
Fixes #27091

When meta defines `argTypes: { prop: { control: false } }`, story-level
argTypes with `control: 'text'` or `control: { type: 'select' }` should
be able to re-enable the control.

The issue was that `control: false` was normalized to `{ disable: true }`
and `control: 'text'` was normalized to `{ type: 'text' }`. When merged
via combineParameters, both properties were kept, resulting in
`{ disable: true, type: 'text' }` which still disabled the control.

The fix ensures that when a control type is explicitly specified, the
normalized control object includes `disable: false` to override any
inherited `disable: true` from parent argTypes.

This maintains backward compatibility:
- `control: false` still disables controls
- `control: { disable: true }` still works
- But now `control: 'text'` properly overrides `control: false`
Fixes #21429

In docs mode, the menu tool was rendering a Separator that had no tools
following it, causing an orphaned divider to appear in the toolbar.

The Separator in menuTool is intended to visually separate the menu
button from subsequent tools (like remountTool). However, in docs mode,
remountTool and other left-side tools are filtered out by their match
function, leaving the separator with nothing to separate.

The fix makes the Separator conditional on viewMode === 'story', since
that's when the other left-side tools are actually visible.
…m:storybookjs/storybook into jeppe/use-correct-story-name-in-manifests
Toolbar: Remove extra toolbar divider when zoom controls not shown
…ride-27091

Controls: Allow story argTypes to override control: false from meta
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Feb 3, 2026
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.3 branch from c5f8f43 to 6069040 Compare February 3, 2026 13:57
Manager: Update logic to use base path instead of full pathname
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.3 branch from 6069040 to 3806b58 Compare February 3, 2026 14:42
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.3 branch from 3806b58 to 9148c7c Compare February 4, 2026 09:34
valentinpalkovic and others added 2 commits February 4, 2026 11:12
…nfig-with-deferred-export

Addon-Vitest: Support vite/vitest config with deferred export
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.3.0-alpha.3 branch from 9148c7c to 9472ef0 Compare February 4, 2026 10:15
@valentinpalkovic valentinpalkovic added ci:daily Run the CI jobs that normally run in the daily job. freeze Freeze the Release PR with this label labels Feb 4, 2026
@valentinpalkovic valentinpalkovic merged commit c7e3bcf into next-release Feb 4, 2026
290 of 291 checks passed
@valentinpalkovic valentinpalkovic deleted the version-non-patch-from-10.3.0-alpha.3 branch February 4, 2026 11:28
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