Skip to content

Release: Prerelease 10.2.0-beta.2#33563

Merged
ndelangen merged 37 commits into
next-releasefrom
version-non-patch-from-10.2.0-beta.1
Jan 19, 2026
Merged

Release: Prerelease 10.2.0-beta.2#33563
ndelangen merged 37 commits into
next-releasefrom
version-non-patch-from-10.2.0-beta.1

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot commented Jan 16, 2026

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

  • 📦 Dependencies: Dependencies: Update baseline-browser-mapping #33576
  • 🐛 Bug: Core: Fix Checklist behavior with hidden sidebar #33556
  • 🐛 Bug: Core: Add zoom level 8 and limit manual input to 800% #33561
  • 🐛 Bug: CSF-Factories: Skip non-factory exports instead of throwing error #33550
  • ✨ Feature Request: Zoom: Keyboardshortcut for the plus key #33565
  • 🐛 Bug: Core: Fix viewport args handling and reset option #33560
  • 🐛 Bug: Onboarding: Fix navigation to first story when configure-your-project entry missing #33559
  • 🏗️ Build: Build: Update Visual Tests addon #33569

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.2.0-beta.2

  • CSF-Factories: Skip non-factory exports instead of throwing error - #33550, thanks kasperpeulen!
  • Core: Add zoom level 8 and limit manual input to 800% - #33561, thanks ghengeveld!
  • Core: Fix Checklist behavior with hidden sidebar - #33556, thanks ghengeveld!
  • Core: Fix viewport args handling and reset option - #33560, thanks ghengeveld!
  • Dependencies: Update baseline-browser-mapping - #33576, thanks ndelangen!
  • Onboarding: Fix navigation to first story when configure-your-project entry missing - #33559, thanks copilot-swe-agent!
  • Zoom: Keyboardshortcut for the plus key - #33565, thanks ndelangen!

kasperpeulen and others added 15 commits January 15, 2026 14:40
Previously, CSF factory files would throw a `MixedFactoryError` if any
named export was not a factory story (e.g., `meta.story()`). This caused
issues when:
- Files had helper exports that were excluded via `excludeStories`
- Files had utility functions or constants exported alongside stories

Now, non-factory exports in factory files are simply skipped during
indexing. This means:
- Helper exports no longer need `excludeStories` to avoid errors
- `excludeStories`/`includeStories` still work for factory stories
- Only actual factory stories (`meta.story()` / `meta.extend()`) are indexed

Fixes #33549

Generated with [Claude Code](https://claude.ai/code)
via [Happy](https://happy.engineering)

Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Happy <yesreply@happy.engineering>
Co-authored-by: JReinhold <5678122+JReinhold@users.noreply.github.com>
…gation-error

Onboarding: Fix navigation to first story when configure-your-project entry missing
@github-actions github-actions Bot added the release For PRs that trigger new releases. Automated label Jan 16, 2026
@ndelangen ndelangen self-assigned this Jan 16, 2026
Zoom: Keyboardshortcut for the `plus` key
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-beta.1 branch from d6088fb to 7e140d0 Compare January 16, 2026 16:17
…xclude-stories

CSF-Factories: Skip non-factory exports instead of throwing error
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-beta.1 branch from 7e140d0 to d456214 Compare January 16, 2026 16:44
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-beta.1 branch from d456214 to 4921801 Compare January 16, 2026 19:47
Core: Fix Checklist behavior with hidden sidebar
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-beta.1 branch from 4921801 to 2b45c8f Compare January 17, 2026 08:10
@storybook-bot storybook-bot force-pushed the version-non-patch-from-10.2.0-beta.1 branch from 2b45c8f to 3666ac1 Compare January 19, 2026 08:46
@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 Jan 19, 2026
@storybook-app-bot
Copy link
Copy Markdown

Package Benchmarks

Commit: 3666ac1, ran on 19 January 2026 at 09:49:35 UTC

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

@storybook/react-native-web-vite

Before After Difference
Dependency count 159 159 0
Self size 30 KB 30 KB 🎉 -10 B 🎉
Dependency size 23.00 MB 23.12 MB 🚨 +115 KB 🚨
Bundle Size Analyzer Link Link

@storybook/cli

Before After Difference
Dependency count 183 183 0
Self size 775 KB 775 KB 🚨 +276 B 🚨
Dependency size 67.38 MB 67.45 MB 🚨 +78 KB 🚨
Bundle Size Analyzer Link Link

@storybook/codemod

Before After Difference
Dependency count 176 176 0
Self size 30 KB 30 KB 🎉 -40 B 🎉
Dependency size 65.95 MB 66.03 MB 🚨 +78 KB 🚨
Bundle Size Analyzer Link Link

@ndelangen ndelangen merged commit fc3ed0b into next-release Jan 19, 2026
291 of 294 checks passed
@ndelangen ndelangen deleted the version-non-patch-from-10.2.0-beta.1 branch January 19, 2026 10:06
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