Update CHANGELOG.md for v8.0.10 [skip ci]

This commit is contained in:
storybook-bot 2024-05-05 11:40:16 +00:00
parent fa46ca5411
commit 1e0e8220bc

View File

@ -1,3 +1,9 @@
## 8.0.10
- MDX: Don't transform `http://` links - [#26488](https://github.com/storybookjs/storybook/pull/26488), thanks @JReinhold!
- React: Support v19 in `react-dom-shim` - [#26898](https://github.com/storybookjs/storybook/pull/26898), thanks @Tobbe!
- Vite: Merge assetsInclude property with Storybook default values - [#26860](https://github.com/storybookjs/storybook/pull/26860), thanks @yuemori!
## 8.0.9
- Addon-docs: Fix MDX compilation when using `@vitejs/plugin-react-swc` with plugins - [#26837](https://github.com/storybookjs/storybook/pull/26837), thanks @JReinhold!