File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
55
66---
7+ ## [ 3.1.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/3.0.0 ) (2025-11-19)
8+
9+ ### Added
10+ * Support for Angular 21.
711
812## [ 3.0.0] ( https://github.com/FortAwesome/angular-fontawesome/releases/tag/3.0.0 ) (2025-08-03)
913
Original file line number Diff line number Diff line change @@ -40,11 +40,12 @@ $ npm install @fortawesome/angular-fontawesome@<version>
4040
4141### Compatibility table
4242
43- | @fortawesome/angular-fontawesome | Angular | Font Awesome |
44- | ----------------------------------| ------------| -------------------|
45- | 3.x | 20.x | 5.x && 6.x && 7.x |
46- | 2.x | 20.x | 5.x && 6.x |
47- | 1.x | 19.x | 5.x && 6.x |
43+ | @fortawesome/angular-fontawesome | Angular | Font Awesome |
44+ | ----------------------------------| ---------| -------------------|
45+ | 3.1 | 21.x | 5.x && 6.x && 7.x |
46+ | 3.x | 20.x | 5.x && 6.x && 7.x |
47+ | 2.x | 20.x | 5.x && 6.x |
48+ | 1.x | 19.x | 5.x && 6.x |
4849
4950See [ the compatibility page] ( ./docs/guide/compatibility.md ) for older versions.
5051
You can’t perform that action at this time.
0 commit comments