Current section
Files
Jump to
Current section
Files
phosphoricons
CHANGELOG.md
CHANGELOG.md
# Changelog
## 0.1.0 (2022-01-18)
WARNING: Breaking changes. The way to use the icons changes completely. View docs for more information.
There are now different modules for LiveView and Surface: Phosphoricons.LiveView.Icon and Phosphoricons.Surface.Icon,
though the usage is the same, for instance:
`<Phosphoricons.Surface.Icon name="plus" type="thin" class="w-6 h-6 inline" />`
## 0.0.4 (2022-01-18)
### Support for LiveView 0.19.9
## 0.0.3 (2022-09-27)
### Support for LiveView 0.18.0
Important: Don't update unless you are on LiveView 0.18.0 already.
## 0.0.2 (2022-05-27)
### Some tweaks and code organizing
## 0.0.1 (2022-05-23)
### Initial version