Skip to content

Releases: FortAwesome/angular-fontawesome

4.0.0

24 Nov 21:05

Choose a tag to compare

Added

  • Support for Angular 21.

Removed

  • Angular 20.x is no longer supported. If you are using this version, please, stick with version 3.0.0.

3.0.0

03 Aug 20:55

Choose a tag to compare

The release should be backwards compatible with 2.x, but since we bump the major dependency on @fortawesome/fontawesome-svg-core to 7.0.0, it is a major release. Please open an issue if you find any incompatibilities.

Added

  • Support for Font Awesome 7.

Changed

  • Reverted the change from 2.0.0 making the icon property in fa-icon and fa-duotone-icon components required at compile-time.
  • Update documentation to use self-closing tags for fa-icon and fa-duotone-icon components.

2.0.1

02 Jun 17:02

Choose a tag to compare

Fixed

  • Restored possibility to set inputs to undefined.

2.0.0

31 May 18:08

Choose a tag to compare

Converted all library internal component implementation to use reactive Signal APIs.

Make sure to check upgrade instructions.

Added

  • Support for Angular 20.
  • Documentation on changes in Programmatic API.
  • Documentation for upgrading 1.0.0 to 2.0.0
  • Updated code to use signal APIs like signal, computed, effect, input, model.
  • Updated changeDetection: ChangeDetectionStrategy.OnPush 🚀 for all components.

Removed

1.0.0

20 Nov 23:00

Choose a tag to compare

There are no major changes in this release. The version bump is to signal that the library is stable now and no major breaking changes are expected in the future.

Added

  • Support for Angular 19.
  • All available icon packages to the ng-add schematic.
  • Possibility to specify custom rotate value for fa-icon and fa-duotone-icon components.

Removed

  • Angular 18.x is no longer supported. If you are using this version, please, stick with version 0.15.0.

0.15.0

23 May 18:19

Choose a tag to compare

Make sure to check upgrade instructions.

Added

  • Support for Angular 18.
  • Documentation on how to use NPM Kit packages.
  • Documentation on how to correctly use fa-stack in standalone components.
  • Documentation on how to use custom icons.
  • FAQ page with considerations on whether to use this library.
  • Configuration option for the FontAwesomeTestingModule to not throw errors when adding icons.
  • Documentation on how to add global styles to the page.

Fixed

  • Documentation for the rotate input.
  • Global styles are now correctly added to the page in SSR context.

Changed

  • icon input type is now more permissive.
  • @fortawesome/fontawesome-svg-core became a regular dependency.

Removed

  • Angular 17.x is no longer supported. If you are using this version, please, stick with version 0.14.1.
  • Deprecated inputs spin and pulse. Use animation input instead.
  • Deprecated inputs styles and classes.

0.14.1

23 Dec 18:41

Choose a tag to compare

Fixed

  • Removed import from @fortawesome/fontawesome-common-types, which was an undeclared dependency.

0.14.0

08 Nov 20:51

Choose a tag to compare

Added

  • Support for Angular 17.
  • Possibility to use all components as standalone.

Changed

  • Examples to use standalone components instead of modules.

Removed

  • Angular 16.x is no longer supported. If you are using this version, please, stick with version 0.13.0.

0.13.0

04 May 18:07

Choose a tag to compare

Added

  • Support for Angular 16.

Removed

  • Angular 15.x is no longer supported. If you are using this version, please, stick with version 0.12.1.

0.12.1

09 Jan 20:25

Choose a tag to compare

Added