Releases: storybookjs/storybook
Releases · storybookjs/storybook
v8.3.0-beta.5
8.3.0-beta.5
- Portable Stories: Improve Handling of React Updates and Errors - #29044, thanks @valentinpalkovic!
- Vite: Fix missing source map warning - #28984, thanks @valentinpalkovic!
- Vue: Add missing prop controls when using
vue-component-meta
docgen plugin - #28760, thanks @larsrickert!
v8.3.0-beta.4
8.3.0-beta.4
- Test: Rename vitest plugin entrypoint - #29067, thanks @yannbf!
- UI: Fix sidebar not wrapping - #29055, thanks @JReinhold!
v8.3.0-beta.3
8.3.0-beta.3
- Addon Test: Improve messages and post install script handling - #29036, thanks @yannbf!
- Next.js-Vite: Fix vite plugin exports - #29046, thanks @valentinpalkovic!
- Next.js: Update dependencies - #29052, thanks @valentinpalkovic!
- UI: Fix conditional hooks usage in sidebar - #28979, thanks @JReinhold!
v8.3.0-beta.2
8.3.0-beta.2
- Addon Vitest: Fix indentation of 'vitePluginNext' in generated Vitest config file - #29011, thanks @ghengeveld!
- Backgrounds/Viewports: Make defaults overridable in
StoryGlobals
-mode - #29025, thanks @JReinhold! - CLI: Handle Yarn PnP wrapper scenario when adding an addon - #29027, thanks @yannbf!
- Maintenance: Rename addon-vitest to addon-test - #29014, thanks @yannbf!
- Nextjs-Vite: Re-export vite-plugin-storybook-nextjs - #29012, thanks @valentinpalkovic!
- SvelteKit/Vue3: Refactor plugin export paths - #29016, thanks @yannbf!
v8.3.0-beta.1
8.3.0-beta.1
- ConfigFile: Fix
as const satisfies
modifiers - #29000, thanks @shilman! - Core: Move
util
to regular dependency - #29008, thanks @ndelangen! - Next.js-Vite: Streamline Next.js dir option - #28995, thanks @valentinpalkovic!
- Next.js: Fix wrong Next.js framework reference - #28992, thanks @valentinpalkovic!
- Vue3: Add vite plugin for portable stories - #29004, thanks @yannbf!
v8.3.0-beta.0
8.3.0-beta.0
Empty release identical to v8.3.0-alpha.11
v8.3.0-alpha.11
8.3.0-alpha.11
- Addon Vitest: Fix tests potentially not existing in non-isolate mode - #28993, thanks @yannbf!
- Builder-Vite: Fix 'condition node never be used' warning - #28989, thanks @valentinpalkovic!
- CLI: Update spawn options in proxy.ts to support Windows - #28990, thanks @valentinpalkovic!
- Next.js-Vite: Update next and vite-plugin-storybook-nextjs dependencies - #28994, thanks @valentinpalkovic!
v8.3.0-alpha.10
8.3.0-alpha.10
- Addon Vitest: Fix postinstall file types - #28978, thanks @shilman!
- CLI: Fix dedent import in package managers - #28980, thanks @shilman!
- Core: De-duplicate babel use in core - #28972, thanks @ndelangen!
- Vitest: Fix add command - #28975, thanks @ghengeveld!
v8.3.0-alpha.9
8.3.0-alpha.9
- Addon Viewport: Add default options via parameters - #28944, thanks @ndelangen!
- CLI: Make PackageJson optional for starting a dev server - #28594, thanks @tobiasdiez!
- Svelte: Fix events not being logged in Actions when a story has decorators - #28247, thanks @JReinhold!
- Vitest: Fix default viewport - #28943, thanks @kasperpeulen!
- Vitest: Implement add command for vitest addon - #28920, thanks @kasperpeulen!
v8.3.0-alpha.8
8.3.0-alpha.8
- Addon Vitest: Improve transformation logic to avoid duplicate tests - #28929, thanks @yannbf!
- Addon Vitest: Set default viewport if applicable - #28905, thanks @yannbf!
- Addon-docs: Remove babel dependency - #28915, thanks @shilman!
- Blocks: Fix scroll to non-ascii anchors - #28826, thanks @SkReD!
- Core: Introduce setProjectAnnotations API to more renderers and frameworks - #28907, thanks @yannbf!
- Dependencies: Upgrade
commander
- #28857, thanks @43081j! - SvelteKit: Introduce portable stories support - #28918, thanks @yannbf!