Skip to content

Releases: mcansh/vite-plugin-svg-sprite

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

25 Oct 20:33
7dd7d22
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Patch Changes

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

10 Apr 22:40
b9a8b2a
Compare
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
Compare
Choose a tag to compare

Patch Changes

  • 41f7c0c: re-add virtual module support

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

10 Apr 19:19
6996772
Compare
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

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

05 Apr 00:53
96f9c1b
Compare
Choose a tag to compare

Minor Changes

  • 9f2e3a5: copy common svg attributes to underlying symbol
  • b4955f5: add svgo to minify sprite, re-add hashing to sprite.svg file name, adds a virtual moduel virtual:vite-svg-sprite-plugin that returns the sprite url for preloading, etc, adds client.d.ts file for virtual module

Patch Changes

  • 4bf401b: check if output file has hash before attempting to replace

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

04 Apr 13:43
105cdc4
Compare
Choose a tag to compare

Minor Changes

  • f1736bd: feat: remove sprite-[hash], hash symbol name using hasha

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

02 Apr 03:43
0.1.1
ce52561
Compare
Choose a tag to compare