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
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,34 @@
1
+
<aname="19.2.12"></a>
2
+
# 19.2.12 (2025-05-21)
3
+
### common
4
+
| Commit | Type | Description |
5
+
| -- | -- | -- |
6
+
|[126efc9972](https://github.com/angular/angular/commit/126efc9972e18806e71977d51a55f8ec2f0514d6)| fix | cancel reader when app is destroyed ([#61528](https://github.com/angular/angular/pull/61528)) |
7
+
|[efda872453](https://github.com/angular/angular/commit/efda8724535a8560a64b28cc2bf81df5931af686)| fix | prevent reading chunks if app is destroyed ([#61354](https://github.com/angular/angular/pull/61354)) |
8
+
### compiler
9
+
| Commit | Type | Description |
10
+
| -- | -- | -- |
11
+
|[44bb328eae](https://github.com/angular/angular/commit/44bb328eaea028524206d0d2b9f12702c9bf3861)| fix | avoid conflicts between HMR code and local symbols ([#61550](https://github.com/angular/angular/pull/61550)) |
12
+
### compiler-cli
13
+
| Commit | Type | Description |
14
+
| -- | -- | -- |
15
+
|[107180260f](https://github.com/angular/angular/commit/107180260f2ac4ca8e8995e123f36944c8bec2f3)| fix | Always retain prior results for all files ([#61487](https://github.com/angular/angular/pull/61487)) |
|[eb53bda470](https://github.com/angular/angular/commit/eb53bda470312d449039ef9b1494e3b6cc081e42)| fix | enable stashing only when `withEventReplay()` is invoked ([#61352](https://github.com/angular/angular/pull/61352)) |
23
+
|[94f5a4b4d6](https://github.com/angular/angular/commit/94f5a4b4d6ee195e05e7d2683ab386ee02d60a06)| fix | Testing should not throw when Zone does not patch test FW APIs ([#61376](https://github.com/angular/angular/pull/61376)) |
24
+
|[c0c69a5abc](https://github.com/angular/angular/commit/c0c69a5abc7262887eaa1f0b84a6ec22be225994)| fix | unregister `onDestroy` in `toSignal`. ([#61514](https://github.com/angular/angular/pull/61514)) |
25
+
### platform-server
26
+
| Commit | Type | Description |
27
+
| -- | -- | -- |
28
+
|[8edafd0559](https://github.com/angular/angular/commit/8edafd05599b402f383e36879f76f2d5507450e8)| perf | speed up resolution of base ([#61392](https://github.com/angular/angular/pull/61392)) |
0 commit comments