Releases: storybookjs/storybook
Releases · storybookjs/storybook
v8.5.0-beta.11
8.5.0-beta.11
- CLI: Update a11y-test comment with experimental caveat - #30258, thanks @shilman!
- Manager API: Fix infinite render-loop caused by
useSharedState
- #30259, thanks @JReinhold!
v8.5.0-beta.9
8.5.0-beta.9
- Addon Test: Add prerequisite check for MSW - #30193, thanks @yannbf!
- Addon Test: Improve support for mono-repos - #30216, thanks @valentinpalkovic!
- Vitest: Add plugins from
viteFinal
- #30105, thanks @JReinhold!
v8.5.0-beta.10
8.5.0-beta.10
- Addon A11y: Adjust default behaviour when using with experimental-addon-test - #30162, thanks @valentinpalkovic!
- Addon A11y: Change default element selector - #30253, thanks @valentinpalkovic!
- Addon Docs: Make new code panel opt in - #30248, thanks @shilman!
- Addon Test: Fix generated path to
vitest.setup.js
- #30233, thanks @JReinhold!
v8.5.0-beta.8
8.5.0-beta.8
- Automigrations: Skip vite config file migration for react native web - #30190, thanks @dannyhw!
- Maintenance: Move
@types/node
todevDeps
consistently - #30163, thanks @ndelangen! - Manager: Optimize getPanels function with memoization - #30192, thanks @valentinpalkovic!
- RNW-Vite: Fix reanimated support with babel plugin for node_modules - #30188, thanks @dannyhw!
- React: Force act running always in sequence - #30191, thanks @valentinpalkovic!
- UI: Fix overlapping shadow of testing module on scrollbar - #30132, thanks @valentinpalkovic!
- Vite: Fix wrong import paths when configDir is not in project root - #30206, thanks @JReinhold!
v8.5.0-beta.7
v8.5.0-beta.6
8.5.0-beta.6
- Addon Test: Always use installed version of vitest - #30134, thanks @kasperpeulen!
- Addon Test: Fix documentation links - #30128, thanks @yannbf!
- Addon Test: Use correct vitest config file path - #30135, thanks @kasperpeulen!
- Automigration: Improve addon-a11y-addon-test - #30127, thanks @valentinpalkovic!
v8.5.0-beta.5
8.5.0-beta.5
- Addon Test: Only reset story count on file change when watch mode is enabled - #30121, thanks @ghengeveld!
- Build: Revert Downgrade to esbuild 0.24.0 - #30120, thanks @yannbf!
- Core: Fix
ERR_PACKAGE_PATH_NOT_EXPORTED
in@storybook/node-logger
- #30093, thanks @JReinhold! - React: Use Act wrapper in Storybook for component rendering - #30037, thanks @valentinpalkovic!
- Vite: Add extra entries to
optimizeDeps
- #30117, thanks @ndelangen!
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!