Skip to content

Releases: scriptex/svg-symbol-sprite

Fix weird installation issue

10 May 13:54
Compare
Choose a tag to compare

This release (as well as the previous - 1.5.1) attempts to fix an issue which occurs when installing a newer version of the library.

Correctly use SVGO config

22 Apr 07:45
Compare
Choose a tag to compare

This release fixes an issue which prevents SVGO config file to be correctly used to optimize the input SVG files.

Fix a typo in README

19 Sep 13:33
Compare
Choose a tag to compare
1.4.1

Release 1.4.1

Remove emtpy "style" attribute

14 Nov 12:44
Compare
Choose a tag to compare

This release contains the following:

  1. Remove the empty style attribute which is a result of the -s or --style flag usage with empty string (-s '')
  2. Chore: Update the NodeJS version used in Github Actions to 18
  3. Chore: Update SVGO to v 3.0.1

Add ability to modify SVG props, style and SVGO config

10 Nov 07:05
Compare
Choose a tag to compare

This release adds the following options:

  1. The ability to pass custom SVG props (such as namespaces, aria attributes, etc) to the SVG sprite using the -p or --props flag. Use -p "" to remove any attributes.
  2. The ability to pass custom inline style to the SVG sprite using the -s or --style flag. Use -s "" to remove any inline style.
  3. The ability to disable optimization of input files using SVGO. Just pass -c false or --config false to do this.

Fix the URL to the documentation

07 Nov 08:35
Compare
Choose a tag to compare
1.2.2

Release 1.2.2

Updated metadata

30 Sep 07:51
Compare
Choose a tag to compare

This release doesn't introduce any code changes.
This release updates all package and repository metadata.

Use double quotes in attributes

01 Sep 11:42
Compare
Choose a tag to compare

This release makes sure that the SVG attributes are properly wrapped in double quotes.

Fix the path to the default config

12 Jul 07:56
Compare
Choose a tag to compare

Improved documentation

04 Jan 10:28
Compare
Choose a tag to compare

This release improves the documentation in README and in CLI.