Files
phosphoricons/CHANGELOG.md

21 lines
670 B
Markdown
Raw Normal View History

2022-02-15 23:45:35 -05:00
# Changelog
2022-09-02 19:05:12 -04:00
## 0.4.0
### Enchancements
- Update to Heroicons 2 (https://github.com/mveytsman/heroicons_elixir/pull/12)
- Add update task and generate optimized version of icons (https://github.com/mveytsman/heroicons_elixir/pull/13)
- Optimize compile times by no longer reading every icon during compliation.
- Optimzie runtime performance by adding a Phoenix Component cache.
2022-02-21 12:02:04 -05:00
## 0.3.2 (2022-02-21)
### Enchancements
- Update heroicons to 1.0.5 (https://github.com/mveytsman/heroicons_elixir/pull/8)
2022-02-15 23:45:35 -05:00
## 0.3.1 (2022-02-15)
### Bug fixes
- No longer issue warnings for using the components as functions (https://github.com/mveytsman/heroicons_elixir/issues/7)