Skip to content

Releases: fwouts/viteshot

v0.3.1

24 Sep 05:10
Compare
Choose a tag to compare

Improvements

  • Provides a dummy process.env value to prevent crashes in libraries that expect it to exist.

v0.3.0

22 Sep 06:00
7c7cd34
Compare
Choose a tag to compare

Improvements

  • Added support for Storybook args for React, Preact and Solid.

v0.2.2

30 Aug 05:11
cc972d9
Compare
Choose a tag to compare

Improvements

  • Simplified React and Svelte renderers to remove hacky generation of fake props.

v0.2.1

30 Aug 01:37
Compare
Choose a tag to compare

Improvements

  • Ensure that all pending images are loaded before taking a screenshot.

v0.2.0

29 Aug 23:08
463c29b
Compare
Choose a tag to compare

Bug fixes

  • Viteshot now automatically ignores vite.config.js, ensuring there are no conflicts between the two.

v0.1.8

27 Aug 05:47
7a77415
Compare
Choose a tag to compare

Bug fixes

  • Ensure that React isn't imported twice when using a wildcard import.

v0.1.7

27 Aug 05:18
Compare
Choose a tag to compare

Improvements

  • Dependency updates.
  • Show an error message when no files match the expected pattern.

v0.1.6

27 Aug 02:53
Compare
Choose a tag to compare

Bug fixes

  • Fix broken @svgr/core dependency import.

v0.1.5

13 Aug 00:18
be4c568
Compare
Choose a tag to compare

Improvements

  • SVGR is now supported with React.

v0.1.4

15 Jul 06:08
09749b4
Compare
Choose a tag to compare

Improvements

  • JSX is now supported in .js files.