Michael Aerni

Font Awesome Release Notes

Michael Aerni

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 and kit_token configs are now nested in a kit 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 long font_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.2

May 5th, 2023

What's improved

  • Defer loading of the Font Awesome script when using the tag #14

1.3.1

February 1st, 2023

What's improved

  • Big performance gains #12

What's fixed

  • The icon selector pagination now also works in Chrome #12

1.3.0

January 28th, 2023

[New] Added support for Statamic 3.4

1.2.0

March 10th, 2022

  • [New] Added support for Statamic 3.3

1.1.0

March 4th, 2022

  • [New] Added support for uploaded icons

1.0.1

December 22nd, 2021

  • [Fixed] Fix installation error caused by missing config
  • [New] Throw exceptions if config is not valid

1.0.0

November 18th, 2021

  • N/A Changelog not available.