@angular/localize
Advanced tools
Changelog
17.2.1 (2024-02-14)
| Commit | Type | Description | | -- | -- | -- | | 7234824228 | fix | fix broken version detection condition (#54443) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.2.0"></a>
Changelog
17.2.0 (2024-02-14)
| Commit | Type | Description | | -- | -- | -- | | 03c3b3eb79 | feat | add Netlify image loader (#54311) | | f5c520b836 | feat | add placeholder to NgOptimizedImage (#53783) |
| Commit | Type | Description |
| -- | -- | -- |
| 47e6e84101 | feat | Add a TSConfig option useTemplatePipeline
(#54057) |
| 66e940aebf | feat | scope selectors in @starting-style (#53943) |
| 7b4d275f49 | fix | Fix the template pipeline option (#54148) |
| Commit | Type | Description |
| -- | -- | -- |
| 7e861c640e | feat | generate extra imports for component local dependencies in local mode (#53543) |
| 3263df23f2 | feat | generate global imports in local compilation mode (#53543) |
| b774e22d8e | feat | make it configurable to generate alias reexports (#53937) |
| 3e1384048e | feat | support host directives for local compilation mode (#53877) |
| a592904c69 | fix | allow custom/duplicate decorators for @Injectable
classes in local compilation mode (#54139) |
| 4b1d948b36 | fix | consider the case of duplicate Angular decorators in local compilation diagnostics (#54139) |
| 96bcf4fb12 | fix | forbid custom/duplicate decorator when option forbidOrphanComponents
is set (#54139) |
| 64fa5715c6 | fix | generating extra imports in local compilation mode when cycle is introduced (#53543) |
| 6c8b09468a | fix | highlight the unresolved element in the @Component.styles array for the error LOCAL_COMPILATION_UNRESOLVED_CONST (#54230) |
| 0970129e20 | fix | show proper error for custom decorators in local compilation mode (#53983) |
| f39cb06418 | fix | show specific error for unresolved @Directive.exportAs in local compilation mode (#54230) |
| f3851b5945 | fix | show specific error for unresolved @HostBinding's argument in local compilation mode (#54230) |
| 39ddd884e8 | fix | show specific error for unresolved @HostListener's event name in local compilation mode (#54230) |
| 5d633240fd | fix | show the correct message for the error LOCAL_COMPILATION_UNRESOLVED_CONST when an unresolved symbol used for @Component.styles (#54230) |
| 58b8a232d6 | fix | support jumping to definitions of signal-based inputs (#54053) |
| Commit | Type | Description | | -- | -- | -- | | 702ab28b4c | feat | add support for model inputs (#54252) | | e95ef2cbc6 | feat | expose queries as signals (#54283) | | 656bc282e3 | fix | add toString implementation to signals (#54002) | | 62b87b4551 | fix | do not crash for signal query that does not have any matches (#54353) | | 4b96f370ee | fix | expose model signal subcribe for type checking purposes (#54357) | | 744cb1e561 | fix | return the same children query results if there are no changes (#54392) | | 6d00115bf4 | fix | show placeholder block on the server with immediate trigger (#54394) |
| Commit | Type | Description | | -- | -- | -- | | 1c536250b6 | fix | Use string body to generate transfer cache key. (#54379) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.1.3"></a>
Changelog
17.1.3 (2024-02-08)
| 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) |
| 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) |
| Commit | Type | Description | | -- | -- | -- | | 238f2a8bc9 | fix | Clear internal transition when navigation finalizes (#54261) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.1.2"></a>
Changelog
17.1.2 (2024-01-31)
| Commit | Type | Description | | -- | -- | -- | | ccddacf11d | fix | cta clickability issue in adev homepage. (#52905) |
| Commit | Type | Description | | -- | -- | -- | | 98d545fafa | fix | cleanup DOM elements when root view is removed with async animations (#53033) |
| Commit | Type | Description | | -- | -- | -- | | cdc5e39532 | fix | The date pipe should return ISO format for week and week-year as intended in the unit test. (#53879) |
| Commit | Type | Description | | -- | -- | -- | | f12b01ec88 | fix | Update type check block to fix control flow source mappings (#53980) |
| Commit | Type | Description | | -- | -- | -- | | c477e876e3 | fix | change defer block fixture default behavior to playthrough (#54088) |
| Commit | Type | Description | | -- | -- | -- | | 8264382a6b | fix | error in standalone migration when non-array value is used as declarations in TestBed (#54122) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.1.1"></a>
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>