Releases: nivekcode/svg-to-ts
Releases · nivekcode/svg-to-ts
v12.0.0
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
11.0.1 (2023-11-14)
Bug Fixes
- tsx: use the correct type for tsx props (00348a9), closes #226
v11.0.0
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
v10.1.0
10.1.0 (2023-09-03)
Features
- delimiter: introduce new delimiter type NONE (70e47e3)
v10.0.0
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
9.0.0 (2023-01-03)
Bug Fixes
BREAKING CHANGES
- esm: Previously esm files were delivered with a .js ending. Now they will be delivered
with a .mjs ending
v8.9.0
8.9.0 (2022-10-13)
Features
- adds-pops-to-tsx-const-svg-components (3180fac)
v8.8.1
8.8.1 (2022-06-21)
Bug Fixes
- error for too many icons in completeIconSet (664beba)
- missing argument for generateCompleteIconSet (1f1a4b5)
v8.8.0
8.8.0 (2022-06-17)
Features
v8.7.1
8.7.1 (2022-06-14)
Bug Fixes
- compilation: adjust generated UMD output directory (4b9d12a)