Sourced from @storybook/addon-mdx-gfm's
releases.
v8.5.2
8.5.2
- Addon Test: Support Vitest 3 browser.test.instances field - #30309, thanks
@valentinpalkovic!- CLI: Corrected Next.js createScript for pnpm. - #30304, thanks
@zhyd1997!v8.5.1
8.5.1
- Addon Test: Replace
interaction test->component test- #30333, thanks@kylegach!- Manager: Fix escaping of single quotes in dynamic import paths - #30278, thanks
@valentinpalkovic!- RNW-Vite: Support requires for images/fonts - #30305, thanks
@dannyhw!v8.5.0
8.5.0
Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:
- 🦾 Realtime accessibility tests to help build UIs for everybody
- 🛡️ Project code coverage to measure the completeness of your tests
- 🎯 Focused tests for faster test feedback
- ⚛️ React Native Web Vite framework (experimental) for testing mobile UI
- ⚛️ React 19 support
- 🎁 Storybook test early access program to level up your testing game
- 💯 Hundreds more improvements
- Addon A11y: Add conditional rendering for a11y violation number in Testing Module - #30073, thanks
@valentinpalkovic!- Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - #30005, thanks
@valentinpalkovic!- Addon A11y: Adjust default behaviour when using with experimental-addon-test - #30162, thanks
@valentinpalkovic!- Addon A11y: Change default element selector - #30253, thanks
@valentinpalkovic!- Addon A11y: Create a11y test provider and revamp a11y addon - #29643, thanks
@valentinpalkovic!- Addon A11y: Don't set a11y tag as comment in automigrations - #30257, thanks
@valentinpalkovic!- Addon A11y: Fix skipped status handling in Testing Module - #30077, thanks
@valentinpalkovic!- Addon A11y: Refactor environment variable handling for Vitest integration - #30022, thanks
@valentinpalkovic!- Addon A11y: Remove warnings API - #30049, thanks
@kasperpeulen!- Addon A11y: Run the a11y automigration on postInstall - #30004, thanks
@kasperpeulen!- Addon A11y: Show errors of axe properly - #30050, thanks
@kasperpeulen!- Addon A11y: Update accessibility status handling in TestProviderRender - #30027, thanks
@valentinpalkovic!- Addon Docs: Dynamically import rehype - #29544, thanks
@valentinpalkovic!- Addon Docs: Make new code panel opt in - #30248, thanks
@shilman!- Addon Onboarding: Prebundle react-confetti - #29996, thanks
@yannbf!- Addon Test: Add
@vitest/coverage-v8during postinstall if no coverage reporter is installed - #29993, thanks@ghengeveld!- Addon Test: Add prerequisite check for MSW - #30193, thanks
@yannbf!- Addon Test: Add support for previewHead - #29808, thanks
@ndelangen!- Addon Test: Add Vitest 3 support - #30181, thanks
@valentinpalkovic!- Addon Test: Always run Vitest in watch mode internally - #29749, thanks
@JReinhold!- Addon Test: Always use installed version of vitest - #30134, thanks
@kasperpeulen!
... (truncated)
Sourced from @storybook/addon-mdx-gfm's
changelog.
8.5.2
- Addon Test: Support Vitest 3 browser.test.instances field - #30309, thanks
@valentinpalkovic!- CLI: Corrected Next.js createScript for pnpm. - #30304, thanks
@zhyd1997!8.5.1
- Addon Test: Replace
interaction test->component test- #30333, thanks@kylegach!- Addon Test: Support Vitest 3 browser.test.instances field - #30309, thanks
@valentinpalkovic!- Manager: Fix escaping of single quotes in dynamic import paths - #30278, thanks
@valentinpalkovic!- RNW-Vite: Support requires for images/fonts - #30305, thanks
@dannyhw!8.5.0
Storybook 8.5 is packed with powerful features to enhance your development workflow. This release makes it easier than ever to build accessible, well-tested UIs. Here’s what’s new:
- 🦾 Realtime accessibility tests to help build UIs for everybody
- 🛡️ Project code coverage to measure the completeness of your tests
- 🎯 Focused tests for faster test feedback
- ⚛️ React Native Web Vite framework (experimental) for testing mobile UI⚛️
- 🎁 Storybook test early access program to level up your testing game
- 💯 Hundreds more improvements
- Addon A11y: Add conditional rendering for a11y violation number in Testing Module - #30073, thanks
@valentinpalkovic!- Addon A11y: Add typesVersions support for TypeScript definitions in a11y package - #30005, thanks
@valentinpalkovic!- Addon A11y: Adjust default behaviour when using with experimental-addon-test - #30162, thanks
@valentinpalkovic!- Addon A11y: Change default element selector - #30253, thanks
@valentinpalkovic!- Addon A11y: Create a11y test provider and revamp a11y addon - #29643, thanks
@valentinpalkovic!- Addon A11y: Don't set a11y tag as comment in automigrations - #30257, thanks
@valentinpalkovic!- Addon A11y: Fix skipped status handling in Testing Module - #30077, thanks
@valentinpalkovic!- Addon A11y: Refactor environment variable handling for Vitest integration - #30022, thanks
@valentinpalkovic!- Addon A11y: Remove warnings API - #30049, thanks
@kasperpeulen!- Addon A11y: Run the a11y automigration on postInstall - #30004, thanks
@kasperpeulen!- Addon A11y: Show errors of axe properly - #30050, thanks
@kasperpeulen!- Addon A11y: Update accessibility status handling in TestProviderRender - #30027, thanks
@valentinpalkovic!- Addon Docs: Dynamically import rehype - #29544, thanks
@valentinpalkovic!- Addon Docs: Make new code panel opt in - #30248, thanks
@shilman!- Addon Onboarding: Prebundle react-confetti - #29996, thanks
@yannbf!- Addon Test: Add
@vitest/coverage-v8during postinstall if no coverage reporter is installed - #29993, thanks@ghengeveld!- Addon Test: Add prerequisite check for MSW - #30193, thanks
@yannbf!- Addon Test: Add support for previewHead - #29808, thanks
@ndelangen!- Addon Test: Add Vitest 3 support - #30181, thanks
@valentinpalkovic!- Addon Test: Always run Vitest in watch mode internally - #29749, thanks
@JReinhold!- Addon Test: Always use installed version of vitest - #30134, thanks
@kasperpeulen!- Addon Test: Clarify message when
vitestdetects missing deps - #29763, thanks@ndelangen!- Addon Test: Clear coverage data when starting or watching - #30072, thanks
@ghengeveld!- Addon Test: Context menu UI - #29727, thanks
@ghengeveld!
... (truncated)
7dac855
Bump version from "8.5.1" to "8.5.2" [skip ci]600af05
Bump version from "8.5.0" to "8.5.1" [skip ci]9277067
Bump version from "8.5.0-beta.11" to "8.5.0" [skip
ci]d8fe93a
Bump version from "8.5.0-beta.10" to "8.5.0-beta.11"
[skip ci]426586d
Bump version from "8.5.0-beta.9" to "8.5.0-beta.10"
[skip ci]b607dbe
Bump version from "8.5.0-beta.8" to "8.5.0-beta.9"
[skip ci]3b979ee
Bump version from "8.5.0-beta.7" to "8.5.0-beta.8"
[skip ci]2b9f1cf
Bump version from "8.5.0-beta.6" to "8.5.0-beta.7"
[skip ci]91f53fd
Bump version from "8.5.0-beta.5" to "8.5.0-beta.6"
[skip ci]ef9ee27
Bump version from "8.5.0-beta.4" to "8.5.0-beta.5"
[skip ci]