Skip to content

0.6.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@devoto13 devoto13 released this 11 Nov 09:58

Make sure to check upgrade instructions.

Added

  • Support for Angular 9 and Ivy.
  • FontAwesomeTestingModule to simplify testing components using icon library.
  • FaConfig.fallbackIcon which allows to specify a fallback icon to use when FaIconComponent.icon is not set or specified icon definition is missing from the icon library.
  • ng-add schematic to simplify initial library setup.
  • Documentation on how to test components using Font Awesome icons.
  • LICENSE file into the published package.

Changed

  • FaConfig.globalLibrary default value has been changed to false. fa-icon/fa-duotone-icon won't look for icon definitions in the global icon library by default. See upgrade instructions for the previous release for more details about this change.
  • Warning when FaIconComponent.icon is not set or specified icon definition is missing in the icon library was changed into a hard error to make it more clear and visible (in particular in the unit tests).

Removed

  • FaIconComponent.iconProp was removed. Use FaIconComponent.icon instead.
  • FaIconComponent.listItem was removed. Use FaIconComponent.fixedWidth + custom CSS to render icons as list markers.
  • FaIconService was removed. Use FaConfig instead.