viteshot

Viteshot ๐Ÿ“ธ is a fast and simple component screenshot tool based on Vite.

MIT License

Stars
214
viteshot - v0.3.1 Latest Release

Published by fwouts about 3 years ago

Improvements

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

Published by fwouts about 3 years ago

Improvements

  • Added support for Storybook args for React, Preact and Solid.
viteshot - v0.2.2

Published by fwouts about 3 years ago

Improvements

  • Simplified React and Svelte renderers to remove hacky generation of fake props.
viteshot - v0.2.1

Published by fwouts about 3 years ago

Improvements

  • Ensure that all pending images are loaded before taking a screenshot.
viteshot - v0.2.0

Published by fwouts about 3 years ago

Bug fixes

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

Published by fwouts about 3 years ago

Bug fixes

  • Ensure that React isn't imported twice when using a wildcard import.
viteshot - v0.1.7

Published by fwouts about 3 years ago

Improvements

  • Dependency updates.
  • Show an error message when no files match the expected pattern.
viteshot - v0.1.6

Published by fwouts about 3 years ago

Bug fixes

  • Fix broken @svgr/core dependency import.
viteshot - v0.1.5

Published by fwouts about 3 years ago

Improvements

  • SVGR is now supported with React.
viteshot - v0.1.4

Published by fwouts over 3 years ago

Improvements

  • JSX is now supported in .js files.
viteshot - v0.1.3

Published by fwouts over 3 years ago

Bug fixes

  • Fixes a timeout occurring caused by unsupported method chaining (#52).
viteshot - v0.1.2

Published by fwouts over 3 years ago

Bug fixes

  • README.md was missing from the deployed npm package.
viteshot - v0.1.1

Published by fwouts over 3 years ago

Bug fixes

  • The process didn't exit on success when running locally (#47).
viteshot - v0.1.0

Published by fwouts over 3 years ago

Initial release.

Related Projects