Skip to content

Releases: FortAwesome/angular-fontawesome

1.0.0

20 Nov 23:00
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Added

0.12.0

18 Nov 17:46
Compare
Choose a tag to compare

Make sure to check upgrade instructions.

Added

  • Support for Angular 15.
  • Documentation and option in ng-add schematic to use new Sharp Solid icons style.

Changed

  • Documentation on how to create fa-icon programmatically updated to not use deprecated ComponentFactoryResolver.

Deprecated

  • classes and styles inputs on all components are deprecated for removal as confusing and generally not useful. See upgrade instructions for the suggested migration path.

Removed

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

0.11.1

16 Jun 17:42
Compare
Choose a tag to compare
  • Added a missing peer dependency on @angular/core.

0.11.0

03 Jun 13:38
Compare
Choose a tag to compare

Added

  • Support for Angular 14.

Removed

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

0.10.2

20 Mar 19:57
Compare
Choose a tag to compare

Added

  • position input for fa-layers-counter component.
  • @fortawesome/fontawesome-svg-core@^6.1.0 as a valid peer dependency.
  • Possibility to pick v5 or v6 to the ng-add schematic.