19.1.3 (2025-01-22)
compiler
| Commit | Type | Description |
| -- | -- | -- |
| ecfb74d287 | fix | handle :host-context with comma-separated child selector (#59276) |
compiler-cli
| Commit | Type | Description |
| -- | -- | -- |
| 53160e504d | fix | extract parenthesized dependencies during HMR (#59644) |
| 39690969af | fix | handle conditional expressions when extracting dependencies (#59637) |
| 78af7a5059 | fix | handle new expressions when extracting dependencies (#59637) |
core
| Commit | Type | Description |
| -- | -- | -- |
| 408af24ff3 | fix | capture self-referencing component during HMR (#59644) |
| d7575c201c | fix | replace metadata in place during HMR (#59644) |
| 26f6d4c485 | fix | skip component ID collision warning during SSR (#59625) |
migrations
| Commit | Type | Description |
| -- | -- | -- |
| a62c84bc18 | fix | avoid applying the same replacements twice when cleaning up unused imports (#59656) |
platform-browser
| Commit | Type | Description |
| -- | -- | -- |
| b2b3816cb1 | fix | clear renderer cache during HMR when using async animations (#59644) |
<!-- CHANGELOG SPLIT MARKER -->
<a name="19.1.2"></a>