Skip to content

Releases: itgalaxy/webfont

7.1.4

24 May 12:41
Compare
Choose a tag to compare
  • Fixed: use copyright, ts and version with null value by default,
    it is avoid problems when your use long term caching.

  • Fixed: options for ttf font generation now correctly handles.

7.1.3

13 Apr 13:52
Compare
Choose a tag to compare
  • Fixed: search config if not present in CLI arguments.

7.1.2

12 Apr 10:03
Compare
Choose a tag to compare
  • Fixed: template option now respected from config.

7.1.1

29 Mar 11:58
Compare
Choose a tag to compare
  • Fixed: potential crash with memory allocation when using fs for read files.

7.1.0

24 Jan 15:42
Compare
Choose a tag to compare
  • Added: glyphTransformFn option for transform glyph metadata before transferred in style template.

7.0.2

22 Dec 13:26
Compare
Choose a tag to compare
  • Fixed: exit code can be not number.

7.0.1

20 Dec 07:12
Compare
Choose a tag to compare
  • Fixed: arguments for svgicons2svgfont (missing font prefix).
  • Chore: improved output of help in CLI.

7.0.0

09 Nov 11:30
Compare
Choose a tag to compare
  • Added: template option instead css, cssFormat, srcCssTemplate.
  • Added: destStyles options instead destCssTemplate.
  • Added: styles property to result.
  • Fixed: throw error on empty svg files.
  • Removed: css option.
  • Removed: cssFormat option.
  • Removed: srcCssTemplate option.
  • Removed: css property from result.
  • Removed: destCssTemplate argument from cli.
  • Tests: improve tests (relative and absolute path to template).

6.0.4

08 Nov 17:07
Compare
Choose a tag to compare
  • Fixed: regression bug with passed arguments to template.

6.0.3

08 Nov 16:01
Compare
Choose a tag to compare
  • Fixed: validate xml of glyphs.
  • Chore: update a minimal version of eslint-plugin-ava from 2.1.0 to 2.2.0.
  • Chore: update a minimal version of eslint-plugin-itgalaxy from 25.0.0 to 26.0.0.
  • Chore: update a minimal version of eslint-plugin-jsx-a11y from 2.2.0 to 3.0.0.
  • Chore: update a minimal version of eslint-plugin-react from 6.5.0 to 6.6.0.
  • Chore: refactoring code.