|
| 1 | +<a name="20.0.0-next.6"></a> |
| 2 | +# 20.0.0-next.6 (2025-04-09) |
| 3 | +## Breaking Changes |
| 4 | +### core |
| 5 | +- Animations are guaranteed to be flushed when Angular |
| 6 | + runs automatic change detection or manual calls to `ApplicationRef.tick`. |
| 7 | + Prior to this change, animations would not be flushed in some situations |
| 8 | + if change detection did not run on any views attached to the |
| 9 | + application. This change can affect tests which may rely on the old |
| 10 | + behavior, often by making assertions on DOM elements that should have |
| 11 | + been removed but weren't because DOM removal is delayed until animations |
| 12 | + are flushed. |
| 13 | +### compiler |
| 14 | +| Commit | Type | Description | |
| 15 | +| -- | -- | -- | |
| 16 | +| [7a971766dc](https://github.com/angular/angular/commit/7a971766dc59691dc68da9439e180a6c4d7b17d8) | feat | add extended diagnostic for uninvoked track function on `@for` blocks ([#60495](https://github.com/angular/angular/pull/60495)) | |
| 17 | +### compiler-cli |
| 18 | +| Commit | Type | Description | |
| 19 | +| -- | -- | -- | |
| 20 | +| [8744c9a165](https://github.com/angular/angular/commit/8744c9a165518b77d2037d1255827836326dadf4) | fix | ensure HMR works with different output module type ([#60797](https://github.com/angular/angular/pull/60797)) | |
| 21 | +### core |
| 22 | +| Commit | Type | Description | |
| 23 | +| -- | -- | -- | |
| 24 | +| [4e88e18a8e](https://github.com/angular/angular/commit/4e88e18a8ef0f19aed85316e80627ad6d2ec80a7) | feat | mark `toObservable` as stable ([#60449](https://github.com/angular/angular/pull/60449)) | |
| 25 | +| [8d050b5bfc](https://github.com/angular/angular/commit/8d050b5bfc49878f01777f71a37e34d5c1733b1b) | feat | stabilize linkedSignal API ([#60741](https://github.com/angular/angular/pull/60741)) | |
| 26 | +| [866cea9a05](https://github.com/angular/angular/commit/866cea9a057ac67fa3f679f1f3da18700926c15a) | feat | Stabilize PendingTasks Injectable ([#60716](https://github.com/angular/angular/pull/60716)) | |
| 27 | +| [39a4e00464](https://github.com/angular/angular/commit/39a4e00464465b1e5a7f894d0992254d43f5028f) | fix | fix ng generate @angular/core:output-migration. Fixes angular[#58650](https://github.com/angular/angular/pull/58650) ([#60763](https://github.com/angular/angular/pull/60763)) | |
| 28 | +| [0b69b61929](https://github.com/angular/angular/commit/0b69b619296231edfab0561480296c477e2c72ca) | fix | Flush animations when no component has been checked ([#58089](https://github.com/angular/angular/pull/58089)) | |
| 29 | +| [3d85d9363c](https://github.com/angular/angular/commit/3d85d9363c6dd02d2f14181bdad1dc0b05fedc31) | fix | reduce total memory usage of various migration schematics ([#60774](https://github.com/angular/angular/pull/60774)) | |
| 30 | +| [0ae1889560](https://github.com/angular/angular/commit/0ae18895605eef6b4946898ff0752ae3917c0057) | fix | run `ApplicationRef.prototype.bootstrap` in `NgZone` ([#60720](https://github.com/angular/angular/pull/60720)) | |
| 31 | +### http |
| 32 | +| Commit | Type | Description | |
| 33 | +| -- | -- | -- | |
| 34 | +| [5795e03cdf](https://github.com/angular/angular/commit/5795e03cdf25f4a96b73a49be915efbeeb398d83) | fix | Delay stabilization until next app synchronization ([#60656](https://github.com/angular/angular/pull/60656)) | |
| 35 | +### language-service |
| 36 | +| Commit | Type | Description | |
| 37 | +| -- | -- | -- | |
| 38 | +| [a22b13f990](https://github.com/angular/angular/commit/a22b13f99041eb6931471aaa81391f9ab0ad7c6d) | fix | Do not provide element completions in end tag ([#60616](https://github.com/angular/angular/pull/60616)) | |
| 39 | +| [b9cf414790](https://github.com/angular/angular/commit/b9cf414790f5217cd5c73f7520a11031bde6c864) | fix | Ensure dollar signs are escaped in completions ([#60597](https://github.com/angular/angular/pull/60597)) | |
| 40 | + |
| 41 | +<!-- CHANGELOG SPLIT MARKER --> |
| 42 | + |
1 | 43 | <a name="19.2.6"></a>
|
2 | 44 | # 19.2.6 (2025-04-09)
|
3 | 45 | ### compiler
|
@@ -5124,4 +5166,4 @@ Adrian Kunz, Alan Agius, AleksanderBodurri, Alex Rickabaugh, AlirezaEbrahimkhani
|
5124 | 5166 |
|
5125 | 5167 |
|
5126 | 5168 |
|
5127 |
| -Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file. |
| 5169 | +Earlier changelog entries can be found in CHANGELOG_ARCHIVE.md file. |
0 commit comments