Skip to content

Releases: storybookjs/storybook

v8.0.0-rc.1

02 Mar 01:35
Compare
Choose a tag to compare
v8.0.0-rc.1 Pre-release
Pre-release

8.0.0-rc.1

  • CLI: Fix addon compatibility check error reporting in storybook dev - #26258, thanks @yannbf!
  • Onboarding: Fix manager dist reference - #26282, thanks @shilman!
  • ReactVite: Docgen ignore un-parsable files - #26254, thanks @ndelangen!

v8.0.0-rc.0

29 Feb 10:44
Compare
Choose a tag to compare
v8.0.0-rc.0 Pre-release
Pre-release

8.0.0-rc.0

Bumping 8.0.0-beta.6 to 8.0.0-rc.0. Please refer to the changelogs of previous beta releases.

v8.0.0-beta.6

28 Feb 14:06
Compare
Choose a tag to compare
v8.0.0-beta.6 Pre-release
Pre-release

8.0.0-beta.6

  • Addon-onboarding: Move onboarding to monorepo - #26176, thanks @ndelangen!
  • Angular: Fix Storybook startup after init - #26213, thanks @valentinpalkovic!
  • Angular: Use dedicated tsconfig for compodocs - #26214, thanks @kasperpeulen!
  • Automigration: Fix overflow bug by using a better link - #26203, thanks @kasperpeulen!
  • Automigration: Run the mdx-to-csf codemod during automigration - #26201, thanks @ndelangen!
  • Automigrations: Create addon-postcss automigration - #26228, thanks @valentinpalkovic!
  • Automigrations: Enhance experience for upgrades from Storybook 6 to 8 - #26067, thanks @valentinpalkovic!
  • Automigrations: General fixes for automigrations, blockers and codemods - #26210, thanks @valentinpalkovic!
  • Blocks: Fix Stories block rendering duplicate stories when globals are changed - #26110, thanks @JReinhold!
  • Builder Vite: Pass on errors about not having a real stats object in smoke tests - #26195, thanks @tmeasday!
  • CLI: Rename --webpack-stats-json to --stats-json as it works in Vite - #26128, thanks @tmeasday!
  • Codemods: Enhance mdx-to-csf codemod - #26164, thanks @valentinpalkovic!
  • Core: Export preview symbols for embedding - #26224, thanks @tmeasday!
  • Docs: Don't show how to setup controls for empty argTypes in doc pages - #26200, thanks @kasperpeulen!
  • Docs: Fix function prop rendering as noRefCheck in storybook docs - #26104, thanks @thisisanto!
  • Doctor: Add dynamic check for incompatible Storybook packages - #26219, thanks @yannbf!
  • Maintenance: Remove deprecation of manager-api's types export - #26202, thanks @ndelangen!
  • Revert "Revert: "Angular: Reduce the warnings from ts-loader via stricter list of includes"" - #26226, thanks @ndelangen!
  • Revert: "Angular: Reduce the warnings from ts-loader via stricter list of includes" - #26208, thanks @kasperpeulen!
  • UI: Improve sidebar performance when switching stories - #26184, thanks @literalpie!
  • UI: Update theme switcher to use toggle button for two themes - #25682, thanks @ivoilic!
  • Vue: Improve types for array, union and intersection when using vue-docgen-api - #26177, thanks @larsrickert!

v8.0.0-beta.5

23 Feb 19:23
Compare
Choose a tag to compare
v8.0.0-beta.5 Pre-release
Pre-release

8.0.0-beta.5

v8.0.0-beta.4

20 Feb 18:40
Compare
Choose a tag to compare
v8.0.0-beta.4 Pre-release
Pre-release

8.0.0-beta.4

v7.6.17

20 Feb 10:58
Compare
Choose a tag to compare

7.6.17

v8.0.0-beta.3

17 Feb 03:07
Compare
Choose a tag to compare
v8.0.0-beta.3 Pre-release
Pre-release

8.0.0-beta.3

v7.6.16

15 Feb 13:26
Compare
Choose a tag to compare

7.6.16

  • Addon Themes: Make type generic less strict - #26042, thanks @yannbf!
  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @kasperpeulen!

v7.6.15

13 Feb 16:10
Compare
Choose a tag to compare

7.6.15

  • Interaction: Make sure that adding spies doesn't cause infinite loops with self referencing args #26019, thanks @kasperpeulen!

v8.0.0-beta.2

10 Feb 11:26
Compare
Choose a tag to compare
v8.0.0-beta.2 Pre-release
Pre-release

8.0.0-beta.2

  • Core: Fix boolean true args in URL getting ignored - #25950, thanks @JReinhold!
  • Core: Move @types packages to dev deps in core-common - #25387, thanks @kyletsang!
  • Maintenance: Rename testing-utils paths to portable-stories - #25888, thanks @yannbf!
  • Portable stories: Pass story context to the play function of a composed story - #25943, thanks @yannbf!
  • UI: Fix display=true warning in console - #25951, thanks @JReinhold!
  • UI: Update deprecated Icons with the new @storybook/icons in addons - #25822, thanks @cdedreuille!
  • Vite: Add a rollup-plugin-webpack-stats to allow stats from preview builds - #25923, thanks @tmeasday!