16.0.0-next.2 (2023-03-08)
Breaking Changes
common
- Deprecated
XhrFactory
export from@angular/common/http
has been removed. UseXhrFactory
from@angular/common
instead.
core
zone.js
versions0.11.x
and0.12.x
are not longer supported.
platform-server
renderModuleFactory
has been removed. UserenderModule
instead.
Deprecations
platform-browser
ApplicationConfig
has moved, please importApplicationConfig
from@angular/core
instead.
common
Commit | Description |
---|---|
remove deprecated XhrFactory export from http entrypoint (#49251)
|
compiler
Commit | Description |
---|---|
support multiple configuration files in extends (#49125)
|
core
Commit | Description |
---|---|
add mergeApplicationConfig method (#49253)
| |
drop support for zone.js versions <=0.12.0 (#49331)
|
migrations
Commit | Description |
---|---|
add protractor support if protractor imports are detected (#49274) |
platform-browser
Commit | Description |
---|---|
KeyEventsPlugin should keep the same behavior (#49330) | |
move ApplicationConfig to core (#49253)
|
platform-server
Commit | Description |
---|---|
renderApplication now accepts a bootstrapping method (#49248)
| |
remove deprecated renderModuleFactory (#49247)
|
router
Commit | Description |
---|---|
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