Skip to content

Releases: storybookjs/storybook

v8.5.0-beta.4

20 Dec 16:11
Compare
Choose a tag to compare
v8.5.0-beta.4 Pre-release
Pre-release

8.5.0-beta.4

v8.5.0-beta.3

19 Dec 09:31
Compare
Choose a tag to compare
v8.5.0-beta.3 Pre-release
Pre-release

8.5.0-beta.3

v8.5.0-beta.2

18 Dec 08:13
Compare
Choose a tag to compare
v8.5.0-beta.2 Pre-release
Pre-release

8.5.0-beta.2

  • Addon Test: Clear coverage data when starting or watching - #30072, thanks @ghengeveld!
  • Addon Test: Improve error message on missing coverage package - #30088, thanks @JReinhold!
  • UI: Fix test provider event handling on startup - #30083, thanks @ghengeveld!
  • UI: Keep failing stories in the sidebar, disregarding filters - #30086, thanks @JReinhold!

v8.5.0-beta.1

16 Dec 17:09
Compare
Choose a tag to compare
v8.5.0-beta.1 Pre-release
Pre-release

8.5.0-beta.1

v8.5.0-beta.0

16 Dec 14:50
Compare
Choose a tag to compare
v8.5.0-beta.0 Pre-release
Pre-release

8.5.0-beta.0

v8.5.0-alpha.22

13 Dec 15:38
Compare
Choose a tag to compare
v8.5.0-alpha.22 Pre-release
Pre-release

8.5.0-alpha.22

v8.5.0-alpha.21

12 Dec 11:26
Compare
Choose a tag to compare
v8.5.0-alpha.21 Pre-release
Pre-release

8.5.0-alpha.21

  • Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - #30005, thanks @valentinpalkovic!
  • Addon A11y: Refactor environment variable handling for Vitest integration - #30022, thanks @valentinpalkovic!
  • Addon A11y: Run the a11y automigration on postInstall - #30004, thanks @kasperpeulen!
  • Addon A11y: Update accessibility status handling in TestProviderRender - #30027, thanks @valentinpalkovic!
  • Addon Onboarding: Prebundle react-confetti - #29996, thanks @yannbf!
  • Addon Test: Correctly stop Storybook when Vitest closes - #30012, thanks @JReinhold!
  • Addon Test: Show sub test provider toggle state in main testing module - #30019, thanks @ghengeveld!
  • Addon Test: Wrap sub-paths exported with require.resolve - #30026, thanks @ndelangen!
  • Core: Fix bundling of React - #30003, thanks @yannbf!

v8.5.0-alpha.20

11 Dec 01:38
Compare
Choose a tag to compare
v8.5.0-alpha.20 Pre-release
Pre-release

8.5.0-alpha.20

  • Addon Test: Add @vitest/coverage-v8 during postinstall if no coverage reporter is installed - #29993, thanks @ghengeveld!
  • Addon Test: Add support for previewHead - #29808, thanks @ndelangen!
  • Addon Test: Always run Vitest in watch mode internally - #29749, thanks @JReinhold!
  • Addon Test: Filter out falsy test results in TestProviderRender - #30001, thanks @valentinpalkovic!
  • Addon Test: Handle undefined storyId - #29998, thanks @ghengeveld!
  • 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: Prompt switch to experimental-nextjs-vite - #29814, thanks @ndelangen!
  • Addon Test: Use ProgressSpinner for stop button in Testing Module - #29997, thanks @ghengeveld!

v8.5.0-alpha.19

10 Dec 08:11
Compare
Choose a tag to compare
v8.5.0-alpha.19 Pre-release
Pre-release

8.5.0-alpha.19

v8.5.0-alpha.18

05 Dec 16:10
Compare
Choose a tag to compare
v8.5.0-alpha.18 Pre-release
Pre-release

8.5.0-alpha.18

  • Addon Test: Clarify message when vitest detects missing deps - #29763, thanks @ndelangen!
  • Addon Test: Refactor test addon to include stories automatically - #29367, thanks @yannbf!
  • Addon Test: Replace glob with tinyglobby - #29817, thanks @ghengeveld!
  • Addon Test: Support Storybook environment variables in Vitest - #29792, thanks @ghengeveld!
  • Composition: Hide contextMenu on composed storybooks - #29803, thanks @ndelangen!
  • Vue: Properly resolve Vite plugin - #29795, thanks @tobiasdiez!