Skip to content

Releases: firefoxic/gulp-stacksvg

Release v5.0.1

01 Nov 13:32
Compare
Choose a tag to compare

Fixed

  • The deprecation warning for the fs.Stats constructor no longer litters the output in the terminal.

Release v5.0.0

30 Oct 05:13
Compare
Choose a tag to compare

Changed

  • The minimum required node.js version has been increased to 20.12.0, except for version 21.

Release v4.0.0

11 May 10:25
Compare
Choose a tag to compare

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

29 Oct 06:38
Compare
Choose a tag to compare

Changed

  • The required node.js to the latest maintained LTS versions.

Release v2.0.3

29 Oct 06:26
Compare
Choose a tag to compare

No significant changes.

Release v2.0.2

16 Jun 10:17
Compare
Choose a tag to compare

No significant changes.

Release v2.0.1

20 Mar 13:30
Compare
Choose a tag to compare

No significant changes.

Release v2.0.0

21 Dec 06:43
Compare
Choose a tag to compare

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 in href 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

12 Dec 20:58
Compare
Choose a tag to compare

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

28 Oct 11:45
Compare
Choose a tag to compare

Fixed

  • Rendering in Safari.