Releases: storybookjs/storybook
Releases Β· storybookjs/storybook
v10.0.0-rc.0
10.0.0-rc.0
- A11Y: Bugfix missing `manager.js` entry-file - #32780, thanks @ndelangen!
- Addon Vitest: Support modifying mergeConfig on addon setup - #32753, thanks @yannbf!
- CLI: Change message in downgrade-blocker - #32745, thanks @ndelangen!
v10.0.0-beta.13
10.0.0-beta.13
- CLI: CSF factories codemod - support annotations in npx context - #32741, thanks @yannbf!
- Move: Addon jest into it's own repository - #32646, thanks @ndelangen!
- Upgrade: Enhance ESM compatibility checks and banner generation - #32694, thanks @ndelangen!
v9.1.12
9.1.12
- Maintenance: Hotfix for missing nextjs dts files, thanks @ndelangen!
v9.1.11
9.1.11
- Automigration: Improve the viewport/backgrounds automigration - #32619, thanks @valentinpalkovic!
- Mocking: Fix `sb.mock` usage in Storybook's deployed in subpaths - #32678, thanks @valentinpalkovic!
- NextJS-Vite: Automatically fix bad PostCSS configuration - #32691, thanks @ndelangen!
- React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder - #32718, thanks @dannyhw!
- Telemetry: Add metadata for react routers - #32615, thanks @shilman!
v10.0.0-beta.12
10.0.0-beta.12
- CLI: Avoid mixed CSF in files with unconventional stories - #32716, thanks @yannbf!
- CLI: Fix CSF factories addon syncing in storybook add command - #32728, thanks @yannbf!
- CLI: Make relative imports default in csf-factories codemod - #32610, thanks @copilot-swe-agent!
- Core: Prevent navigating to hidden (filtered) item - #32715, thanks @ghengeveld!
- Fix: Allow proceeding without selecting automigrations in upgrade command - #32597, thanks @copilot-swe-agent!
v10.0.0-beta.11
10.0.0-beta.11
- Automigration: Improve the viewport/backgrounds automigration - #32619, thanks @valentinpalkovic!
- CSF: Enhance config-to-csf-factory to support type wrappers - #32543, thanks @yannbf!
- Core: Ensure valid QR code URL - #32661, thanks @ghengeveld!
- Mocking: Fix `sb.mock` usage in Storybook's deployed in subpaths - #32678, thanks @valentinpalkovic!
- NextJS-Vite: Automatically fix bad PostCSS configuration - #32691, thanks @ndelangen!
- Nextjs: Fix Nextjs version detection with prereleases - #32724, thanks @yannbf!
- Presets: Support extensionless imports in TS-based presets - #32641, thanks @JReinhold!
- React Native Web: Fix REACT_NATIVE_AND_RNW should detect vite builder - #32718, thanks @dannyhw!
v10.0.0-beta.10
10.0.0-beta.10
- Core: Make `subtype` an optional property on an index input - #32602, thanks @JReinhold!
- Core: Various QA fixes - #32629, thanks @ghengeveld!
- Fix: Incorrect URLS for the upgrade command - #32624, thanks @jonniebigodes!
- Onboarding: Prevent confetti overlay from intercepting pointer events - #32660, thanks @ghengeveld!
- Telemetry: Add metadata for react routers - #32615, thanks @shilman!
v10.0.0-beta.9
v9.1.10
9.1.10
- Automigrations: Add automigration for viewport and backgrounds - #31614, thanks @valentinpalkovic!
- Telemetry: Log userAgent in onboarding - #32566, thanks @shilman!
v10.0.0-beta.8
10.0.0-beta.8
- Addon-docs: Add eject button to canvas toolbar - #29825, thanks @mihkeleidast!
- Angular: Enable experimental zoneless detection on Angular v21 - #32580, thanks @yannbf!
- AutoMigration: Fix sb10 migration when main config contains
require
- #32558, thanks @ndelangen! - Cleanup: Remove duplicated entrypoints in core - #32507, thanks @ndelangen!
- Controls: Fix adding new values to arrays - #32512, thanks @takashi-kasajima!
- Core: Fix
external-globals-plugin
handleundefined
cache dir - #32579, thanks @walkerburgin! - Core: Use
exsolve
resolveModulePath
forsafeResolveModule
- #32477, thanks @mrginglymus! - Next.js: Remove next/config usage in Next.js >=v16 projects - #32547, thanks @valentinpalkovic!
- React Native: Fix document reference error in open-in-editor - #32572, thanks @dannyhw!
- Svelte: Ignore inherited
HTMLAttributes
docgen when using utility types - #32173, thanks @steciuk! - UI: Improve sidebar empty state - #32548, thanks @ghengeveld!