File tree 3 files changed +12
-1
lines changed
3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
5
5
6
6
---
7
7
8
+ ## [ 0.9.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.9.0 ) - 2021-05-13
9
+
10
+ ### Added
11
+
12
+ * Support for Angular 12.
13
+
14
+ ### Removed
15
+
16
+ * Angular 11.x is no longer supported. If you are using this version, please, stick with version 0.8.2.
17
+
8
18
## [ 0.8.2] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/0.8.2 ) - 2021-02-03
9
19
10
20
### Fixed
Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ $ npm install @fortawesome/angular-fontawesome@<version>
44
44
| 0.6.x| 9.x| supported|
45
45
| 0.7.x| 10.x| supported|
46
46
| 0.8.x| 11.x| supported|
47
+ | 0.9.x| 12.x| supported|
47
48
48
49
## Usage
49
50
To get up and running using Font Awesome with Angular follow below steps:
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " ./node_modules/ng-packagr/package.schema.json" ,
3
3
"name" : " @fortawesome/angular-fontawesome" ,
4
- "version" : " 0.8.2 " ,
4
+ "version" : " 0.9.0 " ,
5
5
"description" : " Angular Fontawesome, an Angular library" ,
6
6
"scripts" : {
7
7
"test" : " ng test angular-fontawesome --watch=false --browsers=ChromeCI" ,
You can’t perform that action at this time.
0 commit comments