Storybook Versions Save

Storybook is a frontend workshop for building UI components and pages in isolation. Made for UI development, testing, and documentation.

v8.0.0-rc.4

2 months ago

8.0.0-rc.4

  • Actions: Fix attaching action after a spy is restored to original function - #26364, thanks @kasperpeulen!
  • CLI: Add explicit actions to header story - #26352, thanks @kasperpeulen!
  • CLI: Automigration for upgrading storybook related dependencies - #26377, thanks @ndelangen!
  • CLI: Fix doctor compatibility check - #26363, thanks @yannbf!
  • CLI: Fix fn reference in preact templates - #26384, thanks @kasperpeulen!
  • CLI: Remove duplicated dependency warning - #26385, thanks @yannbf!
  • CLI: Vite migration link (shorter) - #26379, thanks @ndelangen!
  • Composition: Fix refs not loading when there's multiple - #26356, thanks @ndelangen!
  • Dependencies: Broaden esbuild version range - #26405, thanks @ndelangen!
  • Maintenance: Replace @storybook/testing-library with @storybook/test in monorepo - #26351, thanks @ndelangen!
  • Maintenance: What's new modal changes - #26355, thanks @kasperpeulen!
  • Portable Stories: Fix injected root element changing layout - #26387, thanks @JReinhold!
  • React: Support all React component types in JSX Decorator - #26382, thanks @yannbf!

v8.0.0-rc.3

2 months ago

8.0.0-rc.3

  • Addon-themes: Fix switcher initialization after first start - #26353, thanks @valentinpalkovic!
  • Build: Upgrade esbuild (0.20.1) - #26255, thanks @43081j!
  • Core: Fix path separator issue in check-addon-order - #26362, thanks @valentinpalkovic!
  • Dependencies: Remove qs from @storybook/manager-api & @storybook/channels - #26285, thanks @43081j!
  • UI: Fix sidebar scrolling to selected story when state changes - #26337, thanks @JReinhold!
  • UI: Remove 'left' property from TooltipLinkList and Link components - #26324, thanks @valentinpalkovic!
  • Viewport: Fix editing when default viewport is set - #26360, thanks @shilman!
  • Vue: Fix reference error when using re-exports with "vue-component-meta" - #26303, thanks @larsrickert!

v8.0.0-rc.2

2 months ago

8.0.0-rc.2

v8.0.0-rc.1

2 months ago

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

2 months ago

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

2 months ago

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

2 months ago

8.0.0-beta.5

  • Addon-controls: Dont show "setup controls" if control is disabled or a function - #26120, thanks @kasperpeulen!
  • Addon-interactions: Only mutate arg keys when writable - #26118, thanks @kasperpeulen!
  • CLI: Fix logic to add ^ packages in upgrade - #26049, thanks @ndelangen!
  • Core: Fix addon bundling script - #26145, thanks @ndelangen!
  • Vue3: Fix SourceDecorator Exception - #25773, thanks @chakAs3!
  • Vue: Replace vue-docgen-api with Volar vue-component-meta - #22285, thanks @chakAs3 and @larsrickert!

v8.0.0-beta.4

2 months ago

8.0.0-beta.4

  • Addon-actions: Warn when argTypesRegex is used together with the visual test addon - #26094, thanks @kasperpeulen!
  • Addon-docs: Fix Table of Contents heading leak - #23677, thanks @vmizg!
  • CLI: Add legacyMdx1 & @storybook/mdx1-csf automigration - #26102, thanks @ndelangen!
  • CLI: Add line ignoring storybook's .log files upon init - #26099, thanks @ndelangen!
  • CLI: Add support for custom vite config to autoblocker - #26087, thanks @ndelangen!
  • CLI: Add webpack5 compiler automigration - #26000, thanks @valentinpalkovic!
  • CLI: Remove argTypesRegex automigration - #26001, thanks @kasperpeulen!
  • CLI: Remove the logging to file feature from autoblockers - #26100, thanks @ndelangen!
  • Core: Add addon removal telemetry - #26077, thanks @shilman!
  • Core: Fix fail to load main.ts error message - #26035, thanks @ndelangen!
  • Core: Update ip version to fix CVE-2023-42282 - #26086, thanks @drik98!
  • Next.js: Support getImageProps API - #25745, thanks @piratetaco!
  • Svelte: Remove deprecated SvelteComponentTyped in favor of SvelteComponent - #26113, thanks @kasperpeulen!
  • Vite: Fix bug that meant we always warned about TS plugin - #26051, thanks @tmeasday!
  • Vite: Fix config typing issue of the typescript property - #26046, thanks @ndelangen!
  • Vite: Fix issue getting preview stats with Vite builder - #26093, thanks @tmeasday!

v7.6.17

2 months ago

7.6.17

  • Addon-docs: Fix Table of Contents heading leak - #23677, thanks @vmizg!
  • Core: Update ip version to fix CVE-2023-42282 - #26086, thanks @drik98!

v8.0.0-beta.3

2 months ago

8.0.0-beta.3