v8.0.0
8.0.0 (2022-02-02)
What's new
- This version introduces new binaries, a
svg-to-ts-constants
,svg-to-ts-files
,svg-to-ts-object
. conversionType
is no longer a configuration option
How to migrate
Update the npm script or the npx statement where you call svg-to-ts
:
- Use
svg-to-ts-constants
if your currentconversionType
is set toconstants
- Use
svg-to-ts-object
if your currentconversionType
is set toobject
- Use
svg-to-ts-files
if your currentconversionType
is set tofiles
Features
BREAKING CHANGES
- binaries: Instead of providing one binary, svg-to-ts we now provide 3 binaries, one for file,
object and one for constants
143