Releases: storybookjs/storybook
Releases · storybookjs/storybook
v9.0.0-beta.3
9.0.0-beta.3
- Automigration: Remove
docs.autodocs
field - #31203, thanks @ndelangen! - Core: Cleanup dependencies - #31222, thanks @JReinhold!
- Dependencies: Upgrade @types/estree package to version v1.0.6 - #29477, thanks @hakshu25!
- Vite-Builder: Handle undefined previewConfig - #31216, thanks @valentinpalkovic!
v9.0.0-beta.2
9.0.0-beta.2
- Addon A11y: Use short titles and friendly summary messages in A11y report - #31185, thanks @ghengeveld!
- CLI: Add
storybook-static
to.gitignore
on init - #31201, thanks @JReinhold! - Core: Add preview navigator and
--preview-only
CLI flag - #31102, thanks @JReinhold! - Core: Remove
uuid
package from core - #31219, thanks @JReinhold!
v9.0.0-beta.1
v9.0.0-beta.0
9.0.0-beta.0
- Addon-vitest: Fix coverage being disabled with Run All button - #31074, thanks @JReinhold!
v9.0.0-alpha.21
9.0.0-alpha.21
- Addon Controls: Fix loading state UI in addon panel - #31168, thanks @iineineno03k!
- Addon Pseudo States: Move package into monorepo - #31123, thanks @ghengeveld!
- Addon Vitest: Transform @storybook/nextjs imports to @storybook/nextjs-vite during init - #31180, thanks @valentinpalkovic!
- Addon-a11y: Replace
element
parameter withcontext
- #31036, thanks @JReinhold! - Addon-test: Fix watching non-story files, run all tests on preview change - #31045, thanks @JReinhold!
- Automigration: Always scan file system to substitute essential addons - #31176, thanks @valentinpalkovic!
- Cleanup: Remove obsolete dependency - #31177, thanks @valentinpalkovic!
- Core: Create
features
for addons moved into core - #31146, thanks @ndelangen! - Core: Draw highlights on top of canvas and add various new features - #30894, thanks @ghengeveld!
- Core: Fix highlight
clickEvent
serialization and export public types - #31179, thanks @ghengeveld! - Core: Fix highlighting zero-pixel elements and focus on single element - #31183, thanks @ghengeveld!
- Core: Increase compile targets for node & browsers - #31139, thanks @JReinhold!
- Init: Install framework stories instead of renderer stories - #31160, thanks @valentinpalkovic!
- Maintenance: Migrate eslint-storybook-plugin into the monorepo - #31151, thanks @yannbf!
- Nextjs Vite: Add runtime check for malformed postcss config - #31184, thanks @valentinpalkovic!
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!