diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a0518fb4af..5f531e73282 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ + +# 21.1.6 (2026-02-25) +## Breaking Changes +### core +- Angular now only applies known attributes from HTML in translated ICU content. Unknown attributes are dropped and not rendered. + + (cherry picked from commit 306f367899dfc2e04238fecd3455547b5d54075d) +### common +| Commit | Type | Description | +| -- | -- | -- | +| [31d3d56496](https://github.com/angular/angular/commit/31d3d564961b701bda96d94731fbed72c01975fa) | fix | fix LCP image detection with duplicate URLs | +### compiler-cli +| Commit | Type | Description | +| -- | -- | -- | +| [24b578ce90](https://github.com/angular/angular/commit/24b578ce90ed50022f62584671aef01d4c5dd7b2) | fix | detect uninvoked functions in defer trigger expressions | +### core +| Commit | Type | Description | +| -- | -- | -- | +| [b858309532](https://github.com/angular/angular/commit/b85830953281ff3a1a77bbfe69019d352d509c93) | fix | block creation of sensitive URI attributes from ICU messages | + + + # 21.1.5 (2026-02-18) No user facing changes in this release diff --git a/package.json b/package.json index 172f00d5af8..a7bdd141c1f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "angular-srcs", - "version": "21.1.5", + "version": "21.1.6", "private": true, "description": "Angular - a web framework for modern web apps", "homepage": "https://github.com/angular/angular",