Releases: storybookjs/storybook
Releases · storybookjs/storybook
v9.0.0-alpha.15
9.0.0-alpha.15
- Addon A11y: Add
linkPath
to Axe results and use it in copy link action - #31009, thanks @ghengeveld! - Addon-test: Exclude
storybook-static
from coverage reports - #31005, thanks @JReinhold! - Addons: Remove @storybook/addon-storysource - #31007, thanks @valentinpalkovic!
- Automigration: Enhance import transformation to handle partial package matches - #31033, thanks @valentinpalkovic!
- Automigration: Ensure correct addition of missing dependencies - #31023, thanks @valentinpalkovic!
- Core: Show "Render story" event explicitly in Component Tests event trace - #31027, thanks @ghengeveld!
- Nextjs-Vite: Update vite-plugin-storybook-nextjs version and add optimizeDeps - #31037, thanks @valentinpalkovic!
- Node.js: Align Node.js version support - #31041, thanks @valentinpalkovic!
- Svelte-vite: Improve SvelteKit detection error - #31038, thanks @JReinhold!
- Vite: Add 'storybook/viewport' to INCLUDE_CANDIDATES in optimizeDeps.ts - #31039, thanks @valentinpalkovic!
v9.0.0-alpha.14
9.0.0-alpha.14
- Automigrations: Re-add renderer-to-framework and fix issue in monorepositories - #31011, thanks @valentinpalkovic!
- Dependencies: Upgrade
telejson
- #30998, thanks @ndelangen! - Maintenance: Specify that Addon Test now requires Vitest 3.0 - #30948, thanks @yannbf!
- Remove: Addon mdx-gfm (
@storybook/addon-mdx-gfm
) - #30996, thanks @ndelangen! - Source: Support async parameters.docs.source.transform - #30426, thanks @valentinpalkovic!
- Svelte: Drop Support for Svelte < 5 - #30703, thanks @valentinpalkovic!
v8.6.12
8.6.12
- CLI: Only install Visual Test Addon if test feature is selected - #30966, thanks @ghengeveld!
- Core: Fix telemetry error on Storybook UI - #30953, thanks @yannbf!
- Ember: Fix
ember-template-compiler
import for ember 6+ - #30682, thanks @leoeuclids! - Next: Upgrade vite-plugin-storybook-nextjs for Next v14 compatibility - #30997, thanks @kasperpeulen!
- Svelte: Exclude
node_modules
from docgen - #30981, thanks @JReinhold!
v9.0.0-alpha.13
9.0.0-alpha.13
- Automigration: Add new Storybook addons to consolidated packages mapping - #30993, thanks @valentinpalkovic!
- Automigration: Update mapping for '@storybook/experimental-nextjs-vite' - #30991, thanks @valentinpalkovic!
- CLI: Only install Visual Test Addon if test feature is selected - #30966, thanks @ghengeveld!
- Core: Add error boundary to tabs to prevent addon errors breaking Storybook - #30952, thanks @kasperpeulen!
- Core: Remove deprecated parts of test provider API - #30962, thanks @JReinhold!
- Essentials: Move remaining addons into core - #30924, thanks @ndelangen!
- HTML Framework: Remove support for HTML Webpack 5 - #30990, thanks @valentinpalkovic!
- Next: Upgrade vite-plugin-storybook-nextjs for Next v14 compatibility - #30997, thanks @kasperpeulen!
- Svelte: Exclude
node_modules
from docgen - #30981, thanks @JReinhold! - Test: Make sure that expect has no different behavior after instrumentation - #30935, thanks @kasperpeulen!
- Web Components: Remove Webpack 5 support - #30988, thanks @valentinpalkovic!
v9.0.0-alpha.12
9.0.0-alpha.12
- Addon-A11y: Various improvements - #30774, thanks @ghengeveld!
- Addon-Test: Migrate to new test provider API, drop Vitest 2 support - #30875, thanks @JReinhold!
- Angular: Fix zone.js support for Angular libraries - #30941, thanks @valentinpalkovic!
- Core: Fix flaky unit tests related to stores - #30963, thanks @JReinhold!
- Core: Fix telemetry error on Storybok UI - #30953, thanks @yannbf!
- Maintenance: Drop tooling support - #30940, thanks @valentinpalkovic!
- Maintenance: Remove deprecated APIs - #30926, thanks @valentinpalkovic!
- Maintenance: Remove obsolete automigrations - #30945, thanks @valentinpalkovic!
- Manager: Fix
Uncaught ReferenceError: global is not defined
- #30970, thanks @JReinhold! - Next.js-Vite: Stabilize @storybook/experimental-nextjs-vite - #30956, thanks @valentinpalkovic!
- Preact: Remove support for Preact Webpack 5 - #30957, thanks @valentinpalkovic!
- UI: Visual tweaks to badges and improved layout for a11y panel - #30955, thanks @ghengeveld!
- Vue3: Remove support for Webpack 5 - #30958, thanks @valentinpalkovic!
v8.6.11
8.6.11
- Angular: Fix zone.js support for Angular libraries - #30941, thanks @valentinpalkovic!
v9.0.0-alpha.11
9.0.0-alpha.11
- Addons: Move @storybook/addon-interactions into core - #30916, thanks @valentinpalkovic!
- Nextjs: Fix styled-jsx optimize vite warnings - #30932, thanks @kasperpeulen!
- React: Fix actImplementation is not a function - #30929, thanks @kasperpeulen!
v8.6.10
8.6.10
- Addon-docs: Fix non-string handling in Stories block - #30913, thanks @JamesIves!
- Nextjs: Fix styled-jsx optimize vite warnings - #30932, thanks @kasperpeulen!
- React: Fix actImplementation is not a function - #30929, thanks @kasperpeulen!
v9.0.0-alpha.10
9.0.0-alpha.10
- Addon-Essentials: Remove addon-docs - #30856, thanks @ndelangen!
- Addon-docs: Fix non-string handling in Stories block - #30913, thanks @JamesIves!
- Controls: Embed addon-controls into the core - #30864, thanks @ndelangen!
- Core: Prebundle jsdoc-type-pratt-parser again - #30923, thanks @kasperpeulen!
- React: Ensure render functions and decorators are react components - #30869, thanks @kasperpeulen!
- Toolbars: Embed addon-toolbars into the core - #30871, thanks @ndelangen!
- Viewport: Embed addon-viewport in the core - #30909, thanks @ndelangen!
v9.0.0-alpha.9
9.0.0-alpha.9
- Addons: Update the Viewport and Background Addon - #30841, thanks @ndelangen!
- CLI: Add React Native
.rnstorybook
CLI automigration - #30882, thanks @shilman! - CLI: Add detection for the storybook package being behind any other core packages - #30861, thanks @kasperpeulen!
- CLI: Make sure that the add commands logs all output to the console - #30865, thanks @kasperpeulen!
- Next: Fix react aliases in next vite plugin - #30914, thanks @kasperpeulen!
- Test: Handle non-configurable properties in instrumenter for expect.toThrow - #30876, thanks @kasperpeulen!