- Allow use of FontAwesome Pro v6.2.1
- Allow use of FontAwesome Pro v6.1.1
- Upgraded to FontAwesome v6.1.1
- Upgraded to FontAwesome v6.0.0
- Upgraded to Phoenix HTML v3.2
- Upgraded to Phoenix LiveView v0.17
- Upgraded to Surface v0.7
- Added helper function
types/0
for listing available icon types - Added helper function
names/0
for listing available icon names
- Upgraded to Surface v0.6.0
- Removed support for Phoenix HTML v2
- Upgraded to Phoenix HTML v3.0
- Upgraded to Phoenix LiveView v0.16
- Upgraded to Surface v0.5.2
- Renamed
FontAwesome.Components.Icon
toFontAwesome.Surface.Icon
- Added support for heex templates with a new Phoenix LiveView component
FontAwesome.LiveView.icon
- Added support for Phoenix HTML v0.3
- Upgraded to Surface v0.5.0
- Replaced
icon/3
withicon/2
, thetype
argument should be passed as an option instead
- Added
:type
to config for setting the default icon type
- All options passed to
icon/3
will be added to the SVG tag as HTML attributes - Added
opts
prop to the Surface Icon component, which will be added to the SVG tag as HTML attributes
- Initial release