Releases: storybookjs/builder-vite
Releases · storybookjs/builder-vite
v0.4.2
v0.4.1
v0.4.0
What's Changed
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
v0.3.0
v0.2.7
What's Changed
- feat: allow definition of stories in vue files by @tobiasdiez in #505
Note: this change is experimental, for use with https://github.com/tobiasdiez/unplugin-storybook-vue
New Contributors
- @tobiasdiez made their first contribution in #505
Full Changelog: v0.2.6...v0.2.7
v0.2.6
v0.2.5
v0.2.4
What's Changed
- Fix vue 2.x selection logic by @IanVS in #508
- Re-add typescript check when adding react-docgen-typescript plugin by @joshwooding in #509
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
Features
Bug fixes
- Make sure mocked actions can be identified in production build by @bodograumann in #482
Dependencies / Maintenance
- Remove pluginutils from dependencies by @kazuma1989 in #470
- Support vite 3.1 by @IanVS in #490
- Move examples out of workspaces by @IanVS in #502
- fix: add missing peer deps by @adalinesimonian in #500
New Contributors
- @adalinesimonian made their first contribution in #500
Full Changelog: v0.2.2...v0.2.3