@angular/localize
Advanced tools
Changelog
17.1.1 (2024-01-24)
| Commit | Type | Description |
| -- | -- | -- |
| f222bee8fa | fix | revert commit that replaced last
helper with native Array.at(-1)
(#54021) |
<a name="17.1.0"></a>
Changelog
17.1.0 (2024-01-17)
| Commit | Type | Description | | -- | -- | -- | | 79ff91a813 | fix | allow TS jsDocParsingMode host option to be programmatically set (#53126) | | 5613051a8b | fix | allow TS jsDocParsingMode host option to be programmatically set again (#53292) | | df8a825910 | fix | project empty block root node (#53620) | | 478d622265 | fix | project empty block root node in template pipeline (#53620) |
| Commit | Type | Description |
| -- | -- | -- |
| abdc7e4578 | feat | support type-checking for generic signal inputs (#53521) |
| e620b3a724 | fix | add compiler option to disable control flow content projection diagnostic (#53311) |
| 4c1d69e288 | fix | add diagnostic for control flow that prevents content projection (#53190) |
| 76ceebad04 | fix | do not throw fatal error if extended type check fails (#53896) |
| 1a6eaa0fea | fix | input transform in local compilation mode (#53645) |
| 56a76d73e0 | fix | modify getConstructorDependencies
helper to work with reflection host after the previous change (#52215) |
| Commit | Type | Description |
| -- | -- | -- |
| 863be4b698 | feat | expose new input
API for signal-based inputs (#53872) |
| 94096c6ede | feat | support TypeScript 5.3 (#52572) |
| 69b384c0d1 | fix | SignalNode
reactive node incorrectly exposing unset field (#53571) |
| 6f79507ea7 | fix | Change defer block fixture default behavior to playthrough (#53956) |
| 32f908ab70 | fix | do not accidentally inherit input transforms when overridden (#53571) |
| bdd61c768a | fix | replace assertion with more intentional error (#52234) |
| 0daca457bb | fix | TestBed should still use the microtask queue to schedule effects (#53843) |
| Commit | Type | Description |
| -- | -- | -- |
| 5c1d441029 | feat | Add info property to NavigationExtras
(#53303) |
| 50d7916278 | feat | Add router configuration to resolve navigation promise on error (#48910) |
| a5a9b408e2 | feat | Add transient info to RouterLink input (#53784) |
| 726530a9af | feat | Allow onSameUrlNavigation: 'ignore'
in navigateByUrl
(#52265) |
<a name="17.0.9"></a>
Changelog
17.0.9 (2024-01-10)
| Commit | Type | Description | | -- | -- | -- | | c22b513b3f | fix | remove unused parameters from the ngClass constructor (#53831) | | bd9f89d1c8 | fix | server-side rendering error when using in-memory scrolling (#53683) |
| Commit | Type | Description | | -- | -- | -- | | 92fd6cc42e | fix | generate less code for advance instructions (#53845) | | 6a41961fbd | fix | ignore empty switch blocks (#53776) |
| Commit | Type | Description | | -- | -- | -- | | 7309463697 | fix | interpolatedSignalNotInvoked diagnostic (#53585) |
| Commit | Type | Description |
| -- | -- | -- |
| 441db5123f | fix | afterRender
hooks now only run on ApplicationRef.tick
(#52455) |
| f9120d79cb | fix | allow effect to be used inside an ErrorHandler (#53713) |
| Commit | Type | Description | | -- | -- | -- | | e92c86b77f | fix | Fix empty switch case offset bug in cf migration (#53839) |
| Commit | Type | Description | | -- | -- | -- | | 91cb16fde9 | fix | Do not delete global Event (#53659) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.8"></a>
Changelog
17.0.8 (2023-12-21)
| Commit | Type | Description | | -- | -- | -- | | de5c9ca8e9 | fix | correctly intercept index in loop tracking function (#53604) |
| Commit | Type | Description | | -- | -- | -- | | d79489255a | fix | avoid repeated work when parsing version (#53598) | | 513fee871e | fix | tree shake version class (#53598) |
| Commit | Type | Description | | -- | -- | -- | | eb7c29c7b6 | fix | cf migration - detect and error when result is invalid i18n nesting (#53638) | | ed936ba0e9 | fix | cf migration - detect and error when result is invalid i18n nesting (#53638) (#53639) | | 5c2f2539e2 | fix | cf migration - ensure full check runs for all imports (#53637) | | 817dc1b27f | fix | cf migration - fix bug in attribute formatting (#53636) | | 7ac60bab9a | fix | cf migration - improve import declaration handling (#53622) | | c3f85e51a9 | fix | cf migration - preserve indentation on attribute strings (#53625) | | e73205ff5a | fix | cf migration - stop removing empty newlines from i18n blocks (#53578) | | 886aa7b2a9 | fix | Fix cf migration bug with parsing for loop conditions properly (#53558) |
| Commit | Type | Description | | -- | -- | -- | | 0696ab6a5b | fix | Should not freeze original object used for route data (#53635) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.7"></a>
Changelog
17.0.7 (2023-12-13)
| Commit | Type | Description | | -- | -- | -- | | 4fd5409090 | fix | handle ambient types in input transform function (#51474) |
| Commit | Type | Description | | -- | -- | -- | | a603338fe8 | fix | generate less type checking code in for loops (#53515) |
| Commit | Type | Description | | -- | -- | -- | | 58ed76be93 | fix | Avoid refreshing a host view twice when using transplanted views (#53021) | | c16b5e8290 | fix | Multiple subscribers to ApplicationRef.isStable should all see values (#53541) | | 17dbf8b8e2 | fix | remove signal equality check short-circuit (#53446) | | 5b4add27b6 | fix | update feature usage marker (#53542) | | 68d111c841 | perf | avoid changes Observable creation on QueryList (#53498) | | 044cb553b4 | perf | optimize memory allocation when reconcilling lists (#52245) |
| Commit | Type | Description | | -- | -- | -- | | 96ab999698 | fix | CF Migration - ensure bound ngIfElse cases ignore line breaks (#53435) | | c9a1c6f1c7 | fix | cf migration - undo changes when html fails to parse post migration (#53530) | | b75aca1d74 | fix | CF migration only remove newlines of changed template content (#53508) | | e88a12d5b3 | fix | cf migration validate structure of ngswitch before migrating (#53530) | | 543df3dca5 | fix | ensure we do not overwrite prior template replacements in migration (#53393) | | d232ea143f | fix | fix cf migration import removal when errors occur (#53502) |
| Commit | Type | Description | | -- | -- | -- | | d5c631bf36 | fix | Get correct base path when using "." as base href when serving from the file:// protocol. (#53547) |
| Commit | Type | Description | | -- | -- | -- | | e750e4edcf | fix | provide more actionable error message when route is not matched in production mode (#53523) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.6"></a>