Skip to content

Releases: mcansh/vite-plugin-svg-sprite

@mcansh/[email protected]

25 Oct 20:33
7dd7d22
Compare
Choose a tag to compare

Patch Changes

@mcansh/[email protected]

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/[email protected]

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/[email protected]

11 Apr 00:33
3845d90
Compare
Choose a tag to compare

Patch Changes

@mcansh/[email protected]

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/[email protected]

10 Apr 22:34
cdf6458
Compare
Choose a tag to compare
Pre-release

Patch Changes

  • 41f7c0c: re-add virtual module support

@mcansh/[email protected]

10 Apr 19:19
6996772
Compare
Choose a tag to compare
Pre-release

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/[email protected]

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/[email protected]

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

Minor Changes

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

@mcansh/[email protected]

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