You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,30 @@
1
+
<aname="20.1.1"></a>
2
+
# 20.1.1 (2025-07-16)
3
+
### compiler
4
+
| Commit | Type | Description |
5
+
| -- | -- | -- |
6
+
|[75d2a349b4](https://github.com/angular/angular/commit/75d2a349b4d0ee1ed0489f1804dc1938046eaace)| fix | incorrect spans for left side of binary operation ([#62641](https://github.com/angular/angular/pull/62641)) |
7
+
|[70c8780c54](https://github.com/angular/angular/commit/70c8780c5443929539631a06c5e09c18d108e51b)| fix | more permissive parsing of @ characters ([#62644](https://github.com/angular/angular/pull/62644)) |
8
+
### compiler-cli
9
+
| Commit | Type | Description |
10
+
| -- | -- | -- |
11
+
|[9506cdfaad](https://github.com/angular/angular/commit/9506cdfaad2693a0350a74f4ee4bb7fa27fa3086)| fix | infer type of event target for void elements ([#62648](https://github.com/angular/angular/pull/62648)) |
|[a81f0faa1a](https://github.com/angular/angular/commit/a81f0faa1a72decf9bdd35b243486a510b9352ee)| fix | InputBinding marks component a dirty. ([#62613](https://github.com/angular/angular/pull/62613)) |
17
+
### http
18
+
| Commit | Type | Description |
19
+
| -- | -- | -- |
20
+
|[276836ee73](https://github.com/angular/angular/commit/276836ee7351c5d605fac5dc0abe0ae898dcfa5d)| fix | do not display warnings `Angular detected that a `HttpClient` request with the `keepalive` option was sent using XHR` when option is not true ([#62536](https://github.com/angular/angular/pull/62536)) |
0 commit comments