Skip to content

Releases: mcansh/vite-plugin-svg-sprite

@mcansh/vite-plugin-svg-sprite@0.7.1

22 Sep 22:14
2d1a9fc

Choose a tag to compare

Patch Changes

  • 04da9b9: split dev middleware out of main plugin to silence
    context method emitFile() is not supported in serve mode. This plugin is likely not vite-compatible.
    warning

@mcansh/vite-plugin-svg-sprite@0.7.0

01 Jul 00:08
898428b

Choose a tag to compare

Minor Changes

  • 151437f: move emitFile call to generateBundle, remove buildEnd hook
    removed internal logging option in favor of LOG_LEVEL environment variable

Patch Changes

  • c92a424: chore: refactor deprecation warnings to use Vite logger API

    create a custom logger and set logLevel to “info” when logging: true is set for the plugin

  • 90c1605: add vite 7 support

  • 0f01e5b: bump internal svgo usage to v4

  • 93ffcbc: migrate from tsup to tsdown for bundling

@mcansh/vite-svg-sprite-plugin@0.6.0

05 May 20:58
6793b39

Choose a tag to compare

Minor Changes

  • bd0715f: add support for vite environment api

Patch Changes

  • Updated dependencies [bd0715f]
    • @mcansh/vite-plugin-svg-sprite@0.6.0

@mcansh/vite-plugin-svg-sprite@0.6.0

05 May 20:58
6793b39

Choose a tag to compare

Minor Changes

  • bd0715f: add support for vite environment api

@mcansh/vite-svg-sprite-plugin@0.5.0

25 Oct 20:33
7dd7d22

Choose a tag to compare

Patch Changes

  • Updated dependencies [c8408c2]
    • @mcansh/vite-plugin-svg-sprite@0.5.0

@mcansh/vite-plugin-svg-sprite@0.5.0

25 Oct 20:33
7dd7d22

Choose a tag to compare

Minor Changes

  • c8408c2: rename package to @mcansh/vite-plugin-svg-sprite
    rename plugin to svgSprite
    allow passing additional options to forward to svgstore

@mcansh/vite-svg-sprite-plugin@0.4.2

11 Apr 19:29
cbf3b88

Choose a tag to compare

Patch Changes

  • f863ed9: remove import assertion as it breaks other tooling

    instead just hardcode the plugin name

@mcansh/vite-svg-sprite-plugin@0.4.1

11 Apr 00:33
3845d90

Choose a tag to compare

Patch Changes

@mcansh/vite-svg-sprite-plugin@0.4.0

10 Apr 22:40
b9a8b2a

Choose a tag to compare

Minor Changes

  • 9507fa9: use vite's emitFile to emit consistent file to all builds

    do some post build file transforms to replace the dev sprite name with the actual hashed sprite filename

    sort icons before adding to sprite for consistent hashes

Patch Changes

  • 41f7c0c: re-add virtual module support

@mcansh/vite-svg-sprite-plugin@0.4.0-pre.1

10 Apr 22:34
cdf6458

Choose a tag to compare

Patch Changes

  • 41f7c0c: re-add virtual module support