Releases: itgalaxy/webfont
Releases · itgalaxy/webfont
7.1.4
-
Fixed: use
copyright
,ts
andversion
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
- Fixed: search config if not present in CLI arguments.
7.1.2
- Fixed:
template
option now respected from config.
7.1.1
- Fixed: potential crash with memory allocation when using
fs
for read files.
7.1.0
- Added:
glyphTransformFn
option for transform glyph metadata before transferred in style template.
7.0.2
- Fixed: exit code can be not number.
7.0.1
- Fixed: arguments for svgicons2svgfont (missing font prefix).
- Chore: improved output of help in
CLI
.
7.0.0
- Added:
template
option insteadcss
,cssFormat
,srcCssTemplate
. - Added:
destStyles
options insteaddestCssTemplate
. - 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 fromcli
. - Tests: improve tests (relative and absolute path to template).
6.0.4
- Fixed: regression bug with passed arguments to template.
6.0.3
- Fixed: validate
xml
of glyphs. - Chore: update a minimal version of
eslint-plugin-ava
from2.1.0
to2.2.0
. - Chore: update a minimal version of
eslint-plugin-itgalaxy
from25.0.0
to26.0.0
. - Chore: update a minimal version of
eslint-plugin-jsx-a11y
from2.2.0
to3.0.0
. - Chore: update a minimal version of
eslint-plugin-react
from6.5.0
to6.6.0
. - Chore: refactoring code.