Angular: 16.0.0-next.2 Release

Release date:
March 8, 2023
Previous version:
16.0.0-next.1 (released March 1, 2023)
Magnitude:
3,590 Diff Delta
Contributors:
12 total committers
Data confidence:
Commits:

Top Contributors in 16.0.0-next.2

JeanMeche
devversion
alan-agius4
AndrewKushnir
jessicajaniuk
crisbeto
atscott
JiaLiPassion
dylhunn
saikartheekb

Directory Browser for 16.0.0-next.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="16.0.0-next.2"></a>

16.0.0-next.2 (2023-03-08)

Breaking Changes

common

  • Deprecated XhrFactory export from @angular/common/http has been removed. Use XhrFactory from @angular/common instead. ### core
  • zone.js versions 0.11.x and 0.12.x are not longer supported. ### platform-server
  • renderModuleFactory has been removed. Use renderModule instead. ## Deprecations ### platform-browser
  • ApplicationConfig has moved, please import ApplicationConfig from @angular/core instead. ### common | Commit | Description | | -- | -- | | refactor - c41a21658c | remove deprecated XhrFactory export from http entrypoint (#49251) | ### compiler | Commit | Description | | -- | -- | | feat - 1407a9aeaf | support multiple configuration files in extends (#49125) | ### core | Commit | Description | | -- | -- | | feat - 4e9531f777 | add mergeApplicationConfig method (#49253) | | feat - fdf61974d1 | drop support for zone.js versions <=0.12.0 (#49331) | ### migrations | Commit | Description | | -- | -- | | fix - 2fbaee3cbe | add protractor support if protractor imports are detected (#49274) | ### platform-browser | Commit | Description | | -- | -- | | fix - 2312eb53ef | KeyEventsPlugin should keep the same behavior (#49330) | | refactor - 3aa85a8087 | move ApplicationConfig to core (#49253) | ### platform-server | Commit | Description | | -- | -- | | feat - b5278cc115 | renderApplication now accepts a bootstrapping method (#49248) | | refactor - 17abe6dc96 | remove deprecated renderModuleFactory (#49247) | ### router | Commit | Description | | -- | -- | | feat - ea32c3289a | Expose information about the last successful Navigation (#49235) | ## Special Thanks Alan Agius, Andrew Kushnir, Andrew Scott, Dylan Hunn, Jessica Janiuk, JiaLiPassion, Kristiyan Kostadinov, Matthieu Riegler, Paul Gschwendtner, Sai Kartheek Bommisetty and Vinit Neogi