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
5 years old
1478 releases · first in 2021
Release timeline
1478 releases since 2021Releases
- 8.4.0-beta.329 Oct 2024pre-release
Nothing published for this version
- 8.4.0-beta.229 Oct 2024pre-release
Nothing published for this version
- 8.4.0-beta.128 Oct 2024pre-release
Nothing published for this version
- 8.4.0-beta.024 Oct 2024pre-release
Nothing published for this version
- 8.4.0-alpha.821 Oct 2024pre-release
Nothing published for this version
- 8.4.0-alpha.712 Oct 2024pre-release
Nothing published for this version
- 8.4.0-alpha.69 Oct 2024pre-release
Nothing published for this version
- 8.4.0-alpha.58 Oct 2024pre-release
Nothing published for this version
- 8.4.0-alpha.44 Oct 2024pre-release
Nothing published for this version
- 8.4.0-alpha.32 Oct 2024pre-release
Nothing published for this version
- 8.4.0-alpha.228 Sept 2024pre-release
Nothing published for this version
- 8.4.0-alpha.124 Sept 2024pre-release
Nothing published for this version
- 8.4.0-alpha.011 Sept 2024pre-release
Nothing published for this version
- 8.3.74 Nov 2024
Nothing published for this version
- 8.3.618 Oct 2024
- 8.3.54 Oct 2024
- 8.3.428 Sept 2024
- 8.3.324 Sept 2024
- 8.3.219 Sept 2024
- 8.3.116 Sept 2024
Release notes
Open source →- Angular: Fix sourceDecorator to apply excludeDecorators flag - #29069, thanks @JSMike!
- Core: Do not prebundle better-opn - #29137, thanks @valentinpalkovic!
- Core: Do not prebundle jsdoc-type-pratt-parser - #29134, thanks @valentinpalkovic!
- Next.js: Upgrade sass-loader from ^12 to ^13 - #29040, thanks @HoncharenkoZhenya!
- 8.3.011 Sept 2024
Release notes
Open source →Fresh out of the oven! Storybook 8.3 brings you:
- ⚡️ First-class Vitest integration to run stories as component tests
- 🔼 Next.js-Vite framework for Vitest compatibility and better DX
- 🗜️ Further reduced bundle size for a smaller install footprint
- 🌐 Experimental Story globals to standardize stories for themes, viewports, and locales
- 💯 Hundreds more improvements
<details> <summary>List of all updates</summary>
- Addon Test: Improve messages and post install script handling - #29036, thanks @yannbf!
- Addon Viewport: Add default options via parameters - #28944, thanks @ndelangen!
- Addon Test: Add experimental vitest integration - #28768, thanks @kasperpeulen!
- Addon Test: Fix error message logic in set up file - #28906, thanks @yannbf!
- Addon Test: Fix indentation of 'vitePluginNext' in generated Vitest config file - #29011, thanks @ghengeveld!
- Addon Test: Fix postinstall file types - #28978, thanks @shilman!
- Addon Test: Fix tests potentially not existing in non-isolate mode - #28993, thanks @yannbf!
- Addon Test: Improve transformation logic to avoid duplicate tests - #28929, thanks @yannbf!
- Addon Test: Set default viewport if applicable - #28905, thanks @yannbf!
- Addon Test: Set screenshotFailures to false by default - #28908, thanks @yannbf!
- Addon Docs: Remove babel dependency - #28915, thanks @shilman!
- Addon Interactions: Fix status in panel tab - #28580, thanks @yannbf!
- Angular: Fix Angular template error for props with a circular reference - #28498, thanks @Marklb!
- Angular: Fix template props not able to use dot notation - #28588, thanks @Marklb!
- Backgrounds/Viewports: Make defaults overridable in
StoryGlobals-mode - #29025, thanks @JReinhold! - Blocks: Fix scroll to non-ascii anchors - #28826, thanks @SkReD!
- Build: Remove external overrides, use package.json as source of truth - #28632, thanks @kasperpeulen!
- Builder-Vite: Add null character prefix to virtual file IDs - #28863, thanks @valentinpalkovic!
- Builder-Vite: Fix 'condition node never be used' warning - #28989, thanks @valentinpalkovic!
- CLI: Add conditional logging for manager and preview start - #28603, thanks @tobiasdiez!
- CLI: Fix dedent import in package managers - #28980, thanks @shilman!
- CLI: Fix the initialization of Storybook in workspaces - #28699, thanks @valentinpalkovic!
- CLI: Handle Yarn PnP wrapper scenario when adding an addon - #29027, thanks @yannbf!
- CLI: Make PackageJson optional for starting a dev server - #28594, thanks @tobiasdiez!
- CLI: Update spawn options in proxy.ts to support Windows - #28990, thanks @valentinpalkovic!
- Components: Remove external overrides - #28632, thanks @kasperpeulen!
- ConfigFile: Fix
as const satisfiesmodifiers - #29000, thanks @shilman! - Controls: Add disableSave parameter - #28734, thanks @valentinpalkovic!
- Core: Add Rsbuild frameworks to known frameworks - #28694, thanks @fi3ework!
- Core: De-duplicate babel use in core - #28972, thanks @ndelangen!
- Core: Fix header for MountMustBeDestructuredError message - #28590, thanks @0916dhkim!
- Core: Fix manager-builder
tsconfigto emitreact-jsx- #28541, thanks @williamhelmrath! - Core: Introduce setProjectAnnotations API to more renderers and frameworks - #28907, thanks @yannbf!
- Core: Make sure CJS build always has lowest prio - #28829, thanks @kasperpeulen!
- Core: Move
utilto regular dependency - #29008, thanks @ndelangen! - Core: Split Storybook CLI - #28519, thanks @kasperpeulen!
- Core: Upgrade docs-mdx for smaller install - #28552, thanks @shilman!
- CPC: Add
ESMexport todocs-tools&node-loggerpackages - #28539, thanks @ndelangen! - CPC: Fix missing dependency in
@storybook/addon-interactions- #28518, thanks @ndelangen! - CPC: Fix type generation - #28507, thanks @ndelangen!
- CPC: Revert renames of panels, addon_ids - #28524, thanks @ndelangen!
- CSF: Allow overridding globals at the story level - #26654, thanks @tmeasday!
- Dependencies: Upgrade
commander- #28857, thanks @43081j! - Fix: Add header for MountMustBeDestructuredError message - #28590, thanks @0916dhkim!
- Fix: Prevent iframe from capturing mouse events in composed Storybooks - #28568, thanks @Vincentdevreede!
- Maintenance: Add
node:-prefix to node core-modules - #28860, thanks @ndelangen! - Maintenance: Rename addon-vitest to addon-test - #29014, thanks @yannbf!
- Next.js-Vite: Fix vite plugin exports - #29046, thanks @valentinpalkovic!
- Next.js-Vite: Streamline Next.js dir option - #28995, thanks @valentinpalkovic!
- Next.js-Vite: Update next and vite-plugin-storybook-nextjs dependencies - #28994, thanks @valentinpalkovic!
- Next.js: Add @storybook/nextjs-vite package - #28800, thanks @valentinpalkovic!
- Next.js: Fix wrong Next.js framework reference - #28992, thanks @valentinpalkovic!
- Next.js: Make RSC portable-stories compatible - #28756, thanks @valentinpalkovic!
- Next.js: Update dependencies - #29052, thanks @valentinpalkovic!
- Nextjs-Vite: Re-export vite-plugin-storybook-nextjs - #29012, thanks @valentinpalkovic!
- Portable Stories: Improve Handling of React Updates and Errors - #29044, thanks @valentinpalkovic!
- React: Avoid 'Dynamic require of react is not possible' issue - #28730, thanks @valentinpalkovic!
- React: Bundle in
lodash- #28609, thanks @ndelangen! - Svelte: Fix events not being logged in Actions when a story has decorators - #28247, thanks @JReinhold!
- SvelteKit: Introduce portable stories support - #28918, thanks @yannbf!
- SvelteKit/Vue3: Refactor plugin export paths - #29016, thanks @yannbf!
- Telemetry: Add globals stats - #28822, thanks @shilman!
- Telemetry: Add portable stories - #26764, thanks @shilman!
- Test: Fix support for TS < 4.7 - #28887, thanks @ndelangen!
- Test: Rename vitest plugin entrypoint - #29067, thanks @yannbf!
- Test: Upgrade Vitest to v2 - #28788, thanks @yannbf!
- Types: Adjust beforeAll to be non-nullable in NormalizedProjectAnnotations - #28671, thanks @kasperpeulen!
- Types: Update type signatures of objects and functions - #28503, thanks @valentinpalkovic!
- UI: Fix collapse/expand all functionality - #28582, thanks @filipemelo2002!
- UI: Fix conditional hooks usage in sidebar - #28979, thanks @JReinhold!
- UI: Fix sidebar not wrapping - #29055, thanks @JReinhold!
- Vite: Fix HMR - #28876, thanks @ndelangen!
- Vite: Fix missing source map warning - #28984, thanks @valentinpalkovic!
- Vitest: Fix add command - #28975, thanks @ghengeveld!
- Vitest: Fix default viewport - #28943, thanks @kasperpeulen!
- Vitest: Implement add command for vitest addon - #28920, thanks @kasperpeulen!
- Vue: Add missing prop controls when using
vue-component-metadocgen plugin - #28760, thanks @larsrickert! - Vue: Improve generated code snippets - #27194, thanks @larsrickert!
- Vue3: Add vite plugin for portable stories - #29004, thanks @yannbf!
</details>
- 8.3.0-beta.511 Sept 2024pre-release
Nothing published for this version
- 8.3.0-beta.49 Sept 2024pre-release
Nothing published for this version
- 8.3.0-beta.35 Sept 2024pre-release
Nothing published for this version
- 8.3.0-beta.22 Sept 2024pre-release
Nothing published for this version
- 8.3.0-beta.130 Aug 2024pre-release
Nothing published for this version
- 8.3.0-beta.029 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.1129 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.1027 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.923 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.821 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.717 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.614 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.513 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.46 Aug 2024pre-release
Nothing published for this version
- 8.3.0-alpha.329 Jul 2024pre-release
Nothing published for this version
- 8.3.0-alpha.219 Jul 2024pre-release
Nothing published for this version
- 8.3.0-alpha.116 Jul 2024pre-release
Nothing published for this version
- 8.3.0-alpha.010 Jul 2024pre-release
Nothing published for this version
- 8.2.104 Nov 2024
Nothing published for this version
- 8.2.913 Aug 2024
- 8.2.87 Aug 2024
- 8.2.71 Aug 2024
- 8.2.624 Jul 2024
- 8.2.519 Jul 2024
Release notes
Open source →- CPC: Add the globals export for manager - #28650, thanks @ndelangen!
- CPC: Correct path to the
@storybook/theming/createalias - #28643, thanks @Averethel! - Components: Remove external overrides - #28632, thanks @kasperpeulen!
- Core: Fix header for MountMustBeDestructuredError message - #28590, thanks @0916dhkim!
- Onboarding: Fix code snippet when story name differs from export name - #28649, thanks @ghengeveld!
- Telemetry: Add mount, beforeEach, moduleMock stats - #28624, thanks @shilman!
- Telemetry: CSF feature usage - #28622, thanks @shilman!
- 8.2.416 Jul 2024
- 8.2.315 Jul 2024
Release notes
Open source →- Bug: Fix invalid docs links in Configure.mdx template page - #28560, thanks @kylegach!
- CLI: Add "missing-storybook-dependencies" automigration - #28579, thanks @yannbf!
- CPC: Add
theming/createaliases in docs preset - #28570, thanks @ndelangen! - CPC: Fix incorrect re-export in
core-events- #28573, thanks @ndelangen! - CPC: Fix Vite builder had wrong conditions - #28581, thanks @ndelangen!
- CSF: Fix small typing issue - #28587, thanks @valentinpalkovic!
- Portable stories: Remove unused types - #28548, thanks @kasperpeulen!
- Webpack: Fix sourceMap generation in csf-tools - #28585, thanks @valentinpalkovic!
- 8.2.211 Jul 2024
- 8.2.110 Jul 2024
- 8.2.010 Jul 2024
Release notes
Open source →Hold onto your hats! Storybook 8.2 has dropped, packed with a treasure trove of new features and bug fixes:
- 🪝 New test hook
beforeAll - 🕹️ Enhanced
playfunction - 📦 Portable stories that let you use your stories in other testing tools
- 🎁 Consolidated dependency to bring you better performance in a smaller package
- ✨ Brand new onboarding experience to get you up to speed quicker
- 💯 Hundreds more improvements
<details> <summary>List of all updates</summary>
- Addon Controls: Fix saving on Windows - #28485, thanks @ghengeveld!
- Addon Interactions: Use unique keys when rendering array nodes in panel - #28423, thanks @yannbf!
- Addon Onboarding: Add icons for dev/test/doc to the splash screen - #28389, thanks @ghengeveld!
- Addon Onboarding: New design and flow based on Save from Controls - #28327, thanks @ghengeveld!
- Addon Onboarding: Trigger onboarding during init for Vue and Angular projects - #28482, thanks @ghengeveld!
- Addon-A11y: Fix property default assignment - #27224, thanks @valentinpalkovic!
- Angular: Allow format configuration of custom source preview - #28305, thanks @64BitAsura!
- Angular: Allow outputPath object syntax - #28144, thanks @valentinpalkovic!
- Angular: Cleanup types - #27189, thanks @valentinpalkovic!
- Angular: Fix enableProdMode setting - #28415, thanks @valentinpalkovic!
- Angular: Fix wrong detection of standalone components - #27353, thanks @dario-baumberger!
- Angular: Introduce preserveSymlink builder option - #28145, thanks @valentinpalkovic!
- Angular: Update outputPath default value in angular-cli-webpack.js - #28418, thanks @valentinpalkovic!
- Babel: Ensure story files not transpiled earlier than ES2017 - #28469, thanks @kasperpeulen!
- Blocks: Fix reference to storybook core - #28422, thanks @yannbf!
- Blocks: Prebundle
tocbot- #28318, thanks @shilman! - Build: Change require/import order, so that import has higher prio if both are specified - #27730, thanks @kasperpeulen!
- Build: Ignore ts stories in cra/default-js sandbox - #28354, thanks @valentinpalkovic!
- CLI: Add
--no-devoption toinit- #26918, thanks @fastfrwrd! - CLI: Add optional
--devand--no-devoptions tostorybook initCLI - #26918, thanks @fastfrwrd! - CLI: Add support for Nuxt to project init - #26884, thanks @tobiasdiez!
- CLI: Fix CLI always asking all automigrations - #28238, thanks @ndelangen!
- CLI: Improve error message when fetching CLI version - #28289, thanks @yannbf!
- CLI: Include
@storybook/addon-svelte-csfwhen initializing new projects - #27070, thanks @benmccann! - CLI: Prebundle get-npm-tarball-url and @ndelangen/get-tarball - #28481, thanks @ndelangen!
- Config: Apply JavaScript-only story glob extensions for JavaScript projects - #28338, thanks @valentinpalkovic!
- Controls: Fix date picker control validation and assignment - #26695, thanks @leeovictor!
- Controls: Fix grouped Radio controls to have the same name - #23374, thanks @srapilly!
- Controls: Throttling makes Color control lagging - #22615, thanks @gitstart!
- Core: Add context as a property of the context (self-referencing) - #28353, thanks @kasperpeulen!
- Core: Add support for
beforeAllhook - #28255, thanks @ghengeveld! - Core: Fix startup hang caused by watchStorySpecifiers - #27016, thanks @heyimalex!
- Core: Make sure StorybookError message shows up in browser console and interactions panel - #28464, thanks @kasperpeulen!
- Core: Migrate from
pkg-dirtofd-package-json- #28270, thanks @43081j! - Core: Refactor phases to run in order
loading->rendering->playing- #28431, thanks @kasperpeulen! - Core: Remove more
.stories.mdxhandling - #25973, thanks @JReinhold! - Core: Remove util dependency - #28191, thanks @43081j!
- CPC: Add
CJSforcore/components- #28440, thanks @ndelangen! - CPC: Core Package Consolidation - #27039, thanks @ndelangen!
- CSF: Automatically extract componentPath - #24396, thanks @shilman!
- CSF: Rename
preview.jsglobalstoinitialGlobals- #27517, thanks @shilman! - Dependencies: Allow esbuild version 0.21.x - #28245, thanks @edoardocavazza!
- Dependency: bump
markdown-to-jsxto v7.4.5 - #26694, thanks @xyy94813! - Dependency: Bump Express.js - #26680, thanks @valentinpalkovic!
- Dependency: Remove node-fetch - #28160, thanks @yk-kd!
- Dependency: Upgrade
webpack-virtual-modulesto 0.6.0 - #27102, thanks @fyodorovandrei! - Deps: Migrate from
read-pkg-uptofd-package-json- #28272, thanks @43081j! - Docs-tools: Replace
doctrinewithjsdoc-type-pratt-parser- #26305, thanks @43081j! - Docs: Filter mount stories from
Storiesblock, error when referenced in MDX - #28434, thanks @kasperpeulen! - Docs: Fix
TypesetDoc blockfontSizestype - #26475, thanks @noranda! - Index: Fix MDX to override project-level autodocs - #28461, thanks @shilman!
- Indexer: Improve locating stories with specials chars in path - #22110, thanks @jankoritak!
- Next: Set default targets for next babel config - #28443, thanks @kasperpeulen!
- Next.js: Set
env.bugfixesin SWC so destructuring is never transpiled - #28363, thanks @kasperpeulen! - React: Export ButtonProps and HeaderProps in CLI templates - #28487, thanks @valentinpalkovic!
- SWC: Set default targets for swc that align with our esbuild targets - #28435, thanks @kasperpeulen!
- Telemetry: Stop prompting about crash reports in CI - #28433, thanks @yannbf!
- Test: Add args to
mountin react, svelte, and vue renderers - #28385, thanks @kasperpeulen! - Test: Add mount property to the story context - #28383, thanks @kasperpeulen!
- Test: Enhance the context with canvas when the test package is used - #28368, thanks @kasperpeulen!
- Test: Improve MountMustBeDestructuredError error message - #28468, thanks @kasperpeulen!
- Test: Reactive spies preserve the this instance - #28445, thanks @kasperpeulen!
- Types: Fix type implementation for
CompatibleString- #27180, thanks @sni-J! - Vite: Fix asset warning by externalizing sb-common-assets font - #27110, thanks @valentinpalkovic!
- Vue3: Enable new hydration mismatch compile time flag - #27192, thanks @Cherry!
- Webpack5/Vite: Fix sourcemaps - #27171, thanks @valentinpalkovic!
</details>
- 🪝 New test hook
- 8.2.0-beta.39 Jul 2024pre-release
Nothing published for this version
- 8.2.0-beta.28 Jul 2024pre-release
Nothing published for this version
- 8.2.0-beta.18 Jul 2024pre-release
Nothing published for this version
- 8.2.0-beta.04 Jul 2024pre-release
Nothing published for this version
- 8.2.0-alpha.1017 Jun 2024pre-release
Nothing published for this version
- 8.2.0-alpha.914 Jun 2024pre-release
Nothing published for this version
- 8.2.0-alpha.812 Jun 2024pre-release
Nothing published for this version
- 8.2.0-alpha.710 Jun 2024pre-release
Nothing published for this version
- 8.2.0-alpha.67 Jun 2024pre-release
Nothing published for this version
- 8.2.0-alpha.52 Jun 2024pre-release
Nothing published for this version