Angular: 18.2.0-rc.0 Release

Release date:
August 7, 2024
Previous version:
18.2.0-next.4 (released August 5, 2024)
Magnitude:
0 Diff Delta
Contributors:
0 total committers
Data confidence:
Commits:

Top Contributors in 18.2.0-rc.0

Could not determine top contributors for this release.

Directory Browser for 18.2.0-rc.0

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="18.2.0-rc.0"></a>

18.2.0-rc.0 (2024-08-07)

compiler

| Commit | Description | | -- | -- | | fix - d9d68e73d2 | reduce chance of conflicts between generated factory and local variables (#57181) |

compiler-cli

| Commit | Description | | -- | -- | | perf - 0b1dd39663 | improve performance of interpolatedSignalNotInvoked extended diagnostic (#57291) |

core

| Commit | Description | | -- | -- | | feat - f7918f5272 | Add 'flush' parameter option to fakeAsync to flush after the test (#57239) | | feat - 7919982063 | Add whenStable helper on ApplicationRef (#57190) |

Breaking Changes

zone.js

  • fakeAsync will now flush pending timers at the end of the given function by default. To opt-out of this, you can use {flush: false} in options parameter of fakeAsync