Releases: storybookjs/storybook
Releases · storybookjs/storybook
v8.5.0-beta.4
8.5.0-beta.4
- Addon Themes: Deprecate useThemeParameters - #30111, thanks @yannbf!
- Build: Downgrade to esbuild 0.24.0 - #30116, thanks @yannbf!
- CLI: Re-Add Nuxt support - #28607, thanks @valentinpalkovic!
- Core: Prevent infinite rerendering caused by comparison by reference - #30081, thanks @ghengeveld!
v8.5.0-beta.3
8.5.0-beta.3
- Addon A11y: Fix skipped status handling in Testing Module - #30077, thanks @valentinpalkovic!
- Core: Float context menu button on top of story titles in sidebar - #30080, thanks @ghengeveld!
- Onboarding: Replace
react-confetti
with@neoconfetti/react
- #30098, thanks @ndelangen!
v8.5.0-beta.2
8.5.0-beta.2
- Addon Test: Clear coverage data when starting or watching - #30072, thanks @ghengeveld!
- Addon Test: Improve error message on missing coverage package - #30088, thanks @JReinhold!
- UI: Fix test provider event handling on startup - #30083, thanks @ghengeveld!
- UI: Keep failing stories in the sidebar, disregarding filters - #30086, thanks @JReinhold!
v8.5.0-beta.1
8.5.0-beta.1
- Addon A11y: Add conditional rendering for a11y violation number in Testing Module - #30073, thanks @valentinpalkovic!
- Addon A11y: Remove warnings API - #30049, thanks @kasperpeulen!
- Addon A11y: Show errors of axe properly - #30050, thanks @kasperpeulen!
- Addon Test: Fix printing null% for coverage - #30061, thanks @ghengeveld!
- Telemetry: Add metadata distinguishing "apps" from "design systems" - #30070, thanks @tmeasday!
v8.5.0-beta.0
8.5.0-beta.0
- Automigration: Improve setup file transformation and version range handling for a11y migration - #30060, thanks @valentinpalkovic!
- Next.js: Support v15.1.1 - #30068, thanks @valentinpalkovic!
v8.5.0-alpha.22
8.5.0-alpha.22
- Addon Docs: Dynamically import rehype - #29544, thanks @valentinpalkovic!
- Addon Test: Fix duplicate
test.include
patterns - #30029, thanks @JReinhold! - Addon Test: Fix environment variable for Vitest Storybook integration - #30054, thanks @valentinpalkovic!
- Addon Test: Use local storybook binary instead - #30021, thanks @kasperpeulen!
- Addon Test: Wait for 2 seconds before showing result mismatch warning - #30002, thanks @ghengeveld!
- Angular: Support statsJson in angular schemas - #29233, thanks @yannbf!
- Core: Fix
scrollIntoView
behavior and reimplement testing module time rendering - #30044, thanks @ghengeveld! - Docs: Add code snippet to addons panel - #29253, thanks @larsrickert!
- Next.js: Fix webpack fsCache not working - #29654, thanks @sentience!
- Nextjs-Vite: Add TS docgen support - #29824, thanks @yannbf!
- Nextjs-Vite: Fix docgen types in main config - #30042, thanks @yannbf!
- React: Fix RSC compatibility with addon-themes and hooks - #26243, thanks @shilman!
- UI: Fix controls and parameters on tag-filtered stories - #30038, thanks @shilman!
v8.5.0-alpha.21
8.5.0-alpha.21
- Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - #30005, thanks @valentinpalkovic!
- Addon A11y: Refactor environment variable handling for Vitest integration - #30022, thanks @valentinpalkovic!
- Addon A11y: Run the a11y automigration on postInstall - #30004, thanks @kasperpeulen!
- Addon A11y: Update accessibility status handling in TestProviderRender - #30027, thanks @valentinpalkovic!
- Addon Onboarding: Prebundle react-confetti - #29996, thanks @yannbf!
- Addon Test: Correctly stop Storybook when Vitest closes - #30012, thanks @JReinhold!
- Addon Test: Show sub test provider toggle state in main testing module - #30019, thanks @ghengeveld!
- Addon Test: Wrap sub-paths exported with
require.resolve
- #30026, thanks @ndelangen! - Core: Fix bundling of React - #30003, thanks @yannbf!
v8.5.0-alpha.20
8.5.0-alpha.20
- Addon Test: Add
@vitest/coverage-v8
during postinstall if no coverage reporter is installed - #29993, thanks @ghengeveld! - Addon Test: Add support for previewHead - #29808, thanks @ndelangen!
- Addon Test: Always run Vitest in watch mode internally - #29749, thanks @JReinhold!
- Addon Test: Filter out falsy test results in TestProviderRender - #30001, thanks @valentinpalkovic!
- Addon Test: Handle undefined storyId - #29998, thanks @ghengeveld!
- Addon Test: Make component tests status row link to the story's tests panel - #29992, thanks @ghengeveld!
- Addon Test: Merge viteFinal config into vitest config - #29806, thanks @ndelangen!
- Addon Test: Prompt switch to
experimental-nextjs-vite
- #29814, thanks @ndelangen! - Addon Test: Use ProgressSpinner for stop button in Testing Module - #29997, thanks @ghengeveld!
v8.5.0-alpha.19
8.5.0-alpha.19
- Addon A11y: Create a11y test provider and revamp a11y addon - #29643, thanks @valentinpalkovic!
- Addon Test: Fix indexing behavior - #29836, thanks @yannbf!
- Addon Test: Fix run request while booting or restarting Vitest - #29829, thanks @ghengeveld!
- Addon Test: Serve
staticDirs
with Vitest - #29811, thanks @ghengeveld! - RNW-Vite: Add tsconfig path aliases support - #29953, thanks @shilman!
- RNW-Vite: Fix flow plugin including too many things - #29952, thanks @dannyhw!
v8.5.0-alpha.18
8.5.0-alpha.18
- Addon Test: Clarify message when
vitest
detects missing deps - #29763, thanks @ndelangen! - Addon Test: Refactor test addon to include stories automatically - #29367, thanks @yannbf!
- Addon Test: Replace
glob
withtinyglobby
- #29817, thanks @ghengeveld! - Addon Test: Support Storybook environment variables in Vitest - #29792, thanks @ghengeveld!
- Composition: Hide contextMenu on composed storybooks - #29803, thanks @ndelangen!
- Vue: Properly resolve Vite plugin - #29795, thanks @tobiasdiez!