Skip to content

Releases: storybookjs/storybook

v9.1.0-alpha.7

07 Jul 12:15
Compare
Choose a tag to compare
v9.1.0-alpha.7 Pre-release
Pre-release

9.1.0-alpha.7

  • A11y: Improved toolbar a11y by fixing semantics - #28672, thanks @mehm8128!
  • 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: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @mrginglymus!
  • CLI: Fix sb CLI by explicitly exporting bin/index.cjs from storybook package - #31922, thanks @ghengeveld!
  • 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: Fix issue where collapsed test controls can be tabbed into - #31921, thanks @zenocross!
  • Core: Gracefully handle disallowed cross-origin clipboard access - #31834, thanks @ghengeveld!
  • Core: Restore original clipboard after invoking userEvent.setup() - #31730, thanks @ghengeveld!
  • Core: Serve dynamic favicon based on testing module status - #31763, 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!
  • Core: Various fixes - #31870, thanks @ghengeveld!
  • 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: Prevent JSON tree control from swallowing keyboard events when not in focus - #31841, thanks @takashi-kasajima!
  • Docs: Update react-element-to-jsx-string - #31170, thanks @7rulnik!
  • Ember: Allow ember v5 as peer deps - #25893, thanks @gossi!
  • 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!
  • Next.js: upgrade sass-loader to 16.0.5 - #31855, thanks @terrymun!
  • NextJs-Vite: Enable next/font loading when using next-vite - #31906, thanks @k35o!
  • Nextjs-Vite: Use tsconfig paths plugin - #31764, thanks @kasperpeulen!
  • Portable stories: Fix playwright CT to allow functions to be passed as props - #31335, thanks @adamscybot!
  • 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!
  • React: Bump @joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @mrginglymus!
  • Telemetry: Fix prompting without checking isTTY - #31781, thanks @Synar!
  • UI: Apply user updates for mobile navigation accessibility - #31401, thanks @yatishgoel!
  • UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled - #23411, thanks @Spielboerg!
  • UI: Set color scheme to sync scrollbar color with user-selected theme - #28666, thanks @elisezhg!
  • 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!

v9.0.15

01 Jul 08:10
Compare
Choose a tag to compare

9.0.15

  • CLI: Do not fail incompatible package check in doctor if only core packages used - #31886, thanks @mrginglymus!
  • React: Bump @joshwooding/vite-plugin-react-docgen-typescript to 0.6.1 - #31899, thanks @mrginglymus!

v9.0.14

27 Jun 19:03
Compare
Choose a tag to compare

9.0.14

  • CLI: Prebundle more in cli-storybook package - #31746, thanks @ndelangen!
  • Core: Fix FIPS compliance - #31806, thanks @JReinhold!
  • Core: Fix addon scrollbars and align scrollbar colors with toolbars - #31844, thanks @Sidnioulz!
  • 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!
  • UI: Hide keyboard shortcuts entry from menu when shortcuts are disabled - #23411, thanks @Spielboerg!

v9.0.13

24 Jun 11:03
Compare
Choose a tag to compare

9.0.13

  • Core: Gracefully handle disallowed cross-origin clipboard access - #31834, thanks @ghengeveld!
  • Core: Support array-based catch-all Next.js route segments in AppRouterProvider - #31524, thanks @yatishgoel!
  • Next.js-Vite: Support Next.js v15.4 - #31828, thanks @valentinpalkovic!
  • React Native Web: Fix shift spread operator in react-native-web-vite presets - #31804, thanks @xlecunff-pass!
  • Telemetry: Fix prompting without checking isTTY - #31781, thanks @Synar!
  • Vite: Remove addon-themes and theming from optimized deps list - #31833, thanks @ghengeveld!

v9.0.12

18 Jun 10:12
Compare
Choose a tag to compare

9.0.12

  • Addon Vitest: Support init in Vitest >= 3.2 - #31715, thanks @valentinpalkovic!
  • CLI: Fix package manager instantiation in empty directories - #31743, thanks @yannbf!
  • CLI: Improve support for upgrading Storybook in monorepos - #31557, thanks @yannbf!
  • CLI: Show Storybook version in the upgrade command - #31774, thanks @yannbf!
  • Core: Enhance package manager install methods to support optional force flag - #31796, thanks @valentinpalkovic!

v9.0.11

17 Jun 07:21
Compare
Choose a tag to compare

9.0.11

v9.0.10

15 Jun 09:21
Compare
Choose a tag to compare

9.0.10

v9.0.9

12 Jun 15:19
Compare
Choose a tag to compare

9.0.9

  • Angular: Update MiniCssExtractPlugin configuration for cache busting - #31752, thanks @valentinpalkovic!
  • CSF: Story ComponentAnnotations['subcomponents'] to correctly use its own type for subcomponents rather than attempt to inherit from the component - #31723, thanks @mihkeleidast!
  • Core: Delete shim addon packages - #31728, thanks @ndelangen!
  • Core: Disable interactions debugger on composed stories to avoid cross-origin error - #31685, thanks @ghengeveld!
  • Core: Fix cyclical dependency in core addons - #31750, thanks @JReinhold!
  • Core: Restore original clipboard after invoking userEvent.setup() - #31730, thanks @ghengeveld!
  • 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!

v9.1.0-alpha.6

11 Jun 10:27
Compare
Choose a tag to compare
v9.1.0-alpha.6 Pre-release
Pre-release

9.1.0-alpha.6

v9.1.0-alpha.5

10 Jun 13:18
Compare
Choose a tag to compare
v9.1.0-alpha.5 Pre-release
Pre-release

9.1.0-alpha.5

  • Addon Themes: Define missing React dependencies - #31688, thanks @ghengeveld!
  • Addon-vitest: Fix adding with --skip-install failing missing packageJson invariant - #31720, thanks @JReinhold!
  • AddonDocs: Remove export of blocks - #31724, thanks @ndelangen!
  • CSF: Only add preview annotations to definePreview in csf-factories automigration - #31727, thanks @kasperpeulen!