Releases: firefoxic/gulp-stacksvg
Releases · firefoxic/gulp-stacksvg
Release v5.0.1
Fixed
- The deprecation warning for the
fs.Stats
constructor no longer litters the output in the terminal.
Release v5.0.0
Changed
- The minimum required
node.js
version has been increased to20.12.0
, except for version21
.
Release v4.0.0
Changed
- The plugin no longer accepts any options. Previously option defaults are now the only possible values:
- subdirectory delimiter substitute — underscore;
- space substitute — hyphen;
- output file name —
stack.svg
.
Release v3.0.0
Changed
- The required
node.js
to the latest maintained LTS versions.
Release v2.0.3
No significant changes.
Release v2.0.2
No significant changes.
Release v2.0.1
No significant changes.
Release v2.0.0
Changed
- Improved namespace processing:
- Namespace values are now checked for uniqueness, since they are essential.
- Different aliases of the same namespace are now cast to the same name.
- The declaration of the deprecated namespace
http://www.w3.org/1999/xlink
and its aliases inhref
attribute prefixes are now removed. - Duplicate aliases of different namespaces are now renamed.
- Declarations of only used namespaces are now added to the root
svg
element. - Namespace processing takes into account aliases for both attributes and tag names.
- The main namespace
xmlns="http://www.w3.org/2000/svg"
has been moved to the map object.
Release v1.1.0
Added
- Removing whitespace between tags when reading icon code. It will allow even well-optimized icons to be kept in source files in a readable form of formatted code.
Release v1.0.6
Fixed
- Rendering in Safari.