Skip to content

Commit 2c58d4b

Browse files
chore: update CHANGELOG and README for Angular 21 support
1 parent b003f15 commit 2c58d4b

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44
The 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

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff 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

4950
See [the compatibility page](./docs/guide/compatibility.md) for older versions.
5051

0 commit comments

Comments
 (0)