Releases: aerni/statamic-font-awesome
Releases · aerni/statamic-font-awesome
v3.0.2
v3.0.1
v3.0.0
What's new
- Add support for self-hosted Font Awesome
- Add support for custom duotone icons
What's breaking
- Removed support for Font Awesome 5.x
- Removed support for the token parameter on the kit tag:
{{ font_awesome:kit token="f481b75381" }} - New config structure: The
api_tokenandkit_tokenconfigs are now nested in akitarray
v2.1.1
v2.1.0
v2.0.0
What's new
- Added support for Statamic 4 and dropped support for Statamic 3
- Added support for new icon families
What's improved
- Refactored fieldtype
- Only load the Font Awesome script when the fieldtype is present
- Show the same icon of different styles right after one another
- Better icon for the fieldtype in the blueprint editor
- Added the fieldtype to the media group in the blueprint editor
- Use sections for the fieldtype config
- Make config strings translatable
What's fixed
- Fix edge case exception if the value of an icon was
null
What's breaking
The keys of the icon styles have changed. If you've limited the icon styles in the fieldtype's config, you have to update the keys to the new format:
styles:
- - brands
- - light
- - regular
- - solid
- - thin
- - duotone
- - uploaded
+ - classic-brands
+ - classic-light
+ - classic-regular
+ - classic-solid
+ - classic-thin
+ - duotone-solid
+ - custom