Skip to content

v8.0.0

Compare
Choose a tag to compare
@nivekcode nivekcode released this 02 Feb 23:21
· 154 commits to master since this release

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 current conversionType is set to constants
  • Use svg-to-ts-object if your current conversionType is set to object
  • Use svg-to-ts-files if your current conversionType is set to files

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