- Update heroicons to 2.2.0
- Add support for Phoenix Liveview 1.1 (#42)
- Update heroicons to 2.1.5
- Update heroicons to 2.1.1
- Add support for
microicons
RETIRED due to #35
- Added support for LiveView 0.19
- Update heroicons to 2.0.13
- Add a
:outlineattribute to specify outline explicitly - Allow
fill,stroke, andstroke-widthto be user specified.
- Render icons outside HEEx function components has been dropped. Use the function component syntax instead:
<Heroicons.cake /> - The separate modules
Heroicons.Outline|Solid|Minihave been dropped in favor of a singleHeroiconsmodule. By default, this module renders the outline style, but asolidorminiattribute can be provided to select styling.
- Provide unified interface with
solid, andminiattributes for styling. - Optimize svg generation for LiveView diffing.
- Update to Heroicons 2.11
- Further optimize the JIT Phoenix Component compiler
- Update to Heroicons 2 (#12)
- Add update task and generate optimized version of icons (#13)
- Optimize compile times by no longer reading every icon during compliation.
- Optimzie runtime performance by adding a Phoenix Component cache.
- Update heroicons to 1.0.5 (#8)
- No longer issue warnings for using the components as functions (#7)