A Storybook builder to dev and build with Webpack
Last release today
26 Aug 2026
Ships on a steady schedule
a new release about every 8 days
Nearly every release is documented
notes for 59 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
2740 releases · first in 2021
Release timeline
2740 releases since 2021Releases
- 9.0.1822 Jul 2025
- 9.0.1715 Jul 2025
- 9.0.168 Jul 2025
Release notes
Open source →9.0.16
- Automigration: Fail with non-zero exit code on migration failure - #31923, thanks @mrginglymus!
- CLI: Fix
sbCLI by explicitly exportingbin/index.cjsfromstorybookpackage - #31922, thanks @ghengeveld! - Core: Fix issue where collapsed test controls can be tabbed into - #31921, thanks @zenocross!
- Core: Various fixes - #31870, thanks @ghengeveld!
- Docs: Prevent JSON tree control from swallowing keyboard events when not in focus - #31841, thanks @takashi-kasajima!
- Ember: Allow ember v5 as peer deps - #25893, thanks @gossi!
- 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!
- Portable stories: Fix playwright CT to allow functions to be passed as props - #31335, thanks @adamscybot!
- UI: Set color scheme to sync scrollbar color with user-selected theme - #28666, thanks @elisezhg!
Additional notes
Open source →- Automigration: Fail with non-zero exit code on migration failure - #31923, thanks @mrginglymus!
- CLI: Fix
sbCLI by explicitly exportingbin/index.cjsfromstorybookpackage - #31922, thanks @ghengeveld! - Core: Fix issue where collapsed test controls can be tabbed into - #31921, thanks @zenocross!
- Core: Various fixes - #31870, thanks @ghengeveld!
- Docs: Prevent JSON tree control from swallowing keyboard events when not in focus - #31841, thanks @takashi-kasajima!
- Ember: Allow ember v5 as peer deps - #25893, thanks @gossi!
- 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!
- Portable stories: Fix playwright CT to allow functions to be passed as props - #31335, thanks @adamscybot!
- UI: Set color scheme to sync scrollbar color with user-selected theme - #28666, thanks @elisezhg!
- 9.0.151 Jul 2025
- 9.0.1427 Jun 2025
Release notes
Open source →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
vitepeerDependencies range to include7.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!
Additional notes
Open source →- 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
vitepeerDependencies range to include7.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!
- 9.0.1324 Jun 2025
Release notes
Open source →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!
Additional notes
Open source →- 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!
- 9.0.1218 Jun 2025
Release notes
Open source →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!
Additional notes
Open source →- 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!
- 9.0.1117 Jun 2025
Release notes
Open source →9.0.11
- Addons: Use chromatic-com/storybook without version specifier - #31627, thanks @valentinpalkovic!
- Angular: Tailwind 4 compatibility - #31759, thanks @valentinpalkovic!
- Angular: fix Storybook experimentalZoneless is not compatible with Angular 20 - #31772, thanks @guysenpai!
- React Native: Fix window event listeners that dont exist on rn - #31780, thanks @dannyhw!
Additional notes
Open source →- Addons: Use chromatic-com/storybook without version specifier - #31627, thanks @valentinpalkovic!
- Angular: Tailwind 4 compatibility - #31759, thanks @valentinpalkovic!
- Angular: fix Storybook experimentalZoneless is not compatible with Angular 20 - #31772, thanks @guysenpai!
- React Native: Fix window event listeners that dont exist on rn - #31780, thanks @dannyhw!
- 9.0.1015 Jun 2025
- 9.0.912 Jun 2025
Release notes
Open source →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!
Additional notes
Open source →- 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!
- 9.0.810 Jun 2025
Release notes
Open source →9.0.8
- Addon Docs: Fix SyntaxHighlighter "Copy" button by avoiding potentially mocked clipboard - #31682, thanks @ghengeveld!
- Addon Themes: Define missing React dependencies - #31688, thanks @ghengeveld!
- Addon-vitest: Fix adding with
--skip-installfailing missing packageJson invariant - #31720, thanks @JReinhold! - AddonDocs: Remove export of blocks - #31724, thanks @ndelangen!
- Automigration: Enhance removeEssentials to convert options - #31658, thanks @ndelangen!
- CLI: Don't install addon-onboarding during minimal installs - #31616, thanks @ghengeveld!
[!NOTE]
Version 9.0.7 was skipped because of a bad release ofeslint-plugin-storybook.Additional notes
Open source →- Addon Docs: Fix SyntaxHighlighter "Copy" button by avoiding potentially mocked clipboard - #31682, thanks @ghengeveld!
- Addon Themes: Define missing React dependencies - #31688, thanks @ghengeveld!
- Addon-vitest: Fix adding with
--skip-installfailing missing packageJson invariant - #31720, thanks @JReinhold! - AddonDocs: Remove export of blocks - #31724, thanks @ndelangen!
- Automigration: Enhance removeEssentials to convert options - #31658, thanks @ndelangen!
- CLI: Don't install addon-onboarding during minimal installs - #31616, thanks @ghengeveld!
[!NOTE]
Version 9.0.7 was skipped because of a bad release ofeslint-plugin-storybook. - 9.0.67 Jun 2025
- 9.0.55 Jun 2025
Release notes
Open source →9.0.5
- Addon A11y: Briefly disable highlights while Axe is running - #31621, thanks @ghengeveld!
- CLI: Consider Storybook React Native packages in upgrade command - #31645, thanks @yannbf!
- Next.js: Fix module transpilation - #31501, thanks @valentinpalkovic!
- Svelte: Fix source view always using
<wrapper ...>- #31639, thanks @JReinhold! - Testing: Fix
toSatisfy-matcher implementation - #31664, thanks @ndelangen!
Additional notes
Open source →- Addon A11y: Briefly disable highlights while Axe is running - #31621, thanks @ghengeveld!
- CLI: Consider Storybook React Native packages in upgrade command - #31645, thanks @yannbf!
- Next.js: Fix module transpilation - #31501, thanks @valentinpalkovic!
- Svelte: Fix source view always using
<wrapper ...>- #31639, thanks @JReinhold! - Testing: Fix
toSatisfy-matcher implementation - #31664, thanks @ndelangen!
- 9.0.41 Jun 2025
- 9.0.331 May 2025
- 9.0.231 May 2025
Release notes
Open source →9.0.2
- CLI: Respect --skip-install in postinstall scripts - #31605, thanks @yannbf!
Additional notes
Open source →- CLI: Respect --skip-install in postinstall scripts - #31605, thanks @yannbf!
- 9.0.130 May 2025
Release notes
Open source →9.0.1
- Angular: Include 20.x in version range - #31602, thanks @shilman!
- CLI: Update React Native init generator for v9 - #31600, thanks @dannyhw!
- React Native Web: Include expo in babel transforms - #31607, thanks @dannyhw!
- Telemetry: Fix storybook version and add test run events - #31473, thanks @tmeasday!
Additional notes
Open source →- Angular: Include 20.x in version range - #31602, thanks @shilman!
- CLI: Update React Native init generator for v9 - #31600, thanks @dannyhw!
- React Native Web: Include expo in babel transforms - #31607, thanks @dannyhw!
- Telemetry: Fix storybook version and add test run events - #31473, thanks @tmeasday!
- 9.0.028 May 2025
Release notes
Open source →9.0.0
Storybook 9.0 is here
This is a huge release focused on testing and bundle size.
- Component testing
- 👆 Interactions
- ♿️ Accessibility
- 👁️ Visual changes
- 🛡️ Coverage
- 🪶 48% lighter bundle
- 🏷️ Tags-based organization
- 🌐 Story globals
- 🏗️ Major upgrades: Svelte, Next, React Native, Angular
Please checkout our Migration guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 9.0, you can refer to the 9.0 prerelease changelogs
<details> <summary>List of all updates</summary>
- Addon A11y: Add
linkPathto Axe results and use it in copy link action - #31009, thanks @ghengeveld! - Addon A11y: Fix setup as part of storybook create - #31403, thanks @yannbf!
- Addon A11y: Fix usage of axe-core in pnpm projects - #31422, thanks @yannbf!
- Addon A11y: Fix various issues and inconsistencies - #31432, thanks @ghengeveld!
- Addon A11y: Improve selector automigration detection - #31392, thanks @yannbf!
- Addon A11y: Only run checks in story mode - #30976, thanks @kroeder!
- Addon A11y: Provide full report in a11y manual runs - #31325, thanks @yannbf!
- Addon A11y: Use short titles and friendly summary messages in A11y report - #31185, thanks @ghengeveld!
- Addon Controls: Fix loading state UI in addon panel - #31168, thanks @iineineno03k!
- Addon Docs: Fix
layout: centeredin conjunction withinline: false- #31430, thanks @ghengeveld! - Addon Docs: Fix docs-content overflow with TOC - #27167, thanks @njsokol!
- Addon Docs: Fix iframe content width in centered layout - #31320, thanks @Audie80!
- Addon Docs: Improve TableOfContents HTML structure and a11y - #31327, thanks @Sidnioulz!
- Addon Docs: Reset error boundary when story changes to recover from erros - #31242, thanks @yatishgoel!
- Addon Docs: Simplify color parsing and color cycling logic - #29840, thanks @leyvae!
- Addon Docs: Update telejson - #31115, thanks @valentinpalkovic!
- Addon Pseudo States: Move package into monorepo - #31123, thanks @ghengeveld!
- Addon Test: Improve unhandled error messages - #30755, thanks @yannbf!
- Addon Test: Rename
@storybook/experimental-addon-testto@storybook/addon-vitest- #31014, thanks @valentinpalkovic! - Addon Vitest: Ensure vitest exclusions are relative to the project root, not cwd - #31514, thanks @mrginglymus!
- Addon Vitest: Fix broken docs links - #31445, thanks @kylegach!
- Addon Vitest: Fix watch mode for new files - #31156, thanks @valentinpalkovic!
- Addon Vitest: Ignore mdx files as part of tests - #31457, thanks @yannbf!
- Addon Vitest: Improve handling multiple browser mode projects - #31508, thanks @yannbf!
- Addon Vitest: Support
vitest.projects.tsfile as workspace file during postinstall - #31565, thanks @ghengeveld! - Addon Vitest: Transform @storybook/nextjs imports to @storybook/nextjs-vite during init - #31180, thanks @valentinpalkovic!
- Addon Vitest: Use its own cache directory - #31439, thanks @yannbf!
- Addon-a11y: Replace
elementparameter withcontext- #31036, thanks @JReinhold! - Addon-A11y: Various improvements - #30774, thanks @ghengeveld!
- Addon-Essentials: Remove addon-docs - #30856, thanks @ndelangen!
- Addon-Test: Automatically load before all - #30584, thanks @kasperpeulen!
- Addon-test: Exclude
storybook-staticfrom coverage reports - #31005, thanks @JReinhold! - Addon-test: Fix watching non-story files, run all tests on preview change - #31045, thanks @JReinhold!
- Addon-Test: Migrate to new test provider API, drop Vitest 2 support - #30875, thanks @JReinhold!
- Addon-Vitest: Always clean coverage before (re)running - #31540, thanks @JReinhold!
- Addon-vitest: Fix coverage being disabled with Run All button - #31074, thanks @JReinhold!
- Addon-vitest: Fix coverage when restarting Vitest due to config change - #31069, thanks @JReinhold!
- Addon-vitest: Fix wrong test count in telemetry - #31504, thanks @JReinhold!
- Addon-vitest: Remove internal log for
staticDir- #31340, thanks @JReinhold! - Addon-vitest: Support paths with spaces - #31437, thanks @ndelangen!
- Addons: Add shim Storybook addons for previously removed addons - #31520, thanks @valentinpalkovic!
- Addons: Move @storybook/addon-interactions into core - #30916, thanks @valentinpalkovic!
- Addons: Remove @storybook/addon-storysource - #31007, thanks @valentinpalkovic!
- Addons: Update the Viewport and Background Addon - #30841, thanks @ndelangen!
- AddonVitest: Use framework package, not renderer - #31133, thanks @ndelangen!
- All packages: Remove unused dependencies - #31227, thanks @webpro!
- Angular: Add @angular-devkit/build-angular to default installed pacakages in angular - #30790, thanks @kasperpeulen!
- Angular: Filter non-inputs from controls - #30550, thanks @robertIsaac!
- Angular: remove invalid defaults for start-storybook - #31337, thanks @AgentEnder!
- ArgTypes: Always extract argTypes, even without
addon-docs- #31488, thanks @JReinhold! - Autoblock: Add autoblocker for addon-test - #31068, thanks @valentinpalkovic!
- Autoblock: Fix link - #31236, thanks @valentinpalkovic!
- AutoBlocker: Add major version upgrade blocker - #30714, thanks @ndelangen!
- Automigrate: Disable
missingStorybookDependenciesfor 9.0 - #30769, thanks @ndelangen! - Automigrate: Prefer framework import - #30785, thanks @ndelangen!
- Automigration: Add new Storybook addons to consolidated packages mapping - #30993, thanks @valentinpalkovic!
- Automigration: Adjust addon-docs install condition - #31343, thanks @valentinpalkovic!
- Automigration: Always scan file system to substitute essential addons - #31176, thanks @valentinpalkovic!
- Automigration: Correctly apply the wrap-require automigration in ESM modules - #31420, thanks @valentinpalkovic!
- Automigration: Enhance import transformation to handle partial package matches - #31033, thanks @valentinpalkovic!
- Automigration: Ensure correct addition of missing dependencies - #31023, thanks @valentinpalkovic!
- Automigration: Fix an issue when main.js addons have dynamic values - #31273, thanks @valentinpalkovic!
- Automigration: Fix consolidated-imports with sub-paths - #31135, thanks @ndelangen!
- Automigration: Fix wrap require wrapper - #31569, thanks @valentinpalkovic!
- Automigration: Improve renderer to framework automigration - #31397, thanks @valentinpalkovic!
- Automigration: Migrate users to codePanel - #31313, thanks @valentinpalkovic!
- Automigration: Misc addon-essentials migration fixes - #31072, thanks @valentinpalkovic!
- Automigration: Pass over flags when calling automigrations - #31342, thanks @valentinpalkovic!
- Automigration: Remove
@storybook/addon-essentialsproper - #31015, thanks @ndelangen! - Automigration: Remove
docs.autodocsfield - #31203, thanks @ndelangen! - Automigration: Respect config-dir option - #31233, thanks @valentinpalkovic!
- Automigration: Update mapping for '@storybook/experimental-nextjs-vite' - #30991, thanks @valentinpalkovic!
- Automigrations: Add logging - #31066, thanks @valentinpalkovic!
- Automigrations: Fix installation of addon-docs - #31399, thanks @valentinpalkovic!
- Automigrations: Re-add renderer-to-framework and fix issue in monorepositories - #31011, thanks @valentinpalkovic!
- Backgrounds/Viewport: Fix resetting - #31386, thanks @valentinpalkovic!
- Blocks: IconGallery improvement - #30743, thanks @leeovictor!
- Build: Update import paths and enable syntax minification - #31390, thanks @ndelangen!
- Cleanup: Remove obsolete dependency - #31177, thanks @valentinpalkovic!
- CLI: Add
storybook-staticto.gitignoreon init - #31201, thanks @JReinhold! - CLI: Add detection for the storybook package being behind any other core packages - #30861, thanks @kasperpeulen!
- CLI: Add index command / API - #30071, thanks @shilman!
- CLI: Add React Native
.rnstorybookCLI automigration - #30882, thanks @shilman! - CLI: Detect correct storybook version on upgrade - #31393, thanks @yannbf!
- CLI: Do not install renderer package on
init- #30799, thanks @ndelangen! - CLI: Enhance compatibility check: deprecated detection - #31317, thanks @ndelangen!
- CLI: Fix framework for preview imports - #31101, thanks @valentinpalkovic!
- CLI: Fix get versions utility for NPM - #29577, thanks @johnrcui!
- CLI: Improve CLI upgrade process for @latest and @next - #31356, thanks @yannbf!
- CLI: Improve package upgrade logic - #31406, thanks @yannbf!
- CLI: Install prereleases of
@chromatic-com/storybook- #30662, thanks @JReinhold! - CLI: Make sure that the add commands logs all output to the console - #30865, thanks @kasperpeulen!
- CLI: Remove
@latestfromyarn createcommands - #31458, thanks @ndelangen! - CLI: Supress npm notice update log messages - #31334, thanks @yannbf!
- CLI: Tweak init prompt - #31376, thanks @shilman!
- CLI: Update nx docs in Storybook detection error - #31266, thanks @yannbf!
- CLI: Wrap object addon names in wrap-require migration - #31285, thanks @yatishgoel!
- CodePanel: Show originalSource code - #31456, thanks @valentinpalkovic!
- Controls: Embed addon-controls into the core - #30864, thanks @ndelangen!
- Controls: Remove empty state video link - #31539, thanks @kylegach!
- Core / Addon A11y: Emit
STORY_HOT_UPDATEDand rerun A11y tests on HMR - #31423, thanks @ghengeveld! - Core: Add error boundary to tabs to prevent addon errors breaking Storybook - #30952, thanks @kasperpeulen!
- Core: Add highlight as public API - #31134, thanks @valentinpalkovic!
- Core: Add preview navigator and
--preview-onlyCLI flag - #31102, thanks @JReinhold! - Core: Automatically expand testing module on unhandled error - #31028, thanks @ghengeveld!
- Core: Avoid pre-bundling of preview-api in manager entries - #31385, thanks @valentinpalkovic!
- Core: Bring back loading globals from global types in portable stories - #31328, thanks @yannbf!
- Core: Builder-manager disable metafile - #31467, thanks @ndelangen!
- Core: Change require.resolve path for storybook/package.json - #31230, thanks @valentinpalkovic!
- Core: Cleanup dependencies - #31222, thanks @JReinhold!
- Core: Create
featuresfor addons moved into core - #31146, thanks @ndelangen! - Core: Do not show 'Render story' step in interactions - #31452, thanks @ghengeveld!
- Core: Draw highlights on top of canvas and add various new features - #30894, thanks @ghengeveld!
- Core: Fix core annotations applied twice - #31361, thanks @valentinpalkovic!
- Core: Fix favicon issue on dev server - #30818, thanks @MuhdHishamP!
- Core: Fix flaky unit tests related to stores - #30963, thanks @JReinhold!
- Core: Fix highlight
clickEventserialization and export public types - #31179, thanks @ghengeveld! - Core: Fix highlight conflicts - #31204, thanks @ghengeveld!
- Core: Fix highlighting zero-pixel elements and focus on single element - #31183, thanks @ghengeveld!
- Core: Fix sidebar accessibility order for screen readers - #31250, thanks @yatishgoel!
- Core: Improve unhandled error detection - #31440, thanks @kasperpeulen!
- Core: Increase compile targets for node & browsers - #31139, thanks @JReinhold!
- Core: Make sure to only mutate writable arrays - #31578, thanks @kasperpeulen!
- Core: Move @storybook/addon-actions into storybook - #30765, thanks @valentinpalkovic!
- Core: Move @storybook/instrumenter into core - #30740, thanks @valentinpalkovic!
- Core: New Status Store - #30764, thanks @JReinhold!
- Core: New Test Provider Store - #30828, thanks @JReinhold!
- Core: Prebundle jsdoc-type-pratt-parser again - #30923, thanks @kasperpeulen!
- Core: Re-Export renderers from frameworks - #30771, thanks @ndelangen!
- Core: Remove
util,browser-assert,processdeps - #30805, thanks @ndelangen! - Core: Remove
uuidpackage from core - #31219, thanks @JReinhold! - Core: Remove deprecated parts of test provider API - #30962, thanks @JReinhold!
- Core: Remove duplicate notification dot on sidebar buttons on mobile - #31485, thanks @ghengeveld!
- Core: Remove maximum-scale=1 from viewport meta tag - #31283, thanks @yatishgoel!
- Core: Rename local tests to interactions - #31141, thanks @yannbf!
- Core: Set a minimum height/width for the targetable area of highlights - #31486, thanks @ghengeveld!
- Core: Show "Render story" event explicitly in Component Tests event trace - #31027, thanks @ghengeveld!
- Core: Support groups and info icon in highlight popover menu - #31475, thanks @ghengeveld!
- Core: Support React Native environment without static class blocks - #31282, thanks @JReinhold!
- Core: Testing Module UI improvements - #30773, thanks @ghengeveld!
- Core: Wait for animations before completing render cycle - #31287, thanks @ghengeveld!
- CSF-Tools: Add support for existing node imports and improve import handling - #31497, thanks @valentinpalkovic!
- Csf-Tools: Enhance setFieldNode logic to handle variable declarations - #31056, thanks @valentinpalkovic!
- CSF: Fix handling of renamed story exports - #31519, thanks @JReinhold!
- Dependencies: Update dependencies - #31143, thanks @valentinpalkovic!
- Dependencies: Update docgen - #31465, thanks @ndelangen!
- Dependencies: Upgrade @types/estree package to version v1.0.6 - #29477, thanks @hakshu25!
- Dependencies: Upgrade
telejson- #30998, thanks @ndelangen! - Dependencies: Upgrades - #30515, thanks @ndelangen!
- Dependencies: Upgrades for security - #31235, thanks @ndelangen!
- Dependencies: Upgrades for security - #31276, thanks @ndelangen!
- Dependencies: Upgrades for security - #31291, thanks @ndelangen!
- Docs: Consolidate blocks into addon-docs - #31097, thanks @ndelangen!
- Docs: Fix source code panel - #31245, thanks @valentinpalkovic!
- Eslint-plugin: Handle JSON5 format - #31336, thanks @yatishgoel!
- ESLint: Fix flat config setup - #31192, thanks @yannbf!
- Essentials: Move remaining addons into core - #30924, thanks @ndelangen!
- Highlights: Dont run highlights when the feature is disabled - #31239, thanks @dannyhw!
- Hooks: Stabilize experimental afterEach hook - #31438, thanks @valentinpalkovic!
- HTML Framework: Remove support for HTML Webpack 5 - #30990, thanks @valentinpalkovic!
- Indexer: Do not create autodocs entries unless addon-docs installed - #31331, thanks @ndelangen!
- Init: Install framework stories instead of renderer stories - #31160, thanks @valentinpalkovic!
- Instrumenter: Fix
preview-apiimport for react-native - #31057, thanks @ndelangen! - Interactions: Rename component test panel - #31130, thanks @valentinpalkovic!
- Maintenance: Drop tooling support - #30940, thanks @valentinpalkovic!
- Maintenance: Merge
@storybook/corewithstorybook- #30168, thanks @ndelangen! - Maintenance: Migrate eslint-storybook-plugin into the monorepo - #31151, thanks @yannbf!
- Maintenance: Remove aliasses in builder configurations & scripts - #31344, thanks @ndelangen!
- Maintenance: Remove deprecated APIs - #30926, thanks @valentinpalkovic!
- Maintenance: Remove deprecated packages - #30690, thanks @ndelangen!
- Maintenance: Remove obsolete automigrations - #30945, thanks @valentinpalkovic!
- Maintenance: Specify that Addon Test now requires Vitest 3.0 - #30948, thanks @yannbf!
- Manager: Add reactivity to useParameter - #31579, thanks @valentinpalkovic!
- Manager: Fix
Uncaught ReferenceError: global is not defined- #30970, thanks @JReinhold! - Migration: Add auto-automigration for merged packages - #30753, thanks @ndelangen!
- Migration: Improve glob question text - #31118, thanks @ndelangen!
- Next.js-Vite: Stabilize @storybook/experimental-nextjs-vite - #30956, thanks @valentinpalkovic!
- Next.js: Remove deprecated compatibility files - #31295, thanks @valentinpalkovic!
- Next.js: Upgrade image-size to 2.0 - #30741, thanks @valentinpalkovic!
- Nextjs Vite: Add runtime check for malformed postcss config - #31184, thanks @valentinpalkovic!
- Nextjs-Vite: Update vite-plugin-storybook-nextjs version and add optimizeDeps - #31037, thanks @valentinpalkovic!
- Node.js: Align Node.js version support - #31041, thanks @valentinpalkovic!
- Preact: Remove support for Preact Webpack 5 - #30957, thanks @valentinpalkovic!
- Presets: Use
.jsfiles when.cjsfiles are passed for entries that should be ESM - #31556, thanks @JReinhold! - Pseudo States: Ignore escaped pseudo-class names - #31515, thanks @sentience!
- React Native Web: Add RNW to vitest supported frameworks - #31253, thanks @dannyhw!
- React Native: Fix support for 9.0 - #31518, thanks @JReinhold!
- React-Native: Fix
__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__access - #30820, thanks @dannyhw! - React-Native: Fix
userEvent.setup()errors in jest - #30833, thanks @dannyhw! - React-Native: Fix
userEvent.setup()errors outside browser context - #30831, thanks @dannyhw! - React-Native: Update config directory to .rnstorybook - #30819, thanks @dannyhw!
- React: Don't use Act wrapper in Storybook when rendering in docs - #31483, thanks @kasperpeulen!
- React: Ensure render functions and decorators are react components - #30869, thanks @kasperpeulen!
- React: Export returntype of ReactMeta#story - #30580, thanks @mrginglymus!
- React: Remove react import in template files - #30757, thanks @kasperpeulen!
- Refactor: Update panel IDs in vitest addon to use new constants - #31132, thanks @ndelangen!
- Remove: Addon mdx-gfm (
@storybook/addon-mdx-gfm) - #30996, thanks @ndelangen! - Revert "Svelte: Adjust Svelte typings to include Svelte 5 function components" - #30851, thanks @kasperpeulen!
- Save from Controls: Replace rendererPackage with frameworkPackage - #31114, thanks @valentinpalkovic!
- Source Loader: Remove package - #31466, thanks @valentinpalkovic!
- Source: Support async parameters.docs.source.transform - #30426, thanks @valentinpalkovic!
- Svelte-vite: Improve SvelteKit detection error - #31038, thanks @JReinhold!
- Svelte: Adjust Svelte typings to include Svelte 5 function components - #30812, thanks @dummdidumm!
- Svelte: Drop Support for Svelte < 5 - #30703, thanks @valentinpalkovic!
- Svelte: Fix missing
ts-dedentdependency - #31289, thanks @JReinhold! - Svelte: Install
latestversion of@storybook/addon-svelte-csf- #31398, thanks @JReinhold! - Svelte: Pin svelte2tsx to solve argType regression - #30783, thanks @kasperpeulen!
- Svelte: Remove dependency on
sveltedoc-parser- #31246, thanks @JReinhold! - Svelte: Remove unused
svelte-preprocessdependency - #31332, thanks @JReinhold! - SvelteKit: Forward form events when mocking
enhance- #31360, thanks @JReinhold! - Telemetry: Add Svelte CSF usage - #31255, thanks @shilman!
- Telemetry: Use version from our package.json for
storybookVersion- #31577, thanks @tmeasday! - Test Addon: Stabilize and remove experimental status - #30727, thanks @valentinpalkovic!
- Test: Allow generics in expect matchers - #31395, thanks @yannbf!
- Test: Handle non-configurable properties in instrumenter for expect.toThrow - #30876, thanks @kasperpeulen!
- Test: Make sure that expect has no different behavior after instrumentation - #30935, thanks @kasperpeulen!
- Test: Move
@storybook/testintostorybook/test- #30742, thanks @valentinpalkovic! - Test: Patch HTMLElement.prototype.focus method for settable focus in tests - #31487, thanks @valentinpalkovic!
- Test: Remove legacy Vitest v2 code - #31271, thanks @valentinpalkovic!
- Test: Upgrade to vitest 3 - #30840, thanks @kasperpeulen!
- Test: Use @testing-library/dom as devDependency - #31188, thanks @valentinpalkovic!
- Toolbars: Embed addon-toolbars into the core - #30871, thanks @ndelangen!
- Typescript: Drop Typescript < 4.9 support - #30736, thanks @valentinpalkovic!
- UI: Add options to hide sidebar and toolbar per story - #29516, thanks @Sidnioulz!
- UI: Clear filters on run all and clear all statuses - #31073, thanks @JReinhold!
- UI: Don't include error state in sidebar context menu - #31054, thanks @ghengeveld!
- UI: Fix status missing from sidebar - #30830, thanks @JReinhold!
- UI: Visual tweaks to badges and improved layout for a11y panel - #30955, thanks @ghengeveld!
- Update react-router-dom to lowest React19 type-compatible version - #31358, thanks @mrginglymus!
- Viewport: Embed addon-viewport in the core - #30909, thanks @ndelangen!
- Viewport: Fix globals type - #31374, thanks @flaval!
- Vite-Builder: Handle undefined previewConfig - #31216, thanks @valentinpalkovic!
- Vite: Add 'storybook/viewport' to INCLUDE_CANDIDATES in optimizeDeps.ts - #31039, thanks @valentinpalkovic!
- Vite: Improve handling of preview annotations - #28798, thanks @tobiasdiez!
- Vite: Normalize preview annotation paths - #31238, thanks @mrginglymus!
- Vite: Support Vite 6 and Docs - #31061, thanks @valentinpalkovic!
- Vitest: Remove beforeAll in vitest.setup.ts in automigration - #31460, thanks @kasperpeulen!
- Vue3: Remove support for Webpack 5 - #30958, thanks @valentinpalkovic!
- Web Components: Remove Webpack 5 support - #30988, thanks @valentinpalkovic!
- Yarn: Update Yarn package command execution to use 'exec' - #31065, thanks @valentinpalkovic!
Total contributions: 240 Unique contributors: 29
</details>
Additional notes
Open source →Storybook 9.0 is here
This is a huge release focused on testing and bundle size.
- Component testing
- 👆 Interactions
- ♿️ Accessibility
- 👁️ Visual changes
- 🛡️ Coverage
- 🪶 48% lighter bundle
- 🏷️ Tags-based organization
- 🌐 Story globals
- 🏗️ Major upgrades: Svelte, Next, React Native, Angular
Please checkout our Migration guide to upgrade from earlier versions of Storybook. To see a comprehensive list of changes that went into 9.0, you can refer to the 9.0 prerelease changelogs
<details> <summary>List of all updates</summary>
- Addon A11y: Add
linkPathto Axe results and use it in copy link action - #31009, thanks @ghengeveld! - Addon A11y: Fix setup as part of storybook create - #31403, thanks @yannbf!
- Addon A11y: Fix usage of axe-core in pnpm projects - #31422, thanks @yannbf!
- Addon A11y: Fix various issues and inconsistencies - #31432, thanks @ghengeveld!
- Addon A11y: Improve selector automigration detection - #31392, thanks @yannbf!
- Addon A11y: Only run checks in story mode - #30976, thanks @kroeder!
- Addon A11y: Provide full report in a11y manual runs - #31325, thanks @yannbf!
- Addon A11y: Use short titles and friendly summary messages in A11y report - #31185, thanks @ghengeveld!
- Addon Controls: Fix loading state UI in addon panel - #31168, thanks @iineineno03k!
- Addon Docs: Fix
layout: centeredin conjunction withinline: false- #31430, thanks @ghengeveld! - Addon Docs: Fix docs-content overflow with TOC - #27167, thanks @njsokol!
- Addon Docs: Fix iframe content width in centered layout - #31320, thanks @Audie80!
- Addon Docs: Improve TableOfContents HTML structure and a11y - #31327, thanks @Sidnioulz!
- Addon Docs: Reset error boundary when story changes to recover from erros - #31242, thanks @yatishgoel!
- Addon Docs: Simplify color parsing and color cycling logic - #29840, thanks @leyvae!
- Addon Docs: Update telejson - #31115, thanks @valentinpalkovic!
- Addon Pseudo States: Move package into monorepo - #31123, thanks @ghengeveld!
- Addon Test: Improve unhandled error messages - #30755, thanks @yannbf!
- Addon Test: Rename
@storybook/experimental-addon-testto@storybook/addon-vitest- #31014, thanks @valentinpalkovic! - Addon Vitest: Ensure vitest exclusions are relative to the project root, not cwd - #31514, thanks @mrginglymus!
- Addon Vitest: Fix broken docs links - #31445, thanks @kylegach!
- Addon Vitest: Fix watch mode for new files - #31156, thanks @valentinpalkovic!
- Addon Vitest: Ignore mdx files as part of tests - #31457, thanks @yannbf!
- Addon Vitest: Improve handling multiple browser mode projects - #31508, thanks @yannbf!
- Addon Vitest: Support
vitest.projects.tsfile as workspace file during postinstall - #31565, thanks @ghengeveld! - Addon Vitest: Transform @storybook/nextjs imports to @storybook/nextjs-vite during init - #31180, thanks @valentinpalkovic!
- Addon Vitest: Use its own cache directory - #31439, thanks @yannbf!
- Addon-a11y: Replace
elementparameter withcontext- #31036, thanks @JReinhold! - Addon-A11y: Various improvements - #30774, thanks @ghengeveld!
- Addon-Essentials: Remove addon-docs - #30856, thanks @ndelangen!
- Addon-Test: Automatically load before all - #30584, thanks @kasperpeulen!
- Addon-test: Exclude
storybook-staticfrom coverage reports - #31005, thanks @JReinhold! - Addon-test: Fix watching non-story files, run all tests on preview change - #31045, thanks @JReinhold!
- Addon-Test: Migrate to new test provider API, drop Vitest 2 support - #30875, thanks @JReinhold!
- Addon-Vitest: Always clean coverage before (re)running - #31540, thanks @JReinhold!
- Addon-vitest: Fix coverage being disabled with Run All button - #31074, thanks @JReinhold!
- Addon-vitest: Fix coverage when restarting Vitest due to config change - #31069, thanks @JReinhold!
- Addon-vitest: Fix wrong test count in telemetry - #31504, thanks @JReinhold!
- Addon-vitest: Remove internal log for
staticDir- #31340, thanks @JReinhold! - Addon-vitest: Support paths with spaces - #31437, thanks @ndelangen!
- Addons: Add shim Storybook addons for previously removed addons - #31520, thanks @valentinpalkovic!
- Addons: Move @storybook/addon-interactions into core - #30916, thanks @valentinpalkovic!
- Addons: Remove @storybook/addon-storysource - #31007, thanks @valentinpalkovic!
- Addons: Update the Viewport and Background Addon - #30841, thanks @ndelangen!
- AddonVitest: Use framework package, not renderer - #31133, thanks @ndelangen!
- All packages: Remove unused dependencies - #31227, thanks @webpro!
- Angular: Add @angular-devkit/build-angular to default installed pacakages in angular - #30790, thanks @kasperpeulen!
- Angular: Filter non-inputs from controls - #30550, thanks @robertIsaac!
- Angular: remove invalid defaults for start-storybook - #31337, thanks @AgentEnder!
- ArgTypes: Always extract argTypes, even without
addon-docs- #31488, thanks @JReinhold! - Autoblock: Add autoblocker for addon-test - #31068, thanks @valentinpalkovic!
- Autoblock: Fix link - #31236, thanks @valentinpalkovic!
- AutoBlocker: Add major version upgrade blocker - #30714, thanks @ndelangen!
- Automigrate: Disable
missingStorybookDependenciesfor 9.0 - #30769, thanks @ndelangen! - Automigrate: Prefer framework import - #30785, thanks @ndelangen!
- Automigration: Add new Storybook addons to consolidated packages mapping - #30993, thanks @valentinpalkovic!
- Automigration: Adjust addon-docs install condition - #31343, thanks @valentinpalkovic!
- Automigration: Always scan file system to substitute essential addons - #31176, thanks @valentinpalkovic!
- Automigration: Correctly apply the wrap-require automigration in ESM modules - #31420, thanks @valentinpalkovic!
- Automigration: Enhance import transformation to handle partial package matches - #31033, thanks @valentinpalkovic!
- Automigration: Ensure correct addition of missing dependencies - #31023, thanks @valentinpalkovic!
- Automigration: Fix an issue when main.js addons have dynamic values - #31273, thanks @valentinpalkovic!
- Automigration: Fix consolidated-imports with sub-paths - #31135, thanks @ndelangen!
- Automigration: Fix wrap require wrapper - #31569, thanks @valentinpalkovic!
- Automigration: Improve renderer to framework automigration - #31397, thanks @valentinpalkovic!
- Automigration: Migrate users to codePanel - #31313, thanks @valentinpalkovic!
- Automigration: Misc addon-essentials migration fixes - #31072, thanks @valentinpalkovic!
- Automigration: Pass over flags when calling automigrations - #31342, thanks @valentinpalkovic!
- Automigration: Remove
@storybook/addon-essentialsproper - #31015, thanks @ndelangen! - Automigration: Remove
docs.autodocsfield - #31203, thanks @ndelangen! - Automigration: Respect config-dir option - #31233, thanks @valentinpalkovic!
- Automigration: Update mapping for '@storybook/experimental-nextjs-vite' - #30991, thanks @valentinpalkovic!
- Automigrations: Add logging - #31066, thanks @valentinpalkovic!
- Automigrations: Fix installation of addon-docs - #31399, thanks @valentinpalkovic!
- Automigrations: Re-add renderer-to-framework and fix issue in monorepositories - #31011, thanks @valentinpalkovic!
- Backgrounds/Viewport: Fix resetting - #31386, thanks @valentinpalkovic!
- Blocks: IconGallery improvement - #30743, thanks @leeovictor!
- Build: Update import paths and enable syntax minification - #31390, thanks @ndelangen!
- Cleanup: Remove obsolete dependency - #31177, thanks @valentinpalkovic!
- CLI: Add
storybook-staticto.gitignoreon init - #31201, thanks @JReinhold! - CLI: Add detection for the storybook package being behind any other core packages - #30861, thanks @kasperpeulen!
- CLI: Add index command / API - #30071, thanks @shilman!
- CLI: Add React Native
.rnstorybookCLI automigration - #30882, thanks @shilman! - CLI: Detect correct storybook version on upgrade - #31393, thanks @yannbf!
- CLI: Do not install renderer package on
init- #30799, thanks @ndelangen! - CLI: Enhance compatibility check: deprecated detection - #31317, thanks @ndelangen!
- CLI: Fix framework for preview imports - #31101, thanks @valentinpalkovic!
- CLI: Fix get versions utility for NPM - #29577, thanks @johnrcui!
- CLI: Improve CLI upgrade process for @latest and @next - #31356, thanks @yannbf!
- CLI: Improve package upgrade logic - #31406, thanks @yannbf!
- CLI: Install prereleases of
@chromatic-com/storybook- #30662, thanks @JReinhold! - CLI: Make sure that the add commands logs all output to the console - #30865, thanks @kasperpeulen!
- CLI: Remove
@latestfromyarn createcommands - #31458, thanks @ndelangen! - CLI: Supress npm notice update log messages - #31334, thanks @yannbf!
- CLI: Tweak init prompt - #31376, thanks @shilman!
- CLI: Update nx docs in Storybook detection error - #31266, thanks @yannbf!
- CLI: Wrap object addon names in wrap-require migration - #31285, thanks @yatishgoel!
- CodePanel: Show originalSource code - #31456, thanks @valentinpalkovic!
- Controls: Embed addon-controls into the core - #30864, thanks @ndelangen!
- Controls: Remove empty state video link - #31539, thanks @kylegach!
- Core / Addon A11y: Emit
STORY_HOT_UPDATEDand rerun A11y tests on HMR - #31423, thanks @ghengeveld! - Core: Add error boundary to tabs to prevent addon errors breaking Storybook - #30952, thanks @kasperpeulen!
- Core: Add highlight as public API - #31134, thanks @valentinpalkovic!
- Core: Add preview navigator and
--preview-onlyCLI flag - #31102, thanks @JReinhold! - Core: Automatically expand testing module on unhandled error - #31028, thanks @ghengeveld!
- Core: Avoid pre-bundling of preview-api in manager entries - #31385, thanks @valentinpalkovic!
- Core: Bring back loading globals from global types in portable stories - #31328, thanks @yannbf!
- Core: Builder-manager disable metafile - #31467, thanks @ndelangen!
- Core: Change require.resolve path for storybook/package.json - #31230, thanks @valentinpalkovic!
- Core: Cleanup dependencies - #31222, thanks @JReinhold!
- Core: Create
featuresfor addons moved into core - #31146, thanks @ndelangen! - Core: Do not show 'Render story' step in interactions - #31452, thanks @ghengeveld!
- Core: Draw highlights on top of canvas and add various new features - #30894, thanks @ghengeveld!
- Core: Fix core annotations applied twice - #31361, thanks @valentinpalkovic!
- Core: Fix favicon issue on dev server - #30818, thanks @MuhdHishamP!
- Core: Fix flaky unit tests related to stores - #30963, thanks @JReinhold!
- Core: Fix highlight
clickEventserialization and export public types - #31179, thanks @ghengeveld! - Core: Fix highlight conflicts - #31204, thanks @ghengeveld!
- Core: Fix highlighting zero-pixel elements and focus on single element - #31183, thanks @ghengeveld!
- Core: Fix sidebar accessibility order for screen readers - #31250, thanks @yatishgoel!
- Core: Improve unhandled error detection - #31440, thanks @kasperpeulen!
- Core: Increase compile targets for node & browsers - #31139, thanks @JReinhold!
- Core: Make sure to only mutate writable arrays - #31578, thanks @kasperpeulen!
- Core: Move @storybook/addon-actions into storybook - #30765, thanks @valentinpalkovic!
- Core: Move @storybook/instrumenter into core - #30740, thanks @valentinpalkovic!
- Core: New Status Store - #30764, thanks @JReinhold!
- Core: New Test Provider Store - #30828, thanks @JReinhold!
- Core: Prebundle jsdoc-type-pratt-parser again - #30923, thanks @kasperpeulen!
- Core: Re-Export renderers from frameworks - #30771, thanks @ndelangen!
- Core: Remove
util,browser-assert,processdeps - #30805, thanks @ndelangen! - Core: Remove
uuidpackage from core - #31219, thanks @JReinhold! - Core: Remove deprecated parts of test provider API - #30962, thanks @JReinhold!
- Core: Remove duplicate notification dot on sidebar buttons on mobile - #31485, thanks @ghengeveld!
- Core: Remove maximum-scale=1 from viewport meta tag - #31283, thanks @yatishgoel!
- Core: Rename local tests to interactions - #31141, thanks @yannbf!
- Core: Set a minimum height/width for the targetable area of highlights - #31486, thanks @ghengeveld!
- Core: Show "Render story" event explicitly in Component Tests event trace - #31027, thanks @ghengeveld!
- Core: Support groups and info icon in highlight popover menu - #31475, thanks @ghengeveld!
- Core: Support React Native environment without static class blocks - #31282, thanks @JReinhold!
- Core: Testing Module UI improvements - #30773, thanks @ghengeveld!
- Core: Wait for animations before completing render cycle - #31287, thanks @ghengeveld!
- CSF-Tools: Add support for existing node imports and improve import handling - #31497, thanks @valentinpalkovic!
- Csf-Tools: Enhance setFieldNode logic to handle variable declarations - #31056, thanks @valentinpalkovic!
- CSF: Fix handling of renamed story exports - #31519, thanks @JReinhold!
- Dependencies: Update dependencies - #31143, thanks @valentinpalkovic!
- Dependencies: Update docgen - #31465, thanks @ndelangen!
- Dependencies: Upgrade @types/estree package to version v1.0.6 - #29477, thanks @hakshu25!
- Dependencies: Upgrade
telejson- #30998, thanks @ndelangen! - Dependencies: Upgrades - #30515, thanks @ndelangen!
- Dependencies: Upgrades for security - #31235, thanks @ndelangen!
- Dependencies: Upgrades for security - #31276, thanks @ndelangen!
- Dependencies: Upgrades for security - #31291, thanks @ndelangen!
- Docs: Consolidate blocks into addon-docs - #31097, thanks @ndelangen!
- Docs: Fix source code panel - #31245, thanks @valentinpalkovic!
- Eslint-plugin: Handle JSON5 format - #31336, thanks @yatishgoel!
- ESLint: Fix flat config setup - #31192, thanks @yannbf!
- Essentials: Move remaining addons into core - #30924, thanks @ndelangen!
- Highlights: Dont run highlights when the feature is disabled - #31239, thanks @dannyhw!
- Hooks: Stabilize experimental afterEach hook - #31438, thanks @valentinpalkovic!
- HTML Framework: Remove support for HTML Webpack 5 - #30990, thanks @valentinpalkovic!
- Indexer: Do not create autodocs entries unless addon-docs installed - #31331, thanks @ndelangen!
- Init: Install framework stories instead of renderer stories - #31160, thanks @valentinpalkovic!
- Instrumenter: Fix
preview-apiimport for react-native - #31057, thanks @ndelangen! - Interactions: Rename component test panel - #31130, thanks @valentinpalkovic!
- Maintenance: Drop tooling support - #30940, thanks @valentinpalkovic!
- Maintenance: Merge
@storybook/corewithstorybook- #30168, thanks @ndelangen! - Maintenance: Migrate eslint-storybook-plugin into the monorepo - #31151, thanks @yannbf!
- Maintenance: Remove aliasses in builder configurations & scripts - #31344, thanks @ndelangen!
- Maintenance: Remove deprecated APIs - #30926, thanks @valentinpalkovic!
- Maintenance: Remove deprecated packages - #30690, thanks @ndelangen!
- Maintenance: Remove obsolete automigrations - #30945, thanks @valentinpalkovic!
- Maintenance: Specify that Addon Test now requires Vitest 3.0 - #30948, thanks @yannbf!
- Manager: Add reactivity to useParameter - #31579, thanks @valentinpalkovic!
- Manager: Fix
Uncaught ReferenceError: global is not defined- #30970, thanks @JReinhold! - Migration: Add auto-automigration for merged packages - #30753, thanks @ndelangen!
- Migration: Improve glob question text - #31118, thanks @ndelangen!
- Next.js-Vite: Stabilize @storybook/experimental-nextjs-vite - #30956, thanks @valentinpalkovic!
- Next.js: Remove deprecated compatibility files - #31295, thanks @valentinpalkovic!
- Next.js: Upgrade image-size to 2.0 - #30741, thanks @valentinpalkovic!
- Nextjs Vite: Add runtime check for malformed postcss config - #31184, thanks @valentinpalkovic!
- Nextjs-Vite: Update vite-plugin-storybook-nextjs version and add optimizeDeps - #31037, thanks @valentinpalkovic!
- Node.js: Align Node.js version support - #31041, thanks @valentinpalkovic!
- Preact: Remove support for Preact Webpack 5 - #30957, thanks @valentinpalkovic!
- Presets: Use
.jsfiles when.cjsfiles are passed for entries that should be ESM - #31556, thanks @JReinhold! - Pseudo States: Ignore escaped pseudo-class names - #31515, thanks @sentience!
- React Native Web: Add RNW to vitest supported frameworks - #31253, thanks @dannyhw!
- React Native: Fix support for 9.0 - #31518, thanks @JReinhold!
- React-Native: Fix
__STORYBOOK_ADDON_INTERACTIONS_INSTRUMENTER_STATE__access - #30820, thanks @dannyhw! - React-Native: Fix
userEvent.setup()errors in jest - #30833, thanks @dannyhw! - React-Native: Fix
userEvent.setup()errors outside browser context - #30831, thanks @dannyhw! - React-Native: Update config directory to .rnstorybook - #30819, thanks @dannyhw!
- React: Don't use Act wrapper in Storybook when rendering in docs - #31483, thanks @kasperpeulen!
- React: Ensure render functions and decorators are react components - #30869, thanks @kasperpeulen!
- React: Export returntype of ReactMeta#story - #30580, thanks @mrginglymus!
- React: Remove react import in template files - #30757, thanks @kasperpeulen!
- Refactor: Update panel IDs in vitest addon to use new constants - #31132, thanks @ndelangen!
- Remove: Addon mdx-gfm (
@storybook/addon-mdx-gfm) - #30996, thanks @ndelangen! - Revert "Svelte: Adjust Svelte typings to include Svelte 5 function components" - #30851, thanks @kasperpeulen!
- Save from Controls: Replace rendererPackage with frameworkPackage - #31114, thanks @valentinpalkovic!
- Source Loader: Remove package - #31466, thanks @valentinpalkovic!
- Source: Support async parameters.docs.source.transform - #30426, thanks @valentinpalkovic!
- Svelte-vite: Improve SvelteKit detection error - #31038, thanks @JReinhold!
- Svelte: Adjust Svelte typings to include Svelte 5 function components - #30812, thanks @dummdidumm!
- Svelte: Drop Support for Svelte < 5 - #30703, thanks @valentinpalkovic!
- Svelte: Fix missing
ts-dedentdependency - #31289, thanks @JReinhold! - Svelte: Install
latestversion of@storybook/addon-svelte-csf- #31398, thanks @JReinhold! - Svelte: Pin svelte2tsx to solve argType regression - #30783, thanks @kasperpeulen!
- Svelte: Remove dependency on
sveltedoc-parser- #31246, thanks @JReinhold! - Svelte: Remove unused
svelte-preprocessdependency - #31332, thanks @JReinhold! - SvelteKit: Forward form events when mocking
enhance- #31360, thanks @JReinhold! - Telemetry: Add Svelte CSF usage - #31255, thanks @shilman!
- Telemetry: Use version from our package.json for
storybookVersion- #31577, thanks @tmeasday! - Test Addon: Stabilize and remove experimental status - #30727, thanks @valentinpalkovic!
- Test: Allow generics in expect matchers - #31395, thanks @yannbf!
- Test: Handle non-configurable properties in instrumenter for expect.toThrow - #30876, thanks @kasperpeulen!
- Test: Make sure that expect has no different behavior after instrumentation - #30935, thanks @kasperpeulen!
- Test: Move
@storybook/testintostorybook/test- #30742, thanks @valentinpalkovic! - Test: Patch HTMLElement.prototype.focus method for settable focus in tests - #31487, thanks @valentinpalkovic!
- Test: Remove legacy Vitest v2 code - #31271, thanks @valentinpalkovic!
- Test: Upgrade to vitest 3 - #30840, thanks @kasperpeulen!
- Test: Use @testing-library/dom as devDependency - #31188, thanks @valentinpalkovic!
- Toolbars: Embed addon-toolbars into the core - #30871, thanks @ndelangen!
- Typescript: Drop Typescript < 4.9 support - #30736, thanks @valentinpalkovic!
- UI: Add options to hide sidebar and toolbar per story - #29516, thanks @Sidnioulz!
- UI: Clear filters on run all and clear all statuses - #31073, thanks @JReinhold!
- UI: Don't include error state in sidebar context menu - #31054, thanks @ghengeveld!
- UI: Fix status missing from sidebar - #30830, thanks @JReinhold!
- UI: Visual tweaks to badges and improved layout for a11y panel - #30955, thanks @ghengeveld!
- Update react-router-dom to lowest React19 type-compatible version - #31358, thanks @mrginglymus!
- Viewport: Embed addon-viewport in the core - #30909, thanks @ndelangen!
- Viewport: Fix globals type - #31374, thanks @flaval!
- Vite-Builder: Handle undefined previewConfig - #31216, thanks @valentinpalkovic!
- Vite: Add 'storybook/viewport' to INCLUDE_CANDIDATES in optimizeDeps.ts - #31039, thanks @valentinpalkovic!
- Vite: Improve handling of preview annotations - #28798, thanks @tobiasdiez!
- Vite: Normalize preview annotation paths - #31238, thanks @mrginglymus!
- Vite: Support Vite 6 and Docs - #31061, thanks @valentinpalkovic!
- Vitest: Remove beforeAll in vitest.setup.ts in automigration - #31460, thanks @kasperpeulen!
- Vue3: Remove support for Webpack 5 - #30958, thanks @valentinpalkovic!
- Web Components: Remove Webpack 5 support - #30988, thanks @valentinpalkovic!
- Yarn: Update Yarn package command execution to use 'exec' - #31065, thanks @valentinpalkovic!
Total contributions: 240 Unique contributors: 29
</details>
- Component testing
- 9.0.0-rc.527 May 2025pre-release
Release notes
Open source →9.0.0-rc.5
- Addon A11y: Improve selector automigration detection - #31392, thanks @yannbf!
- Addon Vitest: Support
vitest.projects.tsfile as workspace file during postinstall - #31565, thanks @ghengeveld! - Addon-Vitest: Always clean coverage before (re)running - #31540, thanks @JReinhold!
- Automigration: Fix wrap require wrapper - #31569, thanks @valentinpalkovic!
- Controls: Remove empty state video link - #31539, thanks @kylegach!
- Presets: Use
.jsfiles when.cjsfiles are passed for entries that should be ESM - #31556, thanks @JReinhold! - Pseudo States: Ignore escaped pseudo-class names - #31515, thanks @sentience!
- 9.0.0-rc.421 May 2025pre-release
- 9.0.0-rc.320 May 2025pre-release
Release notes
Open source →9.0.0-rc.3
- Addon Vitest: Ensure vitest exclusions are relative to the project root, not cwd - #31514, thanks @mrginglymus!
- Addon Vitest: Fix broken docs links - #31445, thanks @kylegach!
- Addon-vitest: Fix wrong test count in telemetry - #31504, thanks @JReinhold!
- ArgTypes: Always extract argTypes, even without
addon-docs- #31488, thanks @JReinhold! - CSF-Tools: Add support for existing node imports and improve import handling - #31497, thanks @valentinpalkovic!
- CSF: Fix handling of renamed story exports - #31519, thanks @JReinhold!
- 9.0.0-rc.216 May 2025pre-release
Release notes
Open source →9.0.0-rc.2
- Addon Docs: Simplify color parsing and color cycling logic - #29840, thanks @leyvae!
- Addon Vitest: Fix watch mode for new files - #31156, thanks @valentinpalkovic!
- CodePanel: Show originalSource code - #31456, thanks @valentinpalkovic!
- Core: Builder-manager disable metafile - #31467, thanks @ndelangen!
- Core: Remove duplicate notification dot on sidebar buttons on mobile - #31485, thanks @ghengeveld!
- Core: Set a minimum height/width for the targetable area of highlights - #31486, thanks @ghengeveld!
- Core: Support groups and info icon in highlight popover menu - #31475, thanks @ghengeveld!
- React Native Web: Fix expo router by setting JSX to automatic - #31484, thanks @dannyhw!
- React: Don't use Act wrapper in Storybook when rendering in docs - #31483, thanks @kasperpeulen!
- Test: Patch HTMLElement.prototype.focus method for settable focus in tests - #31487, thanks @valentinpalkovic!
- 9.0.0-rc.116 May 2025pre-release
Release notes
Open source →9.0.0-rc.1
- Addon Docs: Fix docs-content overflow with TOC - #27167, thanks @njsokol!
- Addon Vitest: Ignore mdx files as part of tests - #31457, thanks @yannbf!
- Core: Do not show 'Render story' step in interactions - #31452, thanks @ghengeveld!
- Dependencies: Update docgen - #31465, thanks @ndelangen!
- Source Loader: Remove package - #31466, thanks @valentinpalkovic!
- Vitest: Remove beforeAll in vitest.setup.ts in automigration - #31460, thanks @kasperpeulen!
- 9.0.0-rc.012 May 2025pre-release
Release notes
Open source →9.0.0-rc.0
- Addon A11y: Fix usage of axe-core in pnpm projects - #31422, thanks @yannbf!
- Addon A11y: Fix various issues and inconsistencies - #31432, thanks @ghengeveld!
- Addon Docs: Fix
layout: centeredin conjunction withinline: false- #31430, thanks @ghengeveld! - Addon Docs: Fix iframe content width in centered layout - #31320, thanks @Audie80!
- Addon Docs: Improve TableOfContents HTML structure and a11y - #31327, thanks @Sidnioulz!
- Addon Vitest: Use its own cache directory - #31439, thanks @yannbf!
- Addon-Test: Automatically load before all - #30584, thanks @kasperpeulen!
- Addon-vitest: Support paths with spaces - #31437, thanks @ndelangen!
- Automigration: Correctly apply the wrap-require automigration in ESM modules - #31420, thanks @valentinpalkovic!
- Automigration: Improve renderer to framework automigration - #31397, thanks @valentinpalkovic!
- Automigrations: Fix installation of addon-docs - #31399, thanks @valentinpalkovic!
- Build: Update import paths and enable syntax minification - #31390, thanks @ndelangen!
- CLI: Improve package upgrade logic - #31406, thanks @yannbf!
- CLI: Remove
@latestfromyarn createcommands - #31458, thanks @ndelangen! - CLI: Tweak init prompt - #31376, thanks @shilman!
- Core / Addon A11y: Emit
STORY_HOT_UPDATEDand rerun A11y tests on HMR - #31423, thanks @ghengeveld! - Core: Avoid pre-bundling of preview-api in manager entries - #31385, thanks @valentinpalkovic!
- Core: Improve unhandled error detection - #31440, thanks @kasperpeulen!
- Core: Remove maximum-scale=1 from viewport meta tag - #31283, thanks @yatishgoel!
- Core: Wait for animations before completing render cycle - #31287, thanks @ghengeveld!
- Hooks: Stabilize experimental afterEach hook - #31438, thanks @valentinpalkovic!
- Maintenance: Remove aliasses in builder configurations & scripts - #31344, thanks @ndelangen!
- Test: Make sure that lit arrays are not cloned - #31435, thanks @kasperpeulen!
- 9.0.0-beta.117 May 2025pre-release
Release notes
Open source →9.0.0-beta.11
- Addon A11y: Fix setup as part of storybook create - #31403, thanks @yannbf!
- Addon Docs: Reset error boundary when story changes to recover from erros - #31242, thanks @yatishgoel!
- Angular: Filter non-inputs from controls - #30550, thanks @robertIsaac!
- Backgrounds/Viewport: Fix resetting - #31386, thanks @valentinpalkovic!
- CLI: Detect correct storybook version on upgrade - #31393, thanks @yannbf!
- Core: Fix core annotations applied twice - #31361, thanks @valentinpalkovic!
- Core: Fix sidebar accessibility order for screen readers - #31250, thanks @yatishgoel!
- Eslint-plugin: Handle JSON5 format - #31336, thanks @yatishgoel!
- Indexer: Do not create autodocs entries unless addon-docs installed - #31331, thanks @ndelangen!
- Svelte: Install
latestversion of@storybook/addon-svelte-csf- #31398, thanks @JReinhold! - Test: Allow generics in expect matchers - #31395, thanks @yannbf!
- Update react-router-dom to lowest React19 type-compatible version - #31358, thanks @mrginglymus!
- Viewport: Fix globals type - #31374, thanks @flaval!
- 9.0.0-beta.103 May 2025pre-release
- 9.0.0-beta.92 May 2025pre-release
Release notes
Open source →9.0.0-beta.9
- Addon A11y: Provide full report in a11y manual runs - #31325, thanks @yannbf!
- Angular: remove invalid defaults for start-storybook - #31337, thanks @AgentEnder!
- Automigration: Adjust addon-docs install condition - #31343, thanks @valentinpalkovic!
- Automigration: Migrate users to codePanel - #31313, thanks @valentinpalkovic!
- Automigration: Pass over flags when calling automigrations - #31342, thanks @valentinpalkovic!
- CLI: Enhance compatibility check: deprecated detection - #31317, thanks @ndelangen!
- Core: Support React Native environment without static class blocks - #31282, thanks @JReinhold!
- 9.0.0-beta.82 May 2025pre-release
Release notes
Open source →9.0.0-beta.8
- Addon-vitest: Remove internal log for
staticDir- #31340, thanks @JReinhold! - CLI: Add skip onboarding, recommended/minimal config - #30930, thanks @shilman!
- CLI: Supress npm notice update log messages - #31334, thanks @yannbf!
- CLI: Wrap object addon names in wrap-require migration - #31285, thanks @yatishgoel!
- Core: Bring back loading globals from global types in portable stories - #31328, thanks @yannbf!
- React Native Web: Update
react-native-web- #31324, thanks @ndelangen! - Svelte: Remove unused
svelte-preprocessdependency - #31332, thanks @JReinhold!
- Addon-vitest: Remove internal log for
- 9.0.0-beta.71 May 2025pre-release
Release notes
Open source →9.0.0-beta.7
- CLI: Fix get versions utility for NPM - #29577, thanks @johnrcui!
- Telemetry: Add Svelte CSF usage - #31255, thanks @shilman!
- Test: Remove legacy Vitest v2 code - #31271, thanks @valentinpalkovic!
- UI: Add options to hide sidebar and toolbar per story - #29516, thanks @Sidnioulz!
- Vite: Normalize preview annotation paths - #31238, thanks @mrginglymus!
- 9.0.0-beta.629 Apr 2025pre-release
Release notes
Open source →9.0.0-beta.6
- Automigration: Fix an issue when main.js addons have dynamic values - #31273, thanks @valentinpalkovic!
- Automigration: Respect config-dir option - #31233, thanks @valentinpalkovic!
- Core: Change require.resolve path for storybook/package.json - #31230, thanks @valentinpalkovic!
- Dependencies: Upgrades for security - #31276, thanks @ndelangen!
- Dependencies: Upgrades for security - #31291, thanks @ndelangen!
- Next.js: Remove deprecated compatibility files - #31295, thanks @valentinpalkovic!
- Svelte: Fix missing
ts-dedentdependency - #31289, thanks @JReinhold!
- 9.0.0-beta.528 Apr 2025pre-release
Release notes
Open source →9.0.0-beta.5
- All packages: Remove unused dependencies - #31227, thanks @webpro!
- Autoblock: Fix link - #31236, thanks @valentinpalkovic!
- CLI: Update nx docs in Storybook detection error - #31266, thanks @yannbf!
- Core: Fix highlight conflicts - #31204, thanks @ghengeveld!
- Dependencies: Upgrades for security - #31235, thanks @ndelangen!
- Docs: Fix source code panel - #31245, thanks @valentinpalkovic!
- React Native Web: Add RNW to vitest supported frameworks - #31253, thanks @dannyhw!
- Svelte: Remove dependency on
sveltedoc-parser- #31246, thanks @JReinhold! - Test: Use @testing-library/dom as devDependency - #31188, thanks @valentinpalkovic!
- 9.0.0-beta.426 Apr 2025pre-release
Release notes
Open source →9.0.0-beta.4
- Highlights: Dont run highlights when the feature is disabled - #31239, thanks @dannyhw!
- 9.0.0-beta.325 Apr 2025pre-release
- 9.0.0-beta.225 Apr 2025pre-release
Release notes
Open source →9.0.0-beta.2
- Addon A11y: Use short titles and friendly summary messages in A11y report - #31185, thanks @ghengeveld!
- CLI: Add
storybook-staticto.gitignoreon init - #31201, thanks @JReinhold! - Core: Add preview navigator and
--preview-onlyCLI flag - #31102, thanks @JReinhold! - Core: Remove
uuidpackage from core - #31219, thanks @JReinhold!
- 9.0.0-beta.122 Apr 2025pre-release
- 9.0.0-beta.022 Apr 2025pre-release
Release notes
Open source →9.0.0-beta.0
- Addon-vitest: Fix coverage being disabled with Run All button - #31074, thanks @JReinhold!
- 9.0.0-alpha.2122 Apr 2025pre-release
Release notes
Open source →9.0.0-alpha.21
- Addon Controls: Fix loading state UI in addon panel - #31168, thanks @iineineno03k!
- Addon Pseudo States: Move package into monorepo - #31123, thanks @ghengeveld!
- Addon Vitest: Transform @storybook/nextjs imports to @storybook/nextjs-vite during init - #31180, thanks @valentinpalkovic!
- Addon-a11y: Replace
elementparameter withcontext- #31036, thanks @JReinhold! - Addon-test: Fix watching non-story files, run all tests on preview change - #31045, thanks @JReinhold!
- Automigration: Always scan file system to substitute essential addons - #31176, thanks @valentinpalkovic!
- Cleanup: Remove obsolete dependency - #31177, thanks @valentinpalkovic!
- Core: Create
featuresfor addons moved into core - #31146, thanks @ndelangen! - Core: Draw highlights on top of canvas and add various new features - #30894, thanks @ghengeveld!
- Core: Fix highlight
clickEventserialization and export public types - #31179, thanks @ghengeveld! - Core: Fix highlighting zero-pixel elements and focus on single element - #31183, thanks @ghengeveld!
- Core: Increase compile targets for node & browsers - #31139, thanks @JReinhold!
- Init: Install framework stories instead of renderer stories - #31160, thanks @valentinpalkovic!
- Maintenance: Migrate eslint-storybook-plugin into the monorepo - #31151, thanks @yannbf!
- Nextjs Vite: Add runtime check for malformed postcss config - #31184, thanks @valentinpalkovic!
- 9.0.0-alpha.2017 Apr 2025pre-release
Release notes
Open source →9.0.0-alpha.20
- Addon Docs: Update telejson - #31115, thanks @valentinpalkovic!
- AddonVitest: Use framework package, not renderer - #31133, thanks @ndelangen!
- Automigration: Fix consolidated-imports with sub-paths - #31135, thanks @ndelangen!
- Core: Add highlight as public API - #31134, thanks @valentinpalkovic!
- Core: Rename local tests to interactions - #31141, thanks @yannbf!
- Dependencies: Update dependencies - #31143, thanks @valentinpalkovic!
- Interactions: Rename component test panel - #31130, thanks @valentinpalkovic!
- Migration: Improve glob question text - #31118, thanks @ndelangen!
- Refactor: Update panel IDs in vitest addon to use new constants - #31132, thanks @ndelangen!
- Save from Controls: Replace rendererPackage with frameworkPackage - #31114, thanks @valentinpalkovic!
- 9.0.0-alpha.1914 Apr 2025pre-release
Release notes
Open source →9.0.0-alpha.19
- CLI: Fix framework for preview imports - #31101, thanks @valentinpalkovic!
- Controls: Fix boxShadow on empty controls - #27193, thanks @H0onnn!
- Core: Fix favicon issue on dev server - #30818, thanks @MuhdHishamP!
- UI: Clear filters on run all and clear all statuses - #31073, thanks @JReinhold!
- UI: Don't include error state in sidebar context menu - #31054, thanks @ghengeveld!
- 9.0.0-alpha.1814 Apr 2025pre-release
- 9.0.0-alpha.174 Apr 2025pre-release
Release notes
Open source →9.0.0-alpha.17
- Addon Test: Rename
@storybook/experimental-addon-testto@storybook/addon-vitest- #31014, thanks @valentinpalkovic! - Autoblock: Add autoblocker for addon-test - #31068, thanks @valentinpalkovic!
- Automigrations: Add logging - #31066, thanks @valentinpalkovic!
- Instrumenter: Fix
preview-apiimport for react-native - #31057, thanks @ndelangen! - Vite: Support Vite 6 and Docs - #31061, thanks @valentinpalkovic!
- Yarn: Update Yarn package command execution to use 'exec' - #31065, thanks @valentinpalkovic!
- Addon Test: Rename
- 9.0.0-alpha.163 Apr 2025pre-release
Release notes
Open source →9.0.0-alpha.16
- Automigration: Remove
@storybook/addon-essentialsproper - #31015, thanks @ndelangen! - Core: Automatically expand testing module on unhandled error - #31028, thanks @ghengeveld!
- Core: Fix using dates in expect statements - #28413, thanks @yann-combarnous!
- Csf-Tools: Enhance setFieldNode logic to handle variable declarations - #31056, thanks @valentinpalkovic!
- Automigration: Remove
- 9.0.0-alpha.153 Apr 2025pre-release
Release notes
Open source →9.0.0-alpha.15
- Addon A11y: Add
linkPathto Axe results and use it in copy link action - #31009, thanks @ghengeveld! - Addon-test: Exclude
storybook-staticfrom coverage reports - #31005, thanks @JReinhold! - Addons: Remove @storybook/addon-storysource - #31007, thanks @valentinpalkovic!
- Automigration: Enhance import transformation to handle partial package matches - #31033, thanks @valentinpalkovic!
- Automigration: Ensure correct addition of missing dependencies - #31023, thanks @valentinpalkovic!
- Core: Show "Render story" event explicitly in Component Tests event trace - #31027, thanks @ghengeveld!
- Nextjs-Vite: Update vite-plugin-storybook-nextjs version and add optimizeDeps - #31037, thanks @valentinpalkovic!
- Node.js: Align Node.js version support - #31041, thanks @valentinpalkovic!
- Svelte-vite: Improve SvelteKit detection error - #31038, thanks @JReinhold!
- Vite: Add 'storybook/viewport' to INCLUDE_CANDIDATES in optimizeDeps.ts - #31039, thanks @valentinpalkovic!
- Addon A11y: Add
- 9.0.0-alpha.142 Apr 2025pre-release
Release notes
Open source →9.0.0-alpha.14
- Automigrations: Re-add renderer-to-framework and fix issue in monorepositories - #31011, thanks @valentinpalkovic!
- Dependencies: Upgrade
telejson- #30998, thanks @ndelangen! - Maintenance: Specify that Addon Test now requires Vitest 3.0 - #30948, thanks @yannbf!
- Remove: Addon mdx-gfm (
@storybook/addon-mdx-gfm) - #30996, thanks @ndelangen! - Source: Support async parameters.docs.source.transform - #30426, thanks @valentinpalkovic!
- Svelte: Drop Support for Svelte < 5 - #30703, thanks @valentinpalkovic!
- 9.0.0-alpha.131 Apr 2025pre-release
Release notes
Open source →9.0.0-alpha.13
- Automigration: Add new Storybook addons to consolidated packages mapping - #30993, thanks @valentinpalkovic!
- Automigration: Update mapping for '@storybook/experimental-nextjs-vite' - #30991, thanks @valentinpalkovic!
- CLI: Only install Visual Test Addon if test feature is selected - #30966, thanks @ghengeveld!
- Core: Add error boundary to tabs to prevent addon errors breaking Storybook - #30952, thanks @kasperpeulen!
- Core: Remove deprecated parts of test provider API - #30962, thanks @JReinhold!
- Essentials: Move remaining addons into core - #30924, thanks @ndelangen!
- HTML Framework: Remove support for HTML Webpack 5 - #30990, thanks @valentinpalkovic!
- Next: Upgrade vite-plugin-storybook-nextjs for Next v14 compatibility - #30997, thanks @kasperpeulen!
- Svelte: Exclude
node_modulesfrom docgen - #30981, thanks @JReinhold! - Test: Make sure that expect has no different behavior after instrumentation - #30935, thanks @kasperpeulen!
- Web Components: Remove Webpack 5 support - #30988, thanks @valentinpalkovic!
- 9.0.0-alpha.1230 Mar 2025pre-release
Release notes
Open source →9.0.0-alpha.12
- Addon-A11y: Various improvements - #30774, thanks @ghengeveld!
- Addon-Test: Migrate to new test provider API, drop Vitest 2 support - #30875, thanks @JReinhold!
- Angular: Fix zone.js support for Angular libraries - #30941, thanks @valentinpalkovic!
- Core: Fix flaky unit tests related to stores - #30963, thanks @JReinhold!
- Core: Fix telemetry error on Storybok UI - #30953, thanks @yannbf!
- Maintenance: Drop tooling support - #30940, thanks @valentinpalkovic!
- Maintenance: Remove deprecated APIs - #30926, thanks @valentinpalkovic!
- Maintenance: Remove obsolete automigrations - #30945, thanks @valentinpalkovic!
- Manager: Fix
Uncaught ReferenceError: global is not defined- #30970, thanks @JReinhold! - Next.js-Vite: Stabilize @storybook/experimental-nextjs-vite - #30956, thanks @valentinpalkovic!
- Preact: Remove support for Preact Webpack 5 - #30957, thanks @valentinpalkovic!
- UI: Visual tweaks to badges and improved layout for a11y panel - #30955, thanks @ghengeveld!
- Vue3: Remove support for Webpack 5 - #30958, thanks @valentinpalkovic!
- 9.0.0-alpha.1126 Mar 2025pre-release
- 9.0.0-alpha.1025 Mar 2025pre-release
Release notes
Open source →9.0.0-alpha.10
- Addon-Essentials: Remove addon-docs - #30856, thanks @ndelangen!
- Addon-docs: Fix non-string handling in Stories block - #30913, thanks @JamesIves!
- Controls: Embed addon-controls into the core - #30864, thanks @ndelangen!
- Core: Prebundle jsdoc-type-pratt-parser again - #30923, thanks @kasperpeulen!
- React: Ensure render functions and decorators are react components - #30869, thanks @kasperpeulen!
- Toolbars: Embed addon-toolbars into the core - #30871, thanks @ndelangen!
- Viewport: Embed addon-viewport in the core - #30909, thanks @ndelangen!
- 9.0.0-alpha.924 Mar 2025pre-release
Release notes
Open source →9.0.0-alpha.9
- Addons: Update the Viewport and Background Addon - #30841, thanks @ndelangen!
- CLI: Add React Native
.rnstorybookCLI automigration - #30882, thanks @shilman! - CLI: Add detection for the storybook package being behind any other core packages - #30861, thanks @kasperpeulen!
- CLI: Make sure that the add commands logs all output to the console - #30865, thanks @kasperpeulen!
- Next: Fix react aliases in next vite plugin - #30914, thanks @kasperpeulen!
- Test: Handle non-configurable properties in instrumenter for expect.toThrow - #30876, thanks @kasperpeulen!
- 9.0.0-alpha.819 Mar 2025pre-release
Release notes
Open source →9.0.0-alpha.8
- Angular: Export all files in Angular package.json - #30849, thanks @kasperpeulen!
- CLI: Don't add packageManager entry to package.json automatically - #30855, thanks @kasperpeulen!
- React: Allow portable stories to be used in SSR - #30847, thanks @kasperpeulen!
- Revert "Svelte: Adjust Svelte typings to include Svelte 5 function components" - #30851, thanks @kasperpeulen!
- Svelte: Adjust Svelte typings to include Svelte 5 function components - #30812, thanks @dummdidumm!
- Svelte: Adjust Svelte typings to include Svelte 5 function components - #30852, thanks @kasperpeulen!
- Telemetry: Make sure that telemetry doesn't fail on init - #30857, thanks @kasperpeulen!
- Vite: Update HMR filter to target specific story file types - #30845, thanks @kasperpeulen!
- 9.0.0-alpha.719 Mar 2025pre-release
Release notes
Open source →9.0.0-alpha.7
- Core: New Test Provider Store - #30828, thanks @JReinhold!
- React-Native: Fix
userEvent.setup()errors in jest - #30833, thanks @dannyhw! - React-Native: Fix
userEvent.setup()errors outside browser context - #30831, thanks @dannyhw! - Test: Upgrade to vitest 3 - #30840, thanks @kasperpeulen!
- UI: Fix status missing from sidebar - #30830, thanks @JReinhold!
- 9.0.0-alpha.617 Mar 2025pre-release
Nothing published for this version
- 9.0.0-alpha.516 Mar 2025pre-release
Nothing published for this version
- 9.0.0-alpha.414 Mar 2025pre-release
Nothing published for this version
- 9.0.0-alpha.311 Mar 2025pre-release
Nothing published for this version
- 9.0.0-alpha.25 Mar 2025pre-release
Nothing published for this version
- 9.0.0-alpha.127 Feb 2025pre-release
Nothing published for this version
- 9.0.0-alpha.025 Feb 2025pre-release
Nothing published for this version
- 8.7.0-alpha.025 Feb 2025pre-release
Nothing published for this version
- 8.6.186 Mar 2026