Skip to content

Releases: zner0L/postcss-fonticons

Fix dependencies

15 Jun 10:14
c9ce766
Compare
Choose a tag to compare

Removed useless dependencies and demoted the version of PostCSS in the peerDependencies.

2.0.1 - Pakage Updates

14 Jun 11:05
8f26097
Compare
Choose a tag to compare

Updated packages to remove vulnerable dependencies. You should be able to keep every as is.

2.0.0 - postcss 8 support

14 Jun 10:54
2b60f4c
Compare
Choose a tag to compare

This is a breaking release: The new version uses the new postcss 8 APIs and can therefore only be used with postcss versions > 8.

The new version should bring speed improvements as it utilizes the new and faster API. Also, thanks to typescript the plugin now supplies types for you to use.

Migration

If you already use postcss 8, you should only consider adding the fontName option, to prevent collisons, as font names are no longer generated as hashes of the containing icons.