Releases: FortAwesome/wordpress-fontawesome
Release list
Release 5.1.5
Update the fa-icon-chooser-react package to fix a bug in that last release of fa-icon-chooser.
Release 5.1.4
Small update to the fa-icon-chooser-react package for the sake of compatibility with other components that might load on the same page and require capabilities introduced in fa-icon-chooser 0.10.0.
This does not change how this plugin's icon chooser functions.
5.3.0-2
A pre-release for modifying the KSES filter so non-admin users lacking the unfiltered_html capability can save icons in the block editor.
5.2.0-1 pre-release for fa-icon-chooser
This simply updates the fa-icon-chooser-react NPM dependency to use an fa-icon-chooser-react pre-release that includes new features.
Release 5.1.3
What's Changed
- Fix and enhance playwright browser testing by @mlwilkerson in #271
- Omit explicit wp-tinymce dependency to work around third party vendor conflict by @mlwilkerson in #269
Full Changelog: 5.1.2...5.1.3
Release 5.1.2 - fix rich text icon styling
What's Changed
- Fix style dialog for richTextIcon by @mlwilkerson in #270
Full Changelog: 5.1.1...5.1.2
Pre-release 5.1.2-1: Experimental Toolset compatibility workaround
This experimental release simply omits this plugins explicit dependence on wp-tinymce. This seems to work around a problem with Toolset Types in the Classic Editor.
Release 5.1.1
What's Changed
- Fix color palette when custom theme colors are present by @mlwilkerson in #261
- Enable changing icon in block editor by @mlwilkerson in #262
- remove the version-based condition on the loading of SVG support stylesheet by @mlwilkerson in #264
- Fix multiple empty icon blocks as one by @mlwilkerson in #265
- Update some JS deps to clear dependabot alerts by @mlwilkerson in #267
Full Changelog: 5.1.0...5.1.1
Release 5.1.0
Minor updates to support Font Awesome 7.
Pre-release 5.0.2-2
- resolve issues with classic editor
- change order of maybe_refresh_releases() and registering svg styles
- add fallback/default SVG style as inline CSS