release: cut the v20.1.8 release

This commit is contained in:
Jessica Janiuk
2025-08-20 12:10:14 +00:00
committed by Jessica Janiuk
parent cda402f1d8
commit 9267c2fe6e
3 changed files with 1535 additions and 1 deletions
+14
View File
@@ -1,3 +1,17 @@
<a name="20.1.8"></a>
# 20.1.8 (2025-08-20)
### compiler
| Commit | Type | Description |
| -- | -- | -- |
| [691f5ed033](https://github.com/angular/angular/commit/691f5ed0332d813801f599448577a2c1d450a5ad) | fix | error when ng-content fallback has translated children ([#63156](https://github.com/angular/angular/pull/63156)) |
| [b1dec9bc50](https://github.com/angular/angular/commit/b1dec9bc50f5694cfa1e3629fd48543126debd10) | fix | incorrect source span for expression AST inside template attribute ([#63175](https://github.com/angular/angular/pull/63175)) |
### compiler-cli
| Commit | Type | Description |
| -- | -- | -- |
| [cda402f1d8](https://github.com/angular/angular/commit/cda402f1d8bddeedc9aca1979a9bf01be32f81b2) | fix | account for expression with type arguments during HMR extraction ([#63261](https://github.com/angular/angular/pull/63261)) |
<!-- CHANGELOG SPLIT MARKER -->
<a name="20.1.7"></a>
# 20.1.7 (2025-08-13)
### compiler
+1520
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "angular-srcs",
"version": "20.1.7",
"version": "20.1.8",
"private": true,
"description": "Angular - a web framework for modern web apps",
"homepage": "https://github.com/angular/angular",