Skip to content

Releases: storybookjs/storybook

v9.1.0-alpha.2

31 May 23:55
Compare
Choose a tag to compare
v9.1.0-alpha.2 Pre-release
Pre-release

9.1.0-alpha.2

v9.0.3

31 May 23:40
Compare
Choose a tag to compare

9.0.3

v9.0.2

31 May 10:00
Compare
Choose a tag to compare

9.0.2

  • CLI: Respect --skip-install in postinstall scripts - #31605, thanks @yannbf!

v9.0.1

30 May 02:45
Compare
Choose a tag to compare

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!

v9.1.0-alpha.1

29 May 13:36
Compare
Choose a tag to compare
v9.1.0-alpha.1 Pre-release
Pre-release

9.1.0-alpha.1

  • Angular: Include 20.x in version range - #31602, thanks @shilman!
  • CLI: Update React Native init generator for v9 - #31600, thanks @dannyhw!
  • Telemetry: Fix storybook version and add test run events - #31473, thanks @tmeasday!

v9.1.0-alpha.0

28 May 15:01
Compare
Choose a tag to compare
v9.1.0-alpha.0 Pre-release
Pre-release

9.1.0-alpha.0

v9.0.0

28 May 12:23
Compare
Choose a tag to compare

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

List of all updates
Read more

v9.0.0-rc.5

27 May 11:25
Compare
Choose a tag to compare
v9.0.0-rc.5 Pre-release
Pre-release

9.0.0-rc.5

  • Addon A11y: Improve selector automigration detection - #31392, thanks @yannbf!
  • Addon Vitest: Support vitest.projects.ts file 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 .js files when .cjs files are passed for entries that should be ESM - #31556, thanks @JReinhold!
  • Pseudo States: Ignore escaped pseudo-class names - #31515, thanks @sentience!

v9.0.0-rc.4

21 May 10:25
Compare
Choose a tag to compare
v9.0.0-rc.4 Pre-release
Pre-release

9.0.0-rc.4

v9.0.0-rc.3

20 May 14:56
Compare
Choose a tag to compare
v9.0.0-rc.3 Pre-release
Pre-release

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!