FortAwesome / angular-fontawesome

Official Angular component for Font Awesome 5+
https://fontawesome.com
MIT License
1.49k stars 152 forks source link

Allow fontawesome-svg-core ^6.1.0 as a valid peer dependency #353

Closed devoto13 closed 2 years ago

devoto13 commented 2 years ago

It also resolves #125 as there is now a clear rule for how to avoid type mess - make sure that versions of the Font Awesome packages are aligned.

Now that Font Awesome 6 is stable, we make repository v6-first and only test v5 for compatibility.

Fixes #351 Closes #125