Skip to content

Releases: itgalaxy/webfont

8.0.0

Choose a tag to compare

@alexander-akait alexander-akait released this 21 Mar 13:33
  • Added: demo directory (thanks for @shogo).
  • Changed: export glyphsData instead foundFiles (glyphsData contain all information about any glyph).
  • Changed: result.styles rename to result.template (for API).
  • Changed: dest by default process.cwd().
  • Changed: rename dest-styles CLI option to dest-template.
  • Changed: rename cssTemplateClassName to templateClassName.
  • Changed: rename cssTemplateFontPath to templateFontPath.
  • Changed: rename cssTemplateFontName to templateFontName.
  • Changed: glyphTransformFn should always return glyph metadata.
  • Changed: minimum required nodejs version is now 6.9.5 (see svgicons2svgfont.
  • Changed: use globby@8 (based on fast-glob, it is better perf).
  • Chore: minimum used svgicons2svgfont package is now ^9.0.2
  • Chore: minimum used cosmiconfig package is now ^4.0.0
  • Fixed: don't use globby for getting build-in tempalte (better perf).
  • Fixed: always add trailing slash to templateFontPath.

7.1.4

Choose a tag to compare

@alexander-akait alexander-akait released this 24 May 12:41
  • 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

Choose a tag to compare

@alexander-akait alexander-akait released this 13 Apr 13:52
  • Fixed: search config if not present in CLI arguments.

7.1.2

Choose a tag to compare

@alexander-akait alexander-akait released this 12 Apr 10:03
  • Fixed: template option now respected from config.

7.1.1

Choose a tag to compare

@alexander-akait alexander-akait released this 29 Mar 11:58
  • Fixed: potential crash with memory allocation when using fs for read files.

7.1.0

Choose a tag to compare

@alexander-akait alexander-akait released this 24 Jan 15:42
  • Added: glyphTransformFn option for transform glyph metadata before transferred in style template.

7.0.2

Choose a tag to compare

@alexander-akait alexander-akait released this 22 Dec 13:26
  • Fixed: exit code can be not number.

7.0.1

Choose a tag to compare

@alexander-akait alexander-akait released this 20 Dec 07:12
  • Fixed: arguments for svgicons2svgfont (missing font prefix).
  • Chore: improved output of help in CLI.

7.0.0

Choose a tag to compare

@alexander-akait alexander-akait released this 09 Nov 11:30
  • 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

Choose a tag to compare

@alexander-akait alexander-akait released this 08 Nov 17:07
  • Fixed: regression bug with passed arguments to template.