17.1.3 (2024-02-08)
compiler-cli
| Commit | Type | Description |
| -- | -- | -- |
| bc4a6a9715 | fix | do not error due to multiple components named equally (#54273) |
| a997e08c6f | fix | handle default imports in defer blocks (#53695) |
| 63a9027720 | fix | interpolatedSignalNotInvoked diagnostic for model signals (#54338) |
| 40e1edc977 | fix | properly catch fatal diagnostics in type checking (#54309) |
| 9f6605d11b | fix | support jumping to definitions of signal-based inputs (#54233) |
core
| Commit | Type | Description |
| -- | -- | -- |
| 7df133dcc2 | fix | afterRender
hooks should allow updating state (#54074) |
| 744e20641a | fix | Fix possible infinite loop with markForCheck
by partially reverting #54074 (#54329) |
| 0fb114274c | fix | update imports to be compatible with rxjs 6 (#54193) |
router
| Commit | Type | Description |
| -- | -- | -- |
| 238f2a8bc9 | fix | Clear internal transition when navigation finalizes (#54261) |
<!-- CHANGELOG SPLIT MARKER -->
<a name="17.1.2"></a>