21.1.0
common
| Commit | Description |
| -- | -- |
| | Add custom transformations for Cloudflare and Cloudinary image loaders |
|
| support custom transformations in ImageKit and Imgix loaders |
compiler
| Commit | Description |
| -- | -- |
| | Add support for multiple swich cases matching |
|
| Support empty cases |
core
| Commit | Description |
| -- | -- |
| | Add stability debugging utility |
|
| support rest arguments in function calls |
|
| support spread elements in array literals |
|
| support spread expressions in object literals |
| | Microtask scheduling should be used after any application synchronization |
| | return for |
forms
| Commit | Description |
| -- | -- |
| | allow focusing bound control from field state |
platform-browser
| Commit | Description |
| -- | -- |
| | add
context to createApplication |
| | resolve JIT resources in
createApplication |
router
| Commit | Description |
| -- | -- |
| | add controls for route cleanup |
|
| Add scroll behavior controls on router navigation |
|
| Add standalone function to create a comptued for isActive |
|
| Execute RunGuardsAndResolvers function in injection context |
| | extend paramters of RedirectFunction to include paramMap and queryParamMap |
| | Publish Router's integration with platform Navigation API as experimental |
| | Support wildcard params with segments trailing (#64737) |
upgrade
| Commit | Description |
| -- | -- |
| | deprecate
VERSION export |
Deprecations
upgrade
VERSIONfrom@angular/upgradeis deprecated. Please use the entry from@angular/upgrade/staticinstead.