- Added support for LiveView 0.20
- Added support for LiveView 0.19
- Update heroicons to 2.0.13
- Add a
:outline
attribute to specify outline explicitly - Allow
fill
,stroke
, andstroke-width
to 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|Mini
have been dropped in favor of a singleHeroicons
module. By default, this module renders the outline style, but asolid
ormini
attribute can be provided to select styling.
- Provide unified interface with
solid
, andmini
attributes for styling. - Optimize svg generation for LiveView diffing.
- Update to Heroicons 2.11
- Further optimize the JIT Phoenix Component compiler
- Update to Heroicons 2 (mveytsman#12)
- Add update task and generate optimized version of icons (mveytsman#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 (mveytsman#8)
- No longer issue warnings for using the components as functions (mveytsman#7)