Files
phosphoricons/CHANGELOG.md
2022-09-21 11:44:10 -04:00

1.3 KiB

Changelog

0.5.0

Backwards incompatible changes

  • Render icons outside HEEx function components has been dropped. Use the function component syntax instead: <Heroicons.cake />
  • The separate modules Heroicons.Outline|Solid|Mini have been dropped in favor of a single Heroicons module. By default, this module renders the outline style, but a solid or mini attribute can be provided to select styling.

Enhancements

  • Provide unified interface with solid, and mini attributes for styling.
  • Optimize svg generation for LiveView diffing.
  • Update to Heroicons 2.11

0.4.1

Enhancements

  • Further optimize the JIT Phoenix Component compiler

0.4.0

Enhancements

0.3.2 (2022-02-21)

Enhancements

0.3.1 (2022-02-15)

Bug fixes