Skip to content

Releases: cascornelissen/svg-spritemap-webpack-plugin

v4.7.0

18 Nov 20:58
775c4b6
Compare
Choose a tag to compare

Added

  • A new sprite.generate.dimensions option that allows transferring the width and height attributes to the generated symbol (#219), thanks to @Necxes

v4.6.0

30 Sep 08:02
Compare
Choose a tag to compare

Added

  • A new $property argument to the Sass sprite() mixin which allows users to use mask instead of background (#212), thanks to @xavierfoucrier

v4.5.1

12 Jun 18:07
Compare
Choose a tag to compare

Fixed

  • Several vulnerabilities in transitive dependencies (#215)

v4.5.0

13 Jul 15:09
Compare
Choose a tag to compare

Added

  • A performance improvement that ensures the regeneration of the spritemap only happens when one of the source sprites is updated (#197)

v4.4.2

24 Jun 12:04
Compare
Choose a tag to compare

Fixed

  • Issues with glob patterns for input files on Windows due to changes in glob@8; patterns must now use forward slashes as path separators (#195, #196)

v4.4.1

20 Jun 11:58
Compare
Choose a tag to compare

Fixed

  • Generated spritemap SVG not being added to the chunk files correctly (#194)
  • Patterns pointing directly to input files resulting in errors while running in watch mode (#192)

v4.4.0

19 Nov 20:05
Compare
Choose a tag to compare

Added

  • A new output.svg.attributes option to allow specifying attributes that should be added to the root SVG element of the generated spritemap (#183), thanks to @jgerigmeyer

v4.3.3

01 Oct 14:56
Compare
Choose a tag to compare

Fixed

  • Values for [hash] and [contenthash] in output filename not getting updated properly in watch mode

v4.3.2

03 Sep 09:04
Compare
Choose a tag to compare

Fixed

  • Specified default SVGO plugins were overwriting internal settings.

v4.3.1

31 Aug 18:32
Compare
Choose a tag to compare

Fixed

  • Non-default SVGO plugins were not being initialized properly.