Skip to content

Releases: aerni/statamic-font-awesome

v3.0.2

10 Dec 16:40
9f668e1

Choose a tag to compare

What's fixed

v3.0.1

23 Jul 15:05
444dfaa

Choose a tag to compare

What's fixed

v3.0.0

01 Jul 20:12
e974723

Choose a tag to compare

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

v2.1.1

17 Jun 15:36
e982c1c

Choose a tag to compare

What's fixed

v2.1.0

14 May 13:42
535fd48

Choose a tag to compare

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

v2.0.0

12 May 16:11
14e035e

Choose a tag to compare

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

v1.3.2

05 May 13:33
0ca37ec

Choose a tag to compare

What's improved

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

v1.3.1

01 Feb 23:17
aba0821

Choose a tag to compare

What's improved

  • Big performance gains #12

What's fixed

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

v1.3.0

28 Jan 19:59

Choose a tag to compare

[New] Added support for Statamic 3.4

v1.2.0

11 Mar 01:48

Choose a tag to compare

  • [New] Added support for Statamic 3.3