Releases: iconsauce/core
Releases · iconsauce/core
Release list
v2.0.0
@iconsauce/core 2.0.0
@iconsauce/config is merged into this package, with its full git history.
Breaking changes
IconsauceConfigand theConfigtype are now exported from the@iconsauce/coreentry point; the@iconsauce/configpackage is deprecated- deep imports (
@iconsauce/config/lib/*,@iconsauce/core/lib/*) no longer resolve: an exports map restricts the public surface to the package root - requires Node >= 20.19
Other changes
IconsaucePluginis re-exported for convenience (canonical home stays @iconsauce/plugin)- package now declares
types; toolchain unified on TypeScript nodenext / es2022, ts-jest, Node 24 - the test/build integration project no longer depends on postcss-iconsauce
v1.5.0 (28-05-2026)
Feat:
- can export all usable icons
v1.4.0 (23-04-2026)
replace unmantained dependency svg2ttf with fonteditor-core
v1.3.4 (12-04-2026)
update handlebars to version 4.7.9 to fix vulnerability
v1.3.3 (04-02-2026)
Fix
- update lodash and @isaac/brace-expansion to resolve vulnerabilities
v1.3.2 (10-12-2025)
FIX
- fix security vulnerabilities
1.3.1 (06-05-2025)
FIX
- fix security vulnerability
1.3.0 (19-03-2025)
Features
- Now can import esm configuration file
- Now automatically imports the configuration file according to the standard naming conventions defined in Configuration wiki