17.1.0-next.3 (2023-12-06)
compiler
Commit | Description |
---|---|
allow TS jsDocParsingMode host option to be programmatically set again (#53292) | |
generate proper code for nullish coalescing in styling host bindings (#53305) |
compiler-cli
Commit | Description |
---|---|
add compiler option to disable control flow content projection diagnostic (#53311) | |
avoid conflicts with built-in global variables in for loop blocks (#53319) |
core
Commit | Description |
---|---|
cleanup signal consumers for all views (#53351) | |
handle hydration of multiple nodes projected in a single slot (#53270) | |
support hydration for cases when content is re-projected using ng-template (#53304) | |
support swapping hydrated views in @for loops (#53274)
|
migrations
Commit | Description |
---|---|
CF migration - ensure NgIfElse attributes are properly removed (#53298) | |
CF Migration - Fix case of aliases on i18n ng-templates preventing removal (#53299) | |
CF Migration add support for ngIf with just a then (#53297) | |
CF Migration fix missing alias for bound ngifs (#53296) | |
Change CF Migration ng-template placeholder generation and handling (#53394) | |
fix regexp for else and then in cf migration (#53257) | |
handle aliases on bound ngIf migrations (#53261) | |
handle nested ng-template replacement safely in CF migration (#53368) | |
handle templates outside of component in cf migration (#53368) | |
remove setting that removes comments in CF migration (#53350) |
router
Commit | Description |
---|---|
Add info property to NavigationExtras (#53303)
| |
Add router configuration to resolve navigation promise on error (#48910) | |
Ensure canMatch guards run on wildcard routes (#53239) |