Angular: 16.2.0-next.2 Release

Release date:
July 13, 2023
Previous version:
16.2.0-next.1 (released June 28, 2023)
Magnitude:
2,630 Diff Delta
Contributors:
23 total committers
Data confidence:
Commits:

Top Contributors in 16.2.0-next.2

MarkTechson
JeanMeche
pmvald
dylhunn
clydin
AndrewKushnir
alan-agius4
bampakoa
puckowski
ToneyPK

Directory Browser for 16.2.0-next.2

We haven't yet finished calculating and confirming the files and directories changed in this release. Please check back soon.

Release Notes Published

<a name="16.2.0-next.2"></a>

16.2.0-next.2 (2023-07-13)

animations

| Commit | Description | | -- | -- | | fix - a14bdfe859 | Ensure elements are removed from the cache after leave animation. (#50929) |

common

| Commit | Description | | -- | -- | | feat - 1837efb9da | Allow ngSrc to be changed post-init (#50683) |

compiler

| Commit | Description | | -- | -- | | feat - c27a1e61d6 | scope selectors in @scope queries (#50747) |

core

| Commit | Description | | -- | -- | | fix - 031b599a55 | ensure that standalone components get correct injector instances (#50954) | | fix - 5d6ec0336b | handle deref returning null on RefactiveNode. (#50992) | | fix - b66a16ec4c | use setTimeout when coalescing tasks in Node.js (#50820) |

platform-browser

| Commit | Description | | -- | -- | | perf - f1b629961f | do not remove renderer from cache when REMOVE_STYLES_ON_COMPONENT_DESTROY is enabled. (#51005) |

upgrade

| Commit | Description | | -- | -- | | fix - a19a87df6c | allow for downgraded components to work with component-router (#50871) | | fix - 253d756464 | Use takeUntil on leaky subscription. (#50901) |