Skip to content

fix(deps): update font awesome

renovate-token-rw-2 requested to merge renovate/font-awesome into main

This MR contains the following updates:

Package Type Update Change
@fortawesome/angular-fontawesome dependencies minor ^0.10.2 -> ^0.15.0
@fortawesome/fontawesome-svg-core (source) dependencies patch 6.5.1 -> 6.5.2
@fortawesome/free-solid-svg-icons (source) dependencies patch 6.5.1 -> 6.5.2

Release Notes

FortAwesome/angular-fontawesome (@​fortawesome/angular-fontawesome)

v0.15.0

Compare Source

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.

v0.14.1

Compare Source

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

v0.14.0

Compare Source

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.

v0.13.0

Compare Source

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.

v0.12.1

Compare Source

Added

v0.12.0

Compare Source

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.

v0.11.1

Compare Source

Fixed
  • Added a missing peer dependency on @angular/core.

v0.11.0

Compare Source

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.
FortAwesome/Font-Awesome (@​fortawesome/fontawesome-svg-core)

v6.5.2

Compare Source

Change log available at https://fontawesome.com/docs/changelog/


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This MR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by renovate-token-rw-2

Merge request reports