Skip to content

Releases: cascornelissen/svg-spritemap-webpack-plugin

v5.0.3

02 Oct 14:09
868c2e2

Choose a tag to compare

Fixed

  • Duplicate sprites not show up in the output, even if input.allowDuplicates is set to true (#230)

v5.0.2

27 Sep 18:45
4198b3e

Choose a tag to compare

Fixed

  • Setting the sprite.prefix option to false resulting in the boolean being stringified (#228)
  • Non xmlns-namespaced attributes being transferred to root SVG element (#229)

v5.0.1

03 Sep 20:05
e6e5b00

Choose a tag to compare

Fixed

  • SCSS and Less templates not being published

v5.0.0

28 Jul 21:34
22c834e

Choose a tag to compare

Breaking

  • This package is now ESM-only
  • Dropped support for Node.js 18 and earlier
  • Updated SVGO to v4

Added

  • TypeScript support

v4.7.0

18 Nov 20:58
775c4b6

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

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

Choose a tag to compare

Fixed

  • Several vulnerabilities in transitive dependencies (#215)

v4.5.0

13 Jul 15:09

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

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

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)