File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
projects/schematics/src/ng-add Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
5
6
6
---
7
7
8
- ## [ 2.0.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/2.0.0 ) (work-in-progress )
8
+ ## [ 2.0.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/2.0.0 ) (2025-05-31 )
9
9
10
10
Converted all library internal component implementation to use reactive Signal APIs.
11
11
12
+ Make sure to check [ upgrade instructions] ( https://github.com/FortAwesome/angular-fontawesome/blob/master/UPGRADING.md ) .
13
+
12
14
### Added
13
15
* Support for Angular 20.
14
16
* Documentation on changes in Programmatic API.
Original file line number Diff line number Diff line change @@ -138,5 +138,6 @@ being awesome contributors to this project. **We'd like to take a moment to reco
138
138
[ <img src =" https://github.com/jasonlundien.png?size=72 " alt =" jasonlundien " width =" 72 " >] ( https://github.com/jasonlundien )
139
139
[ <img src =" https://github.com/FortAwesome.png?size=72 " alt =" Font Awesome Team " width =" 72 " >] ( https://github.com/orgs/FortAwesome/people )
140
140
[ <img src =" https://github.com/pankajparkar.png?size=72 " alt =" pankajparkar " width =" 72 " >] ( https://github.com/pankajparkar )
141
+ [ <img src =" https://github.com/medbenmakhlouf .png?size=72 " alt =" medbenmakhlouf " width =" 72 " >] ( https://github.com/medbenmakhlouf )
141
142
142
143
If we've missed someone (which is quite likely) submit a Pull Request to us and we'll get it resolved.
Original file line number Diff line number Diff line change 1
1
export const angularFontawesomeVersion = '^2.0.0' ;
2
- export const iconPackVersion = '^6.7.1 ' ;
2
+ export const iconPackVersion = '^6.7.2 ' ;
3
3
4
4
export const v5 = {
5
5
iconPackVersion : '^5.15.4' ,
You can’t perform that action at this time.
0 commit comments