Skip to content

Releases: storybookjs/storybook

v10.1.0-alpha.4

04 Nov 11:31

Choose a tag to compare

v10.1.0-alpha.4 Pre-release
Pre-release

10.1.0-alpha.4

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @yannbf!
  • ESlint: Update `@storybook/experimental-nextjs-vite` in `no-renderer-packages` rule - #32909, thanks @ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @dannyhw!
  • React: Change examples to stories in manifests and show correct examples and prop types - #32908, thanks @kasperpeulen!

v10.0.4

04 Nov 12:26

Choose a tag to compare

10.0.4

  • CLI: Fix issue with running Storybook after being initialized - #32929, thanks @yannbf!
  • CRA: Fix `module` not defined in ESM - #32940, thanks @ndelangen!

v10.0.3

03 Nov 13:09

Choose a tag to compare

10.0.3

  • Core: Better handling for TypeScript satisfies/as syntaxes - #32891, thanks @yannbf!
  • Core: Fix wrong import to fix Yarn PnP support - #32928, thanks @yannbf!
  • ESlint: Update `@storybook/experimental-nextjs-vite` in `no-renderer-packages` rule - #32909, thanks @ndelangen!
  • React Native: Update withStorybook setup instructions - #32919, thanks @dannyhw!

v10.1.0-alpha.3

31 Oct 11:06

Choose a tag to compare

v10.1.0-alpha.3 Pre-release
Pre-release

10.1.0-alpha.3

v10.1.0-alpha.2

31 Oct 08:28

Choose a tag to compare

v10.1.0-alpha.2 Pre-release
Pre-release

10.1.0-alpha.2

v10.1.0-alpha.1

30 Oct 20:31

Choose a tag to compare

v10.1.0-alpha.1 Pre-release
Pre-release

10.1.0-alpha.1

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @yannbf!
  • Presets: Fix incorrect imports - #32875, thanks @ndelangen!
  • Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - #32881, thanks @ndelangen!

v10.0.2

30 Oct 14:52

Choose a tag to compare

10.0.2

  • CLI: Fix glob string formatting in csf-factories codemod - #32880, thanks @yannbf!
  • Core: Improve file path resolution on Windows - #32893, thanks @yannbf!
  • Vite: Update `optimizeViteDeps` for addon-docs and addon-vitest - #32881, thanks @ndelangen!

v10.0.1

29 Oct 11:48

Choose a tag to compare

10.0.1

v10.1.0-alpha.0

28 Oct 15:04

Choose a tag to compare

v10.1.0-alpha.0 Pre-release
Pre-release

10.1.0-alpha.0

v10.0.0

28 Oct 12:40

Choose a tag to compare

10.0.0

Storybook 10 contains one breaking change: it’s ESM-only. This simplifies our distribution and reduces install size by 29% while simultaneously unminifying dist code for easier debugging.
It also includes features to level up your UI development, documentation, and testing workflows:

  • 🧩 Module automocking for easier testing
  • 🏭 Typesafe CSF factories Preview for React
  • 💫 UI editing and sharing optimizations
  • 🏷️ Tag filtering exclusion and configuration for sidebar management
  • 🔀 Next 16, Vitest 4, Svelte async components, and more!
List of all updates
Read more