Skip to content

Releases: reatlat/eleventy-plugin-phosphoricons

v2.0.0

24 Dec 01:00

Choose a tag to compare

What's Changed

Changed

  • Replaced cheerio with linkedom for lighter dependency footprint
  • Migrated all source files to ESM syntax
  • Updated all documentation examples to ESM

Added

  • Dual package support (ESM + CJS) via exports field
  • Liquid template support with string classes: {% phicon "icon" "type" "extra-classes" %}
  • Liquid test page in demo
  • CHANGELOG.md

Fixed

  • Third argument now accepts both object (Nunjucks) and string (Liquid/classes)

Full Changelog: v1.3.0...v2.0.0

v1.3.0

01 Aug 07:12
444cae3

Choose a tag to compare

What's Changed

  • added TransformFill functionality by @reatlat in #5

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

01 Aug 05:52

Choose a tag to compare

  • Updated README
  • Updated Demo website

Full Changelog: v1.2.0...v1.2.1

v1.2.0

01 Aug 03:17

Choose a tag to compare

  • Added image render support

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 Apr 01:15

Choose a tag to compare

  • update Phosphor icons #4
  • remove the icon from the accessibility tree #3

Thank you @FlorianBoe for bringing accessibility issue.

v1.0.2

02 Jan 23:53

Choose a tag to compare

  • Update phosphor icons

v1.0.1

20 Sep 12:18

Choose a tag to compare

  • resolve phosphor assets path isomorphically
  • chore(scripts): use platform-agnostic scripts

Big TY to @rektdeckard

v1.0.0

20 Sep 01:37

Choose a tag to compare

  • first release