Releases: cascornelissen/svg-spritemap-webpack-plugin
Releases · cascornelissen/svg-spritemap-webpack-plugin
v5.0.3
02 Oct 14:09
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Fixed
SCSS and Less templates not being published
v5.0.0
28 Jul 21:34
Compare
Sorry, something went wrong.
No results found
Breaking
This package is now ESM-only
Dropped support for Node.js 18 and earlier
Updated SVGO to v4
Added
v4.7.0
18 Nov 20:58
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Several vulnerabilities in transitive dependencies (#215 )
v4.5.0
13 Jul 15:09
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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 )