Skip to content

Latest commit

 

History

History
50 lines (23 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

50 lines (23 loc) · 2.34 KB

Changelog

0.6.6 (2024-10-28)

Bug Fixes 🐞

  • svg-resource not working with vendor aliases (#444) (d095b3b)

0.6.5 (2024-10-22)

Features ✨

  • add the throw_on_error parameter, default to true (#438) (7143d67), closes #436

0.6.4 (2024-06-09)

Performance Improvements ⚡️

0.6.3 (2024-03-07)

Features ✨

  • add the ico shortcode (#317) (3f66da3)
  • shortcode accepts third positional parameter as the size (c3897e6)

Bug Fixes 🐞

  • convert icon name to string to parse numeric icon correctly (42b1c14)
  • remove duplicated class name (#315) (2d23160)

0.6.2 (2024-02-11)

Bug Fixes 🐞

  • SVG attributes parsing regular expression to include hyphen symbol (#296) (d452897)

0.6.1 (2024-02-05)

Features ✨

  • add the size parameter for square icons (#284) (75f2a49)