Skip to content

Releases: iconsauce/core

v2.0.0

Choose a tag to compare

@nicolatamburini nicolatamburini released this 02 Sep 07:11

@iconsauce/core 2.0.0

@iconsauce/config is merged into this package, with its full git history.

Breaking changes

  • IconsauceConfig and the Config type are now exported from the @iconsauce/core entry point; the @iconsauce/config package 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

  • IconsaucePlugin is 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)

Choose a tag to compare

@nicolatamburini nicolatamburini released this 28 May 15:53

Feat:

  • can export all usable icons

v1.4.0 (23-04-2026)

Choose a tag to compare

@nicolatamburini nicolatamburini released this 23 Apr 14:53

replace unmantained dependency svg2ttf with fonteditor-core

v1.3.4 (12-04-2026)

Choose a tag to compare

@nicolatamburini nicolatamburini released this 13 Apr 08:57

update handlebars to version 4.7.9 to fix vulnerability

v1.3.3 (04-02-2026)

Choose a tag to compare

@nicolatamburini nicolatamburini released this 04 Feb 10:52

Fix

  • update lodash and @isaac/brace-expansion to resolve vulnerabilities

v1.3.2 (10-12-2025)

Choose a tag to compare

@nicolatamburini nicolatamburini released this 10 Dec 08:24

FIX

  • fix security vulnerabilities

1.3.1 (06-05-2025)

Choose a tag to compare

@nicolatamburini nicolatamburini released this 06 May 13:43

FIX

  • fix security vulnerability

1.3.0 (19-03-2025)

Choose a tag to compare

@nicolatamburini nicolatamburini released this 19 Mar 11:23

Features

  • Now can import esm configuration file
  • Now automatically imports the configuration file according to the standard naming conventions defined in Configuration wiki