3.0.1
July 23rd, 2024
What's fixed
- Fix filtering on object by @aerni in https://github.com/aerni/statamic-font-awesome/pull/30
3.0.0
July 1st, 2024
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_token
andkit_token
configs are now nested in akit
array
2.1.1
June 17th, 2024
What's fixed
- Fix dark mode by @Oleafeon in https://github.com/aerni/statamic-font-awesome/pull/27
2.1.0
May 14th, 2024
What's new
- Added support for Statamic 5 and dropped support for Statamic 4
- Added a handy new shorthand
fa
tag alias that can be used instead of the longfont_awesome
tag handle
2.0.0
May 12th, 2023
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
1.3.1
February 1st, 2023
1.0.1
December 22nd, 2021
- [Fixed] Fix installation error caused by missing config
- [New] Throw exceptions if config is not valid