Skip to content

v0.4.0

Compare
Choose a tag to compare
@IanVS IanVS released this 02 Feb 02:28
· 6 commits to main since this release

What's Changed

  • Fully support Vite 4, remove @vitejs/plugin-react, update @storybook/mdx1-csf by @IanVS in #548

Breaking Changes

To fully support Vite 4, we've updated our mdx handling to no longer require the use of @vitejs/plugin-react. This means that non-react projects will no longer be getting that plugin added to their projects, and react projects will need to make sure they include it as a dependency (changes to viteFinal are not required).

Full Changelog: v0.3.0...v0.4.0