Releases: storybookjs/builder-vite
Releases · storybookjs/builder-vite
v0.1.35
v0.1.34
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 ofglobal
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
v0.1.32
v0.1.31
What's Changed
- Respect existing build.rollupOptions by @IanVS in #353
- Add ViteFinal types by @dohooo in #349
- Add example for Lit TS by @troyvassalotti in #350
- Update dependencies in examples by @IanVS in #357
New Contributors
- @dohooo made their first contribution in #349
- @troyvassalotti made their first contribution in #350
Full Changelog: v0.1.30...v0.1.31
v0.1.30
v0.1.29
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
v0.1.27
What's Changed
- Support CSF3 user settable global render by @joshwooding in #296
- Support configuration object for stories by @kazuma1989 in #182
- Revert "Do not optimize storybook packages (#323)" by @IanVS in #328
Full Changelog: v0.1.26...v0.1.27