Releases: FortAwesome/angular-fontawesome
Releases · FortAwesome/angular-fontawesome
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-add
schematic. - Possibility to specify custom
rotate
value forfa-icon
andfa-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
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
andpulse
. Useanimation
input instead. - Deprecated inputs
styles
andclasses
.
0.14.1
0.14.0
0.13.0
0.12.1
Added
- Support for all animations from Font Awesome 6. See Animating icons.
0.12.0
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 deprecatedComponentFactoryResolver
.
Deprecated
classes
andstyles
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.