Skip to content

Releases: kreuzerk/svg-to-ts

v12.0.0

18 Feb 11:35
Compare
Choose a tag to compare

12.0.0 (2024-02-18)

Features

  • updates generateTypeHelper to use type keyword and updates prettier version (2f3d9ee), closes #242

BREAKING CHANGES

  • Typescript < 3.8 is no longer supported, please update to typescript >= 3.8

v11.0.1

14 Nov 19:58
Compare
Choose a tag to compare

11.0.1 (2023-11-14)

Bug Fixes

  • tsx: use the correct type for tsx props (00348a9), closes #226

v11.0.0

31 Oct 13:17
Compare
Choose a tag to compare

11.0.0 (2023-10-31)

Features

  • esm: use .mjs ext in import / export statements of compiled files (67de319)

BREAKING CHANGES

  • esm: add .mjs extenstion in import / export statements
  • support for esbuild

v10.1.0

03 Sep 14:05
Compare
Choose a tag to compare

10.1.0 (2023-09-03)

Features

  • delimiter: introduce new delimiter type NONE (70e47e3)

v10.0.0

07 Mar 16:38
Compare
Choose a tag to compare

10.0.0 (2023-03-07)

Features

  • svgo: bump svgo to the latest version (06f2fad), closes #207

BREAKING CHANGES

  • svgo: SVGO 3 - See config changes on the official svgo side

v9.0.0

03 Jan 14:16
Compare
Choose a tag to compare

9.0.0 (2023-01-03)

Bug Fixes

  • esm: deliver correct esm files (a16137d), closes #201

BREAKING CHANGES

  • esm: Previously esm files were delivered with a .js ending. Now they will be delivered
    with a .mjs ending

v8.9.0

13 Oct 07:28
Compare
Choose a tag to compare

8.9.0 (2022-10-13)

Features

  • adds-pops-to-tsx-const-svg-components (3180fac)

v8.8.1

21 Jun 19:59
Compare
Choose a tag to compare

8.8.1 (2022-06-21)

Bug Fixes

  • error for too many icons in completeIconSet (664beba)
  • missing argument for generateCompleteIconSet (1f1a4b5)

v8.8.0

17 Jun 09:40
Compare
Choose a tag to compare

8.8.0 (2022-06-17)

Features

v8.7.1

14 Jun 12:55
Compare
Choose a tag to compare

8.7.1 (2022-06-14)

Bug Fixes

  • compilation: adjust generated UMD output directory (4b9d12a)