Releases: storybookjs/builder-vite
v0.2.1
What's Changed
Fixes
- Fix launching app instead of storybook by @IanVS in #453
- Fix: pass options read from config file to svelteDocgen by @benmccann in #449
- Add @rollup/pluginutils to dependencies by @IanVS in #459
- Improve react docgen plugin usage by @IanVS in #460
- Remove mock-core-js plugin by @IanVS in #461
- Fix react-docgen-typescript in some monorepos by @joshwooding in #457
- Ignore applyDecorators in v6 story store by @kvcvc in #443
Maintencance
- Cleanup dependencies on alphas/betas by @benmccann in #444
- Cleanup
peerDependencies
by @benmccann in #445
New Contributors
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's Changed
- [breaking] Read
svelte.config.js
by @benmccann in #428 - [breaking]: Support Vite 3 by @IanVS in #394
- fix: Load @sveltejs/vite-plugin-svelte conditionally by @IanVS in #434
This version requires Vite 3. If you are using Vite 2, you'll need to stay on the 0.1.X branch until you're able to upgrade. Vite migration notes can be found at https://github.com/vitejs/vite/blob/main/docs/guide/migration.md.
In addition, for svelte projects, svelte.config.js
will be used automatically in your storybook config. This means that if you were merging your options into svelteOptions
in .storybook/main.cjs
previously, you can remove it. If you need storybook config to be different from your app, you can still use the svelteOptions
as an override.
Full Changelog: v0.1.39...v0.2.0
v0.1.41
v0.2.0-beta.2
No changes from v0.2.0-beta.1
. Publishing error.
v0.2.0-beta.1
What's Changed
Full Changelog: v0.2.0-beta.0...v0.2.0-beta.1
v0.2.0-beta.0 - Vite 3
What's Changed
- [breaking] Read
svelte.config.js
by @benmccann in #428 - [breaking] Support Vite 3 by @IanVS in #394
This version requires Vite 3. If you are using Vite 2, you'll need to stay on the 0.1.X branch until you're able to upgrade. Vite migration notes can be found at https://github.com/vitejs/vite/blob/main/docs/guide/migration.md.
In addition, for svelte projects, svelte.config.js
will be used automatically in your storybook config. This means that if you were merging your options into svelteOptions
in .storybook/main.cjs
previously, you can remove it. If you need storybook config to be different from your app, you can still use the svelteOptions
as an override.
Full Changelog: v0.1.39...v0.2.0-beta.0
v0.1.39
What's Changed
- Fix markdown import in mdx by @joshwooding in #429
- Add
.storybook
toserver.fs.allow
by @benmccann in #427 - Handle resolve.alias as an array by @IanVS in #430
New Contributors
- @benmccann made their first contribution in #427
Full Changelog: v0.1.38...v0.1.39
v0.1.38
What's Changed
- Support MDXv2 by @joshwooding in #377
To enable experimental MDX2 in a project, follow this guide: gist.github.com/shilman/6ff2d7e18db8846e8fc552fb432ae4f6
Full Changelog: v0.1.37...v0.1.38
v0.1.37
What's Changed
✨ Features
- Add support for preact by @maxbeatty in #408
- Add composed "overview" example that builds/includes all framework examples by @dohooo in #404
- Allow setting global args in SB 6.5+ by @IanVS in #399
🪲 Bugfixes
📝 Docs
🧹 Internal
- Avoid cd in scripts by @IanVS in #407
- Use an alias for react-dom/client if not installed by @IanVS in #410
New Contributors
- @maxbeatty made their first contribution in #408
Full Changelog: v0.1.36...v0.1.37
v0.1.36
What's Changed
- Svelte: Generate docgen by @j3rem1e in #392
- fix: prevent crashing on "--smoke-test" by @AriPerkkio in #400
Internal
- Update Storybook to 6.5.0 in examples by @joshwooding in #386
- Disable telemetry in examples by @IanVS in #393
New Contributors
- @j3rem1e made their first contribution in #392
- @AriPerkkio made their first contribution in #400
Full Changelog: v0.1.35...v0.1.36