Packages

This package adds a convenient way of using Font Awesome SVGs with your Phoenix, Phoenix LiveView and Surface applications.

Current section

Files

Jump to
ex_fontawesome CHANGELOG.md
Raw

CHANGELOG.md

## v0.2.0 (2021-06-07)
#### Breaking Changes
- Replaced `icon/3` with `icon/2`, the `type` argument should be passed as an option instead
#### Enhancements
- Added `:type` to config for setting the default icon type
## v0.1.1 (2021-05-29)
- 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
## v0.1.0 (2021-05-24)
- Initial release