Releases: storybookjs/storybook
Releases · storybookjs/storybook
v9.0.0-alpha.20
9.0.0-alpha.20
- Addon Docs: Update telejson - #31115, thanks @valentinpalkovic!
- AddonVitest: Use framework package, not renderer - #31133, thanks @ndelangen!
- Automigration: Fix consolidated-imports with sub-paths - #31135, thanks @ndelangen!
- Core: Add highlight as public API - #31134, thanks @valentinpalkovic!
- Core: Rename local tests to interactions - #31141, thanks @yannbf!
- Dependencies: Update dependencies - #31143, thanks @valentinpalkovic!
- Interactions: Rename component test panel - #31130, thanks @valentinpalkovic!
- Migration: Improve glob question text - #31118, thanks @ndelangen!
- Refactor: Update panel IDs in vitest addon to use new constants - #31132, thanks @ndelangen!
- Save from Controls: Replace rendererPackage with frameworkPackage - #31114, thanks @valentinpalkovic!
v9.0.0-alpha.19
9.0.0-alpha.19
- CLI: Fix framework for preview imports - #31101, thanks @valentinpalkovic!
- Controls: Fix boxShadow on empty controls - #27193, thanks @H0onnn!
- Core: Fix favicon issue on dev server - #30818, thanks @MuhdHishamP!
- UI: Clear filters on run all and clear all statuses - #31073, thanks @JReinhold!
- UI: Don't include error state in sidebar context menu - #31054, thanks @ghengeveld!
v9.0.0-alpha.18
9.0.0-alpha.18
- Addon-vitest: Fix coverage when restarting Vitest due to config change - #31069, thanks @JReinhold!
- Automigration: Misc addon-essentials migration fixes - #31072, thanks @valentinpalkovic!
- Docs: Consolidate blocks into addon-docs - #31097, thanks @ndelangen!
v9.0.0-alpha.17
9.0.0-alpha.17
- Addon Test: Rename
@storybook/experimental-addon-test
to@storybook/addon-vitest
- #31014, thanks @valentinpalkovic! - Autoblock: Add autoblocker for addon-test - #31068, thanks @valentinpalkovic!
- Automigrations: Add logging - #31066, thanks @valentinpalkovic!
- Instrumenter: Fix
preview-api
import for react-native - #31057, thanks @ndelangen! - Vite: Support Vite 6 and Docs - #31061, thanks @valentinpalkovic!
- Yarn: Update Yarn package command execution to use 'exec' - #31065, thanks @valentinpalkovic!
v9.0.0-alpha.16
9.0.0-alpha.16
- Automigration: Remove
@storybook/addon-essentials
proper - #31015, thanks @ndelangen! - Core: Automatically expand testing module on unhandled error - #31028, thanks @ghengeveld!
- Core: Fix using dates in expect statements - #28413, thanks @yann-combarnous!
- Csf-Tools: Enhance setFieldNode logic to handle variable declarations - #31056, thanks @valentinpalkovic!
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!