Skip to content

Releases: storybookjs/builder-vite

v0.1.35

19 May 15:56
Compare
Choose a tag to compare

What's Changed

  • Do not require @storybook/addon-svelte-csf to be installed by @IanVS in #388

Full Changelog: v0.1.34...v0.1.35

v0.1.34

18 May 18:05
Compare
Choose a tag to compare

What's Changed

Note: if you use one of the latest versions of @sveltejs/vite-plugin-svelte, you can enable an experimental inspector. See #382 for details.

Fixes

  • Disable HMR for web-components projects by @IanVS in #372
  • Fix order of MDX stories in sidebar by @joshwooding in #378
  • Use globalThis instead of global dependency by @IanVS in #383
  • Fix new stories not appearing in the importFn by @joshwooding in #379
  • Handle new versions of vite-plugin-svelte by @IanVS in #382

Internal

  • Fix tests not being found when testing lit-ts example on Windows CI by @joshwooding in #358
  • Bump @storybook/test-runner in react-18 example by @joshwooding in #373

Full Changelog: v0.1.33...v0.1.34

v0.1.33

02 May 12:44
3b71dcd
Compare
Choose a tag to compare

What's Changed

  • Warn in console when storyStoreV7 used with .svelte files by @IanVS in #363
  • Prevent vite:define from replacing in story source by @IanVS in #364
  • Fix svelte story files not reloading by @IanVS in #362

Full Changelog: v0.1.32...v0.1.33

v0.1.32

29 Apr 01:36
Compare
Choose a tag to compare

What's Changed

  • Fix exported typescript types for viteFinal

Full Changelog: v0.1.31...v0.1.32

v0.1.31

29 Apr 01:20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.30...v0.1.31

v0.1.30

22 Apr 22:13
Compare
Choose a tag to compare

What's Changed

  • Add custom issue template by @IanVS in #347
  • Avoid hiding all non-storybook body children by @IanVS in #346

Full Changelog: v0.1.29...v0.1.30

v0.1.29

15 Apr 21:29
Compare
Choose a tag to compare

What's Changed

  • Allow MDX stories ending with stories.mdx or story.mdx by @IanVS in #337
  • Prevent FOUC in the iframe while loading by @IanVS in #339
  • react-docgen: exclude node_modules, make configurable by @IanVS in #338

React projects without typescript, or typescript react projects choosing to use react-docgen may see a performance improvement in this release due to no longer processing files in node_modules with docgen. If you need to customize which files are processed, see #338 for an example.

Full Changelog: v0.1.28...v0.1.29

v0.1.28

12 Apr 01:16
Compare
Choose a tag to compare

What's Changed

  • Avoid /@fs/ imports for storyStoreV7 by @IanVS in #332
  • Organize stories in examples by @IanVS in #330

Full Changelog: v0.1.27...v0.1.28

v0.1.27

10 Apr 15:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.26...v0.1.27

v0.1.26

08 Apr 18:25
Compare
Choose a tag to compare

What's Changed

  • Correctly import/prebundle V6 store configs by @IanVS in #324
  • Do not optimize storybook packages, if possible by @IanVS in #323

Full Changelog: v0.1.25...v0.1.26