Skip to content

Releases: storybookjs/builder-vite

v0.2.1

25 Jul 17:38
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v0.2.0...v0.2.1

v0.2.0

13 Jul 14:51
Compare
Choose a tag to compare

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

13 Jul 13:22
Compare
Choose a tag to compare

Note: version 0.1.40 accidentally included breaking changes, which are not included in this version.

What's Changed

Full Changelog: v0.1.39...v0.1.41

v0.2.0-beta.2

09 Jul 01:36
Compare
Choose a tag to compare
v0.2.0-beta.2 Pre-release
Pre-release

No changes from v0.2.0-beta.1. Publishing error.

v0.2.0-beta.1

08 Jul 21:59
Compare
Choose a tag to compare
v0.2.0-beta.1 Pre-release
Pre-release

What's Changed

  • Load @sveltejs/vite-plugin-svelte conditionally by @IanVS in #434

Full Changelog: v0.2.0-beta.0...v0.2.0-beta.1

v0.2.0-beta.0 - Vite 3

08 Jul 21:21
Compare
Choose a tag to compare
Pre-release

What's Changed

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

07 Jul 04:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.38...v0.1.39

v0.1.38

29 Jun 03:42
Compare
Choose a tag to compare

What's Changed

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

24 Jun 22:30
26dd5a1
Compare
Choose a tag to compare

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

  • Add webpack/cra migration section to readme by @IanVS in #405

🧹 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

Full Changelog: v0.1.36...v0.1.37

v0.1.36

02 Jun 17:47
Compare
Choose a tag to compare

What's Changed

Internal

New Contributors

Full Changelog: v0.1.35...v0.1.36