Skip to content

Releases: cascornelissen/svg-spritemap-webpack-plugin

v3.5.8

24 Aug 18:49
Compare
Choose a tag to compare

Fixed

  • An issue where dummy chunks weren't correctly removed when splitting chunks (#117)

v3.5.7

18 Jul 09:52
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v3.5.6

19 May 18:06
Compare
Choose a tag to compare

Fixed

  • Duplicate sprite prefix in fragment paths for CSS and LESS formatters

v3.5.5

25 Mar 18:22
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v3.5.4

23 Feb 18:14
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v3.5.3

14 Dec 10:32
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v3.5.2

14 Dec 10:32
Compare
Choose a tag to compare

Fixed

  • Security warnings by updating dependencies

v3.5.1

10 Nov 10:31
Compare
Choose a tag to compare

Fixed

  • Booleans passed to the sprite.generate.view option would result in the stringified value being appended to the attribute (#93), thanks to @toooni

v3.5.0

23 Sep 08:22
Compare
Choose a tag to compare

Added

  • All valid SVG attributes matching symbol, view, and use attributes are now allowed and transfered to the correct matching elements (#90), thanks to @Fire-Proof

v3.4.0

24 Jul 19:24
Compare
Choose a tag to compare

Added

  • Option to customize the function that is used to generate a valid HTML id: sprite.idify