@angular/elements
Advanced tools
Changelog
16.1.4 (2023-07-06)
| Commit | Type | Description |
| -- | -- | -- |
| 4ba5850ba6 | fix | use setTimeout
when coalescing tasks in Node.js (#50820) |
| Commit | Type | Description | | -- | -- | -- | | a4348355ce | fix | allow for downgraded components to work with component-router (#50871) |
<!-- CHANGELOG SPLIT MARKER --><a name="16.1.3"></a>
Changelog
16.1.3 (2023-06-28)
| Commit | Type | Description | | -- | -- | -- | | dd6fc5785f | fix | expose input transform function on ComponentFactory and ComponentMirror (#50713) |
| Commit | Type | Description | | -- | -- | -- | | e1bbe47c23 | fix | support input transform functions (#50713) |
| Commit | Type | Description | | -- | -- | -- | | 79dd6a847a | fix | wait until animation completion before destroying renderer (#50677) | | a797f41d1b | fix | wait until animation completion before destroying renderer (#50860) |
<!-- CHANGELOG SPLIT MARKER --><a name="16.1.2"></a>
Changelog
16.1.2 (2023-06-21)
| Commit | Type | Description | | -- | -- | -- | | 9488a3fd46 | fix | Send query params on fetch request (#50740) | | 5ae001829c | fix | use serializeBody to support JSON payload in FetchBackend (#50776) |
<!-- CHANGELOG SPLIT MARKER --><a name="16.1.1"></a>
Changelog
16.1.1 (2023-06-14)
| Commit | Type | Description | | -- | -- | -- | | 71360b3a3e | fix | libraries compiled with v16.1+ breaking with Angular framework v16.0.x (#50715) |
| Commit | Type | Description | | -- | -- | -- | | d9bed48eb5 | fix | extend toSignal to accept any Subscribable (#50162) |
| Commit | Type | Description | | -- | -- | -- | | 5e1d8444ae | fix | Prevent a component from importing itself. (#50554) |
<!-- CHANGELOG SPLIT MARKER --><a name="16.1.0"></a>
Changelog
16.1.0 (2023-06-13)
| Commit | Type | Description | | -- | -- | -- | | 4e663297c5 | fix | error when reading compiled input transforms metadata in JIT mode (#50600) | | 721bc72649 | fix | resolve deprecation warning with TypeScript 5.1 (#50460) |
| Commit | Type | Description | | -- | -- | -- | | 68017d4e75 | feat | add ability to transform input values (#50420) | | 69dadd2502 | feat | support TypeScript 5.1 (#50156) | | c0ebe34cbd | fix | add additional component metadata to component ID generation (#50336) |
| Commit | Type | Description |
| -- | -- | -- |
| 85c5427582 | feat | Introduction of the fetch
Backend for the HttpClient
(#50247) |
<a name="16.0.6"></a>