Angular: 18.0.0-rc.2 Release

Release date:
May 15, 2024
Previous version:
18.0.0-rc.1 (released May 8, 2024)
Magnitude:
2,093 Diff Delta
Contributors:
16 total committers
Data confidence:
Commits:

Top Contributors in 18.0.0-rc.2

tbondwilkinson
josephperrott
iteriani
JeanMeche
cexbrayat
atscott
crisbeto
clydin
bencodezen
angular-robot

Directory Browser for 18.0.0-rc.2

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.0.0-rc.2"></a>

18.0.0-rc.2 (2024-05-15)

core

| Commit | Description | | -- | -- | | refactor - 1fd63e9cff | deprecate @Component.interpolation (#55778) |

forms

| Commit | Description | | -- | -- | | fix - 61007dced0 | Add event for forms submitted & reset (#55667) | | fix - 2e27ca9ddf | Allow canceled async validators to emit. (#55134) |

migrations

| Commit | Description | | -- | -- | | fix - c4b2f18709 | migrate HttpClientTestingModule in test modules (#55803) | | fix - bb4a4016a9 | preserve existing properties in HttpClientModule migration (#55777) |

Deprecations

core

  • @Component.interpolation is deprecated. Use Angular's delimiters instead.