Empty package - please don't use it anymore
Last release 5 months ago
06 Mar 2026
Ships unpredictably
gaps range from 8 days to 5 months
Nearly every release is documented
notes for 57 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
2302 releases · first in 2017
Release timeline
2302 releases since 2017Releases
- 8.6.0-alpha.510 Feb 2025pre-release
Nothing published for this version
- 8.6.0-alpha.45 Feb 2025pre-release
Nothing published for this version
- 8.6.0-alpha.330 Jan 2025pre-release
Nothing published for this version
- 8.6.0-alpha.224 Jan 2025pre-release
Nothing published for this version
- 8.6.0-alpha.122 Jan 2025pre-release
Nothing published for this version
- 8.6.0-alpha.015 Jan 2025pre-release
Nothing published for this version
- 8.5.819 Feb 2025
- 8.5.718 Feb 2025
- 8.5.614 Feb 2025
- 8.5.512 Feb 2025
- 8.5.411 Feb 2025
Release notes
Open source →- Addon A11y: Make Vitest Axe optional - #30442, thanks @valentinpalkovic!
- Builder-Vite: Fix allowedHosts handling for custom hosts - #30432, thanks @JSMike!
- Builder-Vite: Fix resolve id warning - #30511, thanks @valentinpalkovic!
- React: Update react-docgen-typescript to fix CI hanging issues - #30422, thanks @yannbf!
- 8.5.31 Feb 2025
- 8.5.227 Jan 2025
- 8.5.123 Jan 2025
Release notes
Open source →- Addon Test: Replace
interaction test->component test- #30333, thanks @kylegach! - Addon Test: Support Vitest 3 browser.test.instances field - #30309, thanks @valentinpalkovic!
- Manager: Fix escaping of single quotes in dynamic import paths - #30278, thanks @valentinpalkovic!
- RNW-Vite: Support requires for images/fonts - #30305, thanks @dannyhw!
- Addon Test: Replace
- 8.5.015 Jan 2025
Release notes
Open source →Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:
- 🦾 Realtime accessibility tests to help build UIs for everybody
- 🛡️ Project code coverage to measure the completeness of your tests
- 🎯 Focused tests for faster test feedback
- ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
- 🎁 Storybook test early access program to level up your testing game
- 💯 Hundreds more improvements
<details> <summary>List of all updates</summary>
- Addon A11y: Add conditional rendering for a11y violation number in Testing Module - #30073, thanks @valentinpalkovic!
- Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - #30005, thanks @valentinpalkovic!
- Addon A11y: Adjust default behaviour when using with experimental-addon-test - #30162, thanks @valentinpalkovic!
- Addon A11y: Change default element selector - #30253, thanks @valentinpalkovic!
- Addon A11y: Create a11y test provider and revamp a11y addon - #29643, thanks @valentinpalkovic!
- Addon A11y: Don't set a11y tag as comment in automigrations - #30257, thanks @valentinpalkovic!
- Addon A11y: Fix skipped status handling in Testing Module - #30077, thanks @valentinpalkovic!
- Addon A11y: Refactor environment variable handling for Vitest integration - #30022, thanks @valentinpalkovic!
- Addon A11y: Remove warnings API - #30049, thanks @kasperpeulen!
- Addon A11y: Run the a11y automigration on postInstall - #30004, thanks @kasperpeulen!
- Addon A11y: Show errors of axe properly - #30050, thanks @kasperpeulen!
- Addon A11y: Update accessibility status handling in TestProviderRender - #30027, thanks @valentinpalkovic!
- Addon Docs: Dynamically import rehype - #29544, thanks @valentinpalkovic!
- Addon Docs: Make new code panel opt in - #30248, thanks @shilman!
- Addon Onboarding: Prebundle react-confetti - #29996, thanks @yannbf!
- Addon Test: Add
@vitest/coverage-v8during postinstall if no coverage reporter is installed - #29993, thanks @ghengeveld! - Addon Test: Add prerequisite check for MSW - #30193, thanks @yannbf!
- Addon Test: Add support for previewHead - #29808, thanks @ndelangen!
- Addon Test: Add Vitest 3 support - #30181, thanks @valentinpalkovic!
- Addon Test: Always run Vitest in watch mode internally - #29749, thanks @JReinhold!
- Addon Test: Always use installed version of vitest - #30134, thanks @kasperpeulen!
- Addon Test: Clarify message when
vitestdetects missing deps - #29763, thanks @ndelangen! - Addon Test: Clear coverage data when starting or watching - #30072, thanks @ghengeveld!
- Addon Test: Context menu UI - #29727, thanks @ghengeveld!
- Addon Test: Context menu updates - #30107, thanks @ghengeveld!
- Addon Test: Correctly stop Storybook when Vitest closes - #30012, thanks @JReinhold!
- Addon Test: Filter out falsy test results in TestProviderRender - #30001, thanks @valentinpalkovic!
- Addon Test: Fix documentation links - #30128, thanks @yannbf!
- Addon Test: Fix duplicate
test.includepatterns - #30029, thanks @JReinhold! - Addon Test: Fix environment variable for Vitest Storybook integration - #30054, thanks @valentinpalkovic!
- Addon Test: Fix error reporting for
vitestcrashes - #29751, thanks @ndelangen! - Addon Test: Fix generated path to
vitest.setup.js- #30233, thanks @JReinhold! - Addon Test: Fix indexing behavior - #29836, thanks @yannbf!
- Addon Test: Fix printing null% for coverage - #30061, thanks @ghengeveld!
- Addon Test: Fix run request while booting or restarting Vitest - #29829, thanks @ghengeveld!
- Addon Test: Handle undefined storyId - #29998, thanks @ghengeveld!
- Addon Test: Improve error message on missing coverage package - #30088, thanks @JReinhold!
- Addon Test: Improve support for mono-repos - #30216, thanks @valentinpalkovic!
- Addon Test: Make component tests status row link to the story's tests panel - #29992, thanks @ghengeveld!
- Addon Test: Merge viteFinal config into vitest config - #29806, thanks @ndelangen!
- Addon Test: Only optimize react deps if applicable in vitest-plugin - #29617, thanks @yannbf!
- Addon Test: Only reset story count on file change when watch mode is enabled - #30121, thanks @ghengeveld!
- Addon Test: Optimize internal dependencies - #29595, thanks @yannbf!
- Addon Test: Prompt switch to
experimental-nextjs-vite- #29814, thanks @ndelangen! - Addon Test: Refactor test addon to include stories automatically - #29367, thanks @yannbf!
- Addon Test: Remove a11y placeholder - #29769, thanks @JReinhold!
- Addon Test: Replace
globwithtinyglobby- #29817, thanks @ghengeveld! - Addon Test: Serve
staticDirswith Vitest - #29811, thanks @ghengeveld! - Addon Test: Show sub test provider toggle state in main testing module - #30019, thanks @ghengeveld!
- Addon Test: Support Storybook environment variables in Vitest - #29792, thanks @ghengeveld!
- Addon Test: Use correct vitest config file path - #30135, thanks @kasperpeulen!
- Addon Test: Use local storybook binary instead - #30021, thanks @kasperpeulen!
- Addon Test: Use ProgressSpinner for stop button in Testing Module - #29997, thanks @ghengeveld!
- Addon Test: Wait for 2 seconds before showing result mismatch warning - #30002, thanks @ghengeveld!
- Addon Test: Wrap sub-paths exported with
require.resolve- #30026, thanks @ndelangen! - Addon Themes: Deprecate useThemeParameters - #30111, thanks @yannbf!
- Angular: Support statsJson in angular schemas - #29233, thanks @yannbf!
- Automigration: Improve addon-a11y-addon-test - #30127, thanks @valentinpalkovic!
- Automigration: Improve setup file transformation and version range handling for a11y migration - #30060, thanks @valentinpalkovic!
- Automigrations: Skip vite config file migration for react native web - #30190, thanks @dannyhw!
- Build: Downgrade to esbuild 0.24.0 - #30116, thanks @yannbf!
- Build: Revert Downgrade to esbuild 0.24.0 - #30120, thanks @yannbf!
- CLI: Fix init help for
storybookcommand - #29480, thanks @toothlessdev! - CLI: Fix new-frameworks automigration - #29804, thanks @yannbf!
- CLI: Re-Add Nuxt support - #28607, thanks @valentinpalkovic!
- CLI: Update a11y-test comment with experimental caveat - #30258, thanks @shilman!
- Composition: Fix composed story search - #29453, thanks @jsingh0026!
- Composition: Hide contextMenu on composed storybooks - #29803, thanks @ndelangen!
- Core / Addon Test: Add config UI to Testing Module - #29708, thanks @ghengeveld!
- Core / Addon Test: Support intercepting and modifying internal test provider state updates - #29680, thanks @ghengeveld!
- Core + Addon Test: Refactor test API and fix total test count - #29656, thanks @ghengeveld!
- Core: Add bun support with npm fallback - #29267, thanks @stephenjason89!
- Core: Avoid getting stuck in locked state - #29768, thanks @ghengeveld!
- Core: Disable SidebarContextMenu in static builds - #29743, thanks @ndelangen!
- Core: Emit deprecated
TESTING_MODULE_RUN_ALL_REQUESTfor backward compatibility - #29711, thanks @ghengeveld! - Core: Evaluate main config when checking 'whats new' notifications - #29622, thanks @yannbf!
- Core: Fix
ERR_PACKAGE_PATH_NOT_EXPORTEDin@storybook/node-logger- #30093, thanks @JReinhold! - Core: Fix
scrollIntoViewbehavior and reimplement testing module time rendering - #30044, thanks @ghengeveld! - Core: Fix bundling of React - #30003, thanks @yannbf!
- Core: Float context menu button on top of story titles in sidebar - #30080, thanks @ghengeveld!
- Core: Prevent clipping box shadow on file search modal - #29523, thanks @ghengeveld!
- Core: Prevent infinite rerendering caused by comparison by reference - #30081, thanks @ghengeveld!
- Docs: Add code snippet to addons panel - #29253, thanks @larsrickert!
- Interactions: Correctly load preset when absolute paths are used - #30264, thanks @JReinhold!
- Maintenance: Move
@types/nodetodevDepsconsistently - #30163, thanks @ndelangen! - Manager API: Fix infinite render-loop caused by
useSharedState- #30259, thanks @JReinhold! - Manager: Add tags property to GroupEntry objects - #29672, thanks @Sidnioulz!
- Manager: Fix size regression - #29660, thanks @JReinhold!
- Manager: Optimize getPanels function with memoization - #30192, thanks @valentinpalkovic!
- Next.js: Fix webpack fsCache not working - #29654, thanks @sentience!
- Next.js: Support v15.1.1 - #30068, thanks @valentinpalkovic!
- Next.js: Upgrade sass-loader from ^13.2.0 to ^14.2.1 - #29264, thanks @HoncharenkoZhenya!
- Nextjs-Vite: Add TS docgen support - #29824, thanks @yannbf!
- Nextjs-Vite: Fix docgen types in main config - #30042, thanks @yannbf!
- Onboarding: Replace
react-confettiwith@neoconfetti/react- #30098, thanks @ndelangen! - React Native Web: Add framework, CLI integration, sandboxes - #29520, thanks @shilman!
- React: Fix RSC compatibility with addon-themes and hooks - #26243, thanks @shilman!
- React: Force act running always in sequence - #30191, thanks @valentinpalkovic!
- React: Use Act wrapper in Storybook for component rendering - #30037, thanks @valentinpalkovic!
- ReactVite: Add
@storybook/testas optional peer dependency - #29754, thanks @yannbf! - RNW-Vite: Add built-in Flow support - #29756, thanks @dannyhw!
- RNW-Vite: Add tsconfig path aliases support - #29953, thanks @shilman!
- RNW-Vite: Fix flow plugin including too many things - #29952, thanks @dannyhw!
- RNW-Vite: Fix reanimated support with babel plugin for node_modules - #30188, thanks @dannyhw!
- RNW-Vite: Integrate with experimental-addon-test - #29645, thanks @shilman!
- Storysource Addon: Fix source-loader prettier imports - #29669, thanks @slax57!
- Telemetry: Add metadata distinguishing "apps" from "design systems" - #30070, thanks @tmeasday!
- Test: Add coverage feature - #29713, thanks @ndelangen!
- TestAddon: Refactor UI & add config options - #29662, thanks @ndelangen!
- Toolbars: Suppress deprecation warning when using dynamic icons - #29545, thanks @ValeraS!
- UI: Add support for groups to
TooltipLinkListand use it in main menu - #29507, thanks @ghengeveld! - UI: Add Yarn to About Section - #29225, thanks @grantwforsythe!
- UI: Fix controls and parameters on tag-filtered stories - #30038, thanks @shilman!
- UI: Fix overlapping shadow of testing module on scrollbar - #30132, thanks @valentinpalkovic!
- UI: Fix test provider event handling on startup - #30083, thanks @ghengeveld!
- UI: Keep failing stories in the sidebar, disregarding filters - #30086, thanks @JReinhold!
- UI: Sidebar context menu addon API - #29557, thanks @ndelangen!
- Vite: Add extra entries to
optimizeDeps- #30117, thanks @ndelangen! - Vite: Don't prefix story import with
@fs- #28941, thanks @tobiasdiez! - Vite: Fix preview runtime import - #29802, thanks @yannbf!
- Vite: Fix wrong import paths when configDir is not in project root - #30206, thanks @JReinhold!
- Vite: Import preview runtime as ordinary module - #29172, thanks @tobiasdiez!
- Vitest: Add plugins from
viteFinal- #30105, thanks @JReinhold! - Vue: Extend sourceDecorator to support v-bind and nested keys in slots - #28787, thanks @JoCa96!
- Vue: Fix
vue-component-metadocgen HMR not working - #29518, thanks @IonianPlayboy! </details>
- 8.5.0-beta.1114 Jan 2025pre-release
Nothing published for this version
- 8.5.0-beta.1013 Jan 2025pre-release
Nothing published for this version
- 8.5.0-beta.913 Jan 2025pre-release
Nothing published for this version
- 8.5.0-beta.88 Jan 2025pre-release
Nothing published for this version
- 8.5.0-beta.727 Dec 2024pre-release
Nothing published for this version
- 8.5.0-beta.625 Dec 2024pre-release
Nothing published for this version
- 8.5.0-beta.523 Dec 2024pre-release
Nothing published for this version
- 8.5.0-beta.420 Dec 2024pre-release
Nothing published for this version
- 8.5.0-beta.319 Dec 2024pre-release
Nothing published for this version
- 8.5.0-beta.218 Dec 2024pre-release
Nothing published for this version
- 8.5.0-beta.116 Dec 2024pre-release
Nothing published for this version
- 8.5.0-beta.016 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.2213 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.2112 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.2011 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.1910 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.185 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.174 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.163 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.153 Dec 2024pre-release
Nothing published for this version
- 8.5.0-alpha.1430 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.1329 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.1229 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.1127 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.1023 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.920 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.819 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.719 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.618 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.516 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.412 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.35 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.22 Nov 2024pre-release
Nothing published for this version
- 8.5.0-alpha.131 Oct 2024pre-release
Nothing published for this version
- 8.5.0-alpha.031 Oct 2024pre-release
Nothing published for this version
- 8.4.75 Dec 2024
- 8.4.629 Nov 2024
Release notes
Open source →- Addon Test: Use pathe for better windows support - #29676, thanks @yannbf!
- Angular: Default to standalone components in Angular v19 - #29677, thanks @ingowagner!
- Frameworks: Add Vite 6 support - #29710, thanks @yannbf!
- Portable stories: Support multiple annotation notations from preview - #29733, thanks @yannbf!
- React: Upgrade react-docgen-typescript to support Vite 6 - #29724, thanks @yannbf!
- Svelte: Support
@sveltejs/vite-plugin-sveltev5 - #29731, thanks @JReinhold!
- 8.4.520 Nov 2024
- 8.4.414 Nov 2024
Release notes
Open source →- Addon Test: Only optimize react deps if applicable in vitest-plugin - #29617, thanks @yannbf!
- 8.4.313 Nov 2024
- 8.4.25 Nov 2024
Release notes
Open source →- Addon Test: Fix post-install logic for Next.js Vite framework support - #29524, thanks @valentinpalkovic!
- Addon Test: Only render the TestingModule component in development mode - #29501, thanks @yannbf!
- CLI: Fix Solid init by installing
@storybook/test- #29514, thanks @shilman! - Core: Shim CJS-only globals in ESM output - #29157, thanks @valentinpalkovic!
- Next.js: Fix bundled react and react-dom in monorepos - #29444, thanks @sentience!
- 8.4.11 Nov 2024
Release notes
Open source →- Core: Relax peer dep constraint of shim packages - #29503, thanks @kasperpeulen!
- 8.4.031 Oct 2024
Release notes
Open source →Storybook 8.4 comes with a ton of exciting new features designed to give you the best experience developing, testing, and debugging tests in the browser!
- ▶️ Unified UI for component testing
- 5️⃣ Svelte 5 and Svelte CSF support
- ⚛️ React Native Storybook 8 release
- 🏷️ Tags-based filtering to organize your Storybook
- 🫧 Dependency cleanup to reduce install footprint
- 💯 Hundreds more improvements
<details> <summary>List of all updates</summary>
- Addon Test: Adjust file exports to be ESM/CJS compatible - #29471, thanks @valentinpalkovic!
- Addon Test: Error when addon interactions exists - #29434, thanks @valentinpalkovic!
- Addon Test: Escape XML when converting ANSI to HTML in test errors - #29446, thanks @ghengeveld!
- Addon Test: Fix hiding stacktrace for assertion errors in test panel - #29458, thanks @ghengeveld!
- Addon Test: Improve Error Handling - #29476, thanks @valentinpalkovic!
- Addon Test: Improve postinstall script - #29479, thanks @yannbf!
- Addon Test: Improve unsupported vitest message - #29486, thanks @valentinpalkovic!
- Addon Test: Only register testing module in Vite projects - #29472, thanks @yannbf!
- Addon Test: Throttle Vitest progress updates more heavily - #29482, thanks @ghengeveld!
- Addon-docs, blocks: Prebundle dependencies - #29301, thanks @JReinhold!
- Addon-Test: Support for
@vitest/browserv2.1.2 - #29407, thanks @strozw! - Blocks: Prebundle
es-toolkit- #29259, thanks @JReinhold! - Builder-vite: Replace .at() call with [] in codegen - #29048, thanks @Chudesnov!
- CLI: Don't add
@storybook/addon-linksby default - #29177, thanks @tobiasdiez! - CLI: Ensure
.gitignoreupdated via CLI ends with a newline - #29124, thanks @3w36zj6! - CLI: Fix
yarndetection - #29448, thanks @ndelangen! - CLI: Migrate from
chalktopicocolors- #28262, thanks @43081j! - CLI: Refactor NPMProxy error parsing logic - #29459, thanks @yannbf!
- ConfigFile: Fix
export { X }parsing - #29344, thanks @vctqs1! - Core: Add unified UI Testing Module - #29241, thanks @yannbf!
- Core: Close story status menu when selecting an item - #29455, thanks @ghengeveld!
- Core: Fix building Storybook deleting project root files - #29371, thanks @JReinhold!
- Core: Fix race condition during empty folder init - #29490, thanks @valentinpalkovic!
- Core: Make
prettieran optional peer dependency - #29223, thanks @JReinhold! - Core: Migrate from
expresstopolka- #29230, thanks @43081j! - Core: Migrate from
qstopicoquery- #28315, thanks @43081j! - Core: Open 'Component tests' addon panel when clicking a story status - #29456, thanks @ghengeveld!
- Core: Remove
handlebarsusage - #29208, thanks @ndelangen! - Core: Remove dependence on
file-system-cache- #29256, thanks @ndelangen! - Core: Replace
fs-extrawith the native APIs - #29126, thanks @ziebam! - Core: Replace
lodashwithes-toolkit- #28981, thanks @ndelangen! - Core: Show checkmark icon in story status dropdown and update status label for component tests - #29451, thanks @ghengeveld!
- Core: Show tooltip on filter toggles to clarify their purpose - #29447, thanks @ghengeveld!
- Core: Track test provider state in sessionStorage - #29450, thanks @ghengeveld!
- Core: Upgrade
esbuild, broadening version range - #29254, thanks @ndelangen! - Dependencies: Upgrade VTA to v3.1.0 - #29449, thanks @ghengeveld!
- Dependencies: Upgrade VTA to v3.2.0 to resolve peerDep conflict - #29461, thanks @ghengeveld!
- Interactions: Escape xml of interactions errors - #29414, thanks @kasperpeulen!
- Maintenance: Fix broken and outdated documentation links - #29412, thanks @jonniebigodes!
- Manager: Add tags property to ComponentEntry objects - #29343, thanks @Sidnioulz!
- React: Prebundle all of
renderers/react's dependencies - #29298, thanks @ndelangen! - Svelte: Improve argTypes inference with
svelte2tsx- support runes - #29423, thanks @JReinhold! - Test: Remove unused
utildependency - #29310, thanks @JReinhold! - UI: Brand image css class conflict causes image to resize on hot reloads - #29129, thanks @ShreySinha02!
- UI: Fix RefIndicator to use CheckIcon instead of string - #29209, thanks @JSMike!
- UI: Simple tag filtering - #29333, thanks @shilman!
- UI: Use production-mode
reactin manager - #29197, thanks @ndelangen! - Viewport-addon: Add InitialViewportKeys type to viewport addon - #29182, thanks @hyeongrok7874!
- Vite: Add jsdoc-type-pratt-parser to
optimizeDeps- #29179, thanks @tobiasdiez! - Vite: Cleanup and prebundle dependencies - #29302, thanks @JReinhold!
- Webpack: Fix export 'act' (imported as 'React4') was not found in 'react' errors in webpack - #29235, thanks @kasperpeulen!
</details>
- 8.4.0-beta.530 Oct 2024pre-release
Nothing published for this version
- 8.4.0-beta.430 Oct 2024pre-release
Nothing published for this version