Releases: cascornelissen/svg-spritemap-webpack-plugin
Releases · cascornelissen/svg-spritemap-webpack-plugin
v4.7.0
v4.6.0
Added
- A new
$property
argument to the Sasssprite()
mixin which allows users to usemask
instead ofbackground
(#212), thanks to @xavierfoucrier
v4.5.1
v4.5.0
v4.4.2
v4.4.1
v4.4.0
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
Fixed
- Values for
[hash]
and[contenthash]
in output filename not getting updated properly in watch mode
v4.3.2
Fixed
- Specified default SVGO plugins were overwriting internal settings.
v4.3.1
Fixed
- Non-default SVGO plugins were not being initialized properly.