Skip to content

Releases: storybookjs/storybook

v10.0.8

17 Nov 13:12

Choose a tag to compare

10.0.8

  • React Native Web: Fix react native resuables and nativewind - #33056, thanks @dannyhw!
  • React Native Web: Update vite-plugin-rnw for overall improvements - #32991, thanks @dannyhw!
  • WebComponents: Fix `custom-elements.json` not being loaded - #33045, thanks @ndelangen!

v10.1.0-alpha.9

12 Nov 11:11

Choose a tag to compare

v10.1.0-alpha.9 Pre-release
Pre-release

10.1.0-alpha.9

  • Core: Improve globbing using dynamic CWD - #32990, thanks @ia319!

v10.1.0-alpha.10

12 Nov 12:37

Choose a tag to compare

v10.1.0-alpha.10 Pre-release
Pre-release

10.1.0-alpha.10

  • Core: Significantly improve Storybook's own accessibility - #32458, thanks @Sidnioulz!

v10.1.0-alpha.8

11 Nov 16:19

Choose a tag to compare

v10.1.0-alpha.8 Pre-release
Pre-release

10.1.0-alpha.8

  • ESLint: Only apply csf-strict rules on stories files - #31963, thanks @cylewaitforit!
  • Middleware: Prepend `file://` to middleware `import` for Windows support - #32955, thanks @ndelangen!
  • Next.js: Update SWC loader to support new wasm detection - #33003, thanks @yannbf!
  • React Native Web: Update vite-plugin-rnw for overall improvements - #32991, thanks @dannyhw!

v10.0.7

11 Nov 16:05

Choose a tag to compare

10.0.7

  • ESLint: Only apply csf-strict rules on stories files - #31963, thanks @cylewaitforit!
  • Next.js: Update SWC loader to support new wasm detection - #33003, thanks @yannbf!

v10.1.0-alpha.7

07 Nov 11:42

Choose a tag to compare

v10.1.0-alpha.7 Pre-release
Pre-release

10.1.0-alpha.7

  • CSF: Fix export interface declaration for NextPreview - #32914, thanks @icopp!
  • Controls: Add range validation in Number Control - #32539, thanks @ia319!
  • Fix: Export interface declaration for ReactMeta - #32915, thanks @icopp!
  • React: Improve error messages in component manifest - #32954, thanks @kasperpeulen!
  • Vitest Addon: Add support for Preact - #32948, thanks @yannbf!

v10.0.6

07 Nov 11:56

Choose a tag to compare

10.0.6

  • CSF: Fix export interface declaration for NextPreview - #32914, thanks @icopp!
  • Controls: Add range validation in Number Control - #32539, thanks @ia319!
  • Fix: Export interface declaration for ReactMeta - #32915, thanks @icopp!
  • Vitest Addon: Add support for Preact - #32948, thanks @yannbf!

v10.1.0-alpha.6

05 Nov 16:39

Choose a tag to compare

v10.1.0-alpha.6 Pre-release
Pre-release

10.1.0-alpha.6

  • Core: Add reentry guard to focus patch - #32655, thanks @ia319!
  • Nextjs Vite: Update internal plugin to support `svgr` use cases - #32957, thanks @yannbf!

v10.0.5

05 Nov 16:37

Choose a tag to compare

10.0.5

  • Core: Add reentry guard to focus patch - #32655, thanks @ia319!
  • Nextjs Vite: Update internal plugin to support `svgr` use cases - #32957, thanks @yannbf!

v10.1.0-alpha.5

04 Nov 15:03

Choose a tag to compare

v10.1.0-alpha.5 Pre-release
Pre-release

10.1.0-alpha.5

  • CLI: Fix issue with running Storybook after being initialized - #32929, thanks @yannbf!
  • CRA: Fix `module` not defined in ESM - #32940, thanks @ndelangen!
  • React: Improve automatic component, automatic imports, support barrel files and enhance story filtering - #32939, thanks @kasperpeulen!
  • Theming: Set `themes.normal` according to user preference and export `getPreferredColorScheme` - #28721, thanks @elisezhg!