@angular/elements
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.4 (2023-11-20)
| Commit | Type | Description |
| -- | -- | -- |
| 7f1c55755d | fix | remove load
on image once it fails to load (#52990) |
| fafcb0d23f | fix | scan images once page is loaded (#52991) |
| Commit | Type | Description | | -- | -- | -- | | 98376f2c09 | fix | changed after checked error in for loops (#52935) | | 291deac663 | fix | generate i18n instructions for blocks (#52958) | | 49dca36880 | fix | nested for loops incorrectly calculating computed variables (#52931) | | f01b7183d2 | fix | produce placeholder for blocks in i18n bundles (#52958) |
| Commit | Type | Description | | -- | -- | -- | | f671f86ac2 | fix | add diagnostic for control flow that prevents content projection (#52726) |
| Commit | Type | Description |
| -- | -- | -- |
| db1a8ebdb4 | fix | cleanup loading promise when no dependencies are defined (#53031) |
| 31a1575334 | fix | handle local refs when getDeferBlocks
is invoked in tests (#52973) |
| Commit | Type | Description | | -- | -- | -- | | ac9cd6108f | fix | control flow migration fails for async pipe with unboxing of observable (#52756) (#52972) | | 13bf5b7007 | fix | Fixes control flow migration if then else case (#53006) | | 492ad4698a | fix | fixes migrations of nested switches in control flow (#53010) | | 0fad36eff2 | fix | tweaks to formatting in control flow migration (#53058) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.3"></a>
Changelog
17.0.3 (2023-11-15)
| Commit | Type | Description | | -- | -- | -- | | f5872c9921 | fix | prevent the AsyncAnimationRenderer from calling the delegate when there is no element. (#52570) |
| Commit | Type | Description | | -- | -- | -- | | 6a1d4ed667 | fix | handle non-container environment injector cases (#52774) | | 5de7575be8 | fix | reset cached scope for components that were overridden using TestBed (#52916) |
| Commit | Type | Description |
| -- | -- | -- |
| 7c066a4af4 | fix | Use the response content-type
to set the blob type
. (#52840) |
| Commit | Type | Description | | -- | -- | -- | | 4e200bf13b | fix | Add missing support for ngForOf (#52903) | | d033540d0f | fix | Add support for bound versions of NgIfElse and NgIfThenElse (#52869) | | aa2d815648 | fix | Add support for removing imports post migration (#52763) | | 3831942771 | fix | Fixes issue with multiple if elses with same template (#52863) | | e1f84a31dc | fix | passed in paths will be respected in nx workspaces (#52796) |
<!-- CHANGELOG SPLIT MARKER --><a name="17.0.2"></a>
Changelog
17.0.2 (2023-11-09)
| Commit | Type | Description | | -- | -- | -- | | 7a95cccf50 | fix | add interpolatedSignalNotInvoked to diagnostics (#52687) | | a548c0333e | fix | incorrect inferred type of for loop implicit variables (#52732) |
| Commit | Type | Description |
| -- | -- | -- |
| 2cea80c6e2 | fix | error code in image performance warning (#52727) |
| b16fc2610a | fix | limit rate of markers invocations (#52742) |
| 44c48a4835 | fix | properly update collection with repeated keys in @for
(#52697) |
<a name="17.0.1"></a>