Michael Aerni

Font Awesome Release Notes

Michael Aerni

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.