Skip to content

Release: Prerelease 9.1.0-alpha.7 #31748

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 219 commits into
base: next-release
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 11, 2025

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

  • 📦 Dependencies: Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue #31888 (will also be patched)
  • 🔧 Maintenance: Core: Fix aria-controls attribute on sidebar nodes to include all children #31491
  • ✨ Feature Request: Controls: Improve the accessibility of the object control #31581
  • 📦 Dependencies: Deps: Extend vite peerDependencies range to include 7.0.0 #31859 (will also be patched)
  • 🐛 Bug: UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled #23411 (will also be patched)
  • 🔧 Maintenance: Core: Fix FIPS compliance #31806 (will also be patched)
  • 🐛 Bug: Core: Fix addon scrollbars and align scrollbar colors with toolbars #31844 (will also be patched)
  • ✨ Feature Request: Core: Support container queries in addon panels #23261
  • 🐛 Bug: CSF: Improve controls parameters #31745
  • 🐛 Bug: UI: Visual focus indicators (VFIs) aren't visible in high contrast mode (rebase) #31848
  • 🐛 Bug: Core: Cleanup of type following up v9 and small verbatimModuleSyntax type fix #31823
  • 🐛 Bug: React Native Web: Fix shift spread operator in react-native-web-vite presets #31804 (will also be patched)
  • 🐛 Bug: Core: Gracefully handle disallowed cross-origin clipboard access #31834 (will also be patched)
  • 🐛 Bug: Core: Support array-based catch-all Next.js route segments in AppRouterProvider #31524 (will also be patched)
  • 🐛 Bug: Telemetry: Fix prompting without checking isTTY #31781 (will also be patched)
  • 🐛 Bug: Vite: Remove addon-themes and theming from optimized deps list #31833 (will also be patched)
  • 🐛 Bug: Next.js-Vite: Support Next.js v15.4 #31828 (will also be patched)
  • 🐛 Bug: Addon Vitest: Remove Optimize deps candidates due to Vitest warnings #31809
  • 🐛 Bug: Core: Enhance package manager install methods to support optional force flag #31796 (will also be patched)
  • 🐛 Bug: Core: Fix horizontal scrollbar covering part of the toolbar #31704
  • 🐛 Bug: React Native: Fix window event listeners that dont exist on rn #31780 (will also be patched)
  • 🐛 Bug: Addon Vitest: Support init in Vitest >= 3.2 #31715 (will also be patched)
  • 🐛 Bug: Addons: Use chromatic-com/storybook without version specifier #31627 (will also be patched)
  • 🔧 Maintenance: CLI: Show Storybook version in the upgrade command #31774 (will also be patched)
  • 🐛 Bug: Angular: Fix Storybook experimentalZoneless is not compatible with Angular 20 #31772 (will also be patched)
  • 🐛 Bug: Angular: Tailwind 4 compatibility #31759 (will also be patched)
  • 🔧 Maintenance: CLI: Add RN/RNW "both" init option #31778 (will also be patched)
  • 🐛 Bug: Nextjs-Vite: Use tsconfig paths plugin #31764 (will also be patched)
  • 🐛 Bug: Docs: Update react-element-to-jsx-string #31170
  • 🐛 Bug: Core: Fix cyclical dependency in core addons #31750 (will also be patched)
  • 🐛 Bug: CSF: Story ComponentAnnotations['subcomponents'] to correctly use its own type for subcomponents rather than attempt to inherit from the component #31723 (will also be patched)
  • 🐛 Bug: Angular: Update MiniCssExtractPlugin configuration for cache busting #31752 (will also be patched)
  • 🐛 Bug: Next.js: Add webpack alias to resolve Next.js package conflicts #31755 (will also be patched)
  • 🐛 Bug: Next.js: Enhance Vite configuration with styled-jsx aliasing #31757 (will also be patched)
  • 🐛 Bug: Core: Restore original clipboard after invoking userEvent.setup() #31730 (will also be patched)
  • 🐛 Bug: Core: Disable interactions debugger on composed stories to avoid cross-origin error #31685 (will also be patched)
  • 🔧 Maintenance: CLI: Prebundle more in cli-storybook package #31746 (will also be patched)
  • 🔧 Maintenance: Angular: Bundle using TSup #31690
  • 📝 Documentation: Docs: Add missing extends: true in vitest.config.ts snippets #31814 (will also be patched)
  • 🏗️ Build: Add EditorConfig to extensions.json #29224
  • ❔ Missing Label: Cleanup: Fix links in package.json #31813
  • 🏗️ Build: Sandbox: Override the right vitest.config file depending on language #31802
  • 📝 Documentation: Docs: Update docs to support Angular 20 #31794 (will also be patched)
  • 📝 Documentation: Docs: Recommend Vitest addon instead of Portable stories in Vitest #31712 (will also be patched)
  • 📝 Documentation: Docs: Update CLI options #31784 (will also be patched)
  • 📝 Documentation: Docs: Enhance upgrading guide #31744 (will also be patched)
  • ⚠️ Direct commit: fix scripts test 43cf12a080dd01320778e1423c39e9a6775e1a51
  • 🏗️ Build: Release Tooling: Dont at-mention users in release PR descriptions #31754 (will also be patched)

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

9.1.0-alpha.7

  • Addon Vitest: Remove Optimize deps candidates due to Vitest warnings - #31809, thanks valentinpalkovic!
  • Addon Vitest: Support init in Vitest >= 3.2 - #31715, thanks valentinpalkovic!
  • Addons: Use chromatic-com/storybook without version specifier - #31627, thanks valentinpalkovic!
  • Angular: Bundle using TSup - #31690, thanks ndelangen!
  • Angular: Fix Storybook experimentalZoneless is not compatible with Angular 20 - #31772, thanks guysenpai!
  • Angular: Tailwind 4 compatibility - #31759, thanks valentinpalkovic!
  • Angular: Update MiniCssExtractPlugin configuration for cache busting - #31752, thanks valentinpalkovic!
  • CLI: Add RN/RNW "both" init option - #31778, thanks shilman!
  • CLI: Prebundle more in cli-storybook package - #31746, thanks ndelangen!
  • CLI: Show Storybook version in the upgrade command - #31774, thanks yannbf!
  • CSF: Improve controls parameters - #31745, thanks kasperpeulen!
  • CSF: Story ComponentAnnotations['subcomponents'] to correctly use its own type for subcomponents rather than attempt to inherit from the component - #31723, thanks mihkeleidast!
  • Controls: Improve the accessibility of the object control - #31581, thanks Sidnioulz!
  • Core: Cleanup of type following up v9 and small verbatimModuleSyntax type fix - #31823, thanks alcpereira!
  • Core: Disable interactions debugger on composed stories to avoid cross-origin error - #31685, thanks ghengeveld!
  • Core: Enhance package manager install methods to support optional force flag - #31796, thanks valentinpalkovic!
  • Core: Fix FIPS compliance - #31806, thanks JReinhold!
  • Core: Fix addon scrollbars and align scrollbar colors with toolbars - #31844, thanks Sidnioulz!
  • Core: Fix aria-controls attribute on sidebar nodes to include all children - #31491, thanks candrepa1!
  • Core: Fix cyclical dependency in core addons - #31750, thanks JReinhold!
  • Core: Fix horizontal scrollbar covering part of the toolbar - #31704, thanks Sidnioulz!
  • Core: Gracefully handle disallowed cross-origin clipboard access - #31834, thanks ghengeveld!
  • Core: Restore original clipboard after invoking userEvent.setup() - #31730, thanks ghengeveld!
  • Core: Support array-based catch-all Next.js route segments in AppRouterProvider - #31524, thanks yatishgoel!
  • Core: Support container queries in addon panels - #23261, thanks neil-morrison44!
  • Deps: Extend vite peerDependencies range to include 7.0.0 - #31859, thanks ghengeveld!
  • Deps: Update vite-plugin-babel to 1.3.2 to fix vite 7.0.0 peerDependency issue - #31888, thanks ghengeveld!
  • Docs: Update react-element-to-jsx-string - #31170, thanks 7rulnik!
  • Next.js-Vite: Support Next.js v15.4 - #31828, thanks valentinpalkovic!
  • Next.js: Add webpack alias to resolve Next.js package conflicts - #31755, thanks valentinpalkovic!
  • Next.js: Enhance Vite configuration with styled-jsx aliasing - #31757, thanks valentinpalkovic!
  • Nextjs-Vite: Use tsconfig paths plugin - #31764, thanks kasperpeulen!
  • React Native Web: Fix shift spread operator in react-native-web-vite presets - #31804, thanks xlecunff-pass!
  • React Native: Fix window event listeners that dont exist on rn - #31780, thanks dannyhw!
  • Telemetry: Fix prompting without checking isTTY - #31781, thanks Synar!
  • UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled - #23411, thanks Spielboerg!
  • UI: Visual focus indicators (VFIs) aren't visible in high contrast mode (rebase) - #31848, thanks Sidnioulz!
  • Vite: Remove addon-themes and theming from optimized deps list - #31833, thanks ghengeveld!

neil-morrison44 and others added 30 commits June 30, 2023 10:48
Recommend installing EditorConfig to help ensure consistent code formatting.
…arams (catch-all routes)\n\n- Allow array values in navigation.segments for useParams in stories\n- Improve type safety, avoid any\n- Support both array and object segment formats\n- Fixes issue with catch-all/optional catch-all dynamic routes in stories
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.1.0-alpha.6 branch from ee77666 to 348922a Compare June 25, 2025 08:20
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.1.0-alpha.6 branch from 348922a to 5ea14d3 Compare June 25, 2025 09:31
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.1.0-alpha.6 branch from 5ea14d3 to 4b247ab Compare June 25, 2025 10:26
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.1.0-alpha.6 branch from 4b247ab to e5f2176 Compare June 25, 2025 13:54
Deps: Extend `vite` peerDependencies range to include `7.0.0`
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.1.0-alpha.6 branch from e5f2176 to 972ac38 Compare June 25, 2025 14:21
Controls: Improve the accessibility of the object control
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.1.0-alpha.6 branch from 972ac38 to a1df83f Compare June 25, 2025 14:56
…ccesibility

Core: Fix aria-controls attribute on sidebar nodes to include all children
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.1.0-alpha.6 branch from a1df83f to 140ae1d Compare June 25, 2025 15:29
@storybook-bot storybook-bot force-pushed the version-non-patch-from-9.1.0-alpha.6 branch from 140ae1d to 3c82371 Compare June 27, 2025 10:41
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. release For PRs that trigger new releases. Automated
Projects
None yet
Development

Successfully merging this pull request may close these issues.