Releases: FortAwesome/angular-fontawesome
Releases · FortAwesome/angular-fontawesome
4.0.0
3.0.0
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
iconproperty infa-iconandfa-duotone-iconcomponents required at compile-time. - Update documentation to use self-closing tags for
fa-iconandfa-duotone-iconcomponents.
2.0.1
2.0.0
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
- Deprecated the
renderfunction from theFaIconComponent. - Programmatic API has changed, please refer here and migration guide 1.0.0 to 2.0.0
1.0.0
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-addschematic. - Possibility to specify custom
rotatevalue forfa-iconandfa-duotone-iconcomponents.
Removed
- Angular 18.x is no longer supported. If you are using this version, please, stick with version 0.15.0.
0.15.0
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
FontAwesomeTestingModuleto not throw errors when adding icons. - Documentation on how to add global styles to the page.
Fixed
- Documentation for the
rotateinput. - Global styles are now correctly added to the page in SSR context.
Changed
iconinput type is now more permissive.@fortawesome/fontawesome-svg-corebecame 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
spinandpulse. Useanimationinput instead. - Deprecated inputs
stylesandclasses.
0.14.1
0.14.0
0.13.0
0.12.1
Added
- Support for all animations from Font Awesome 6. See Animating icons.