@angular/elements
Advanced tools
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>