Angular: 14.0.0-next.4 Release

Release date:
February 23, 2022
Previous version:
14.0.0-next.3 (released February 17, 2022)
Magnitude:
2,313 Diff Delta
Contributors:
15 total committers
Data confidence:
Commits:

Top Contributors in 14.0.0-next.4

crisbeto
ivanwonder
manuelkroiss
AndrewKushnir
atscott
JoostK
ilmalte
AlirezaEbrahimkhani
JiaLiPassion
acohenOT

Directory Browser for 14.0.0-next.4

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="14.0.0-next.4"></a>

14.0.0-next.4 (2022-02-23)

Breaking Changes

animations

  • The AnimationDriver.getParentElement method has become required, so any implementors of this interface are now required to provide an implementation for this method. This breakage is unlikely to affect application developers, as AnimationDriver is not expected to be implemented in user code. ### animations | Commit | Description | | -- | -- | | fix - f8dc660605 | allow animations with unsupported CSS properties (#44729) | | refactor - 59559fdbac | make AnimationDriver.getParentElement required (#45114) | ### compiler-cli | Commit | Description | | -- | -- | | fix - c0778b4dfc | Support resolve animation name from the DTS (#45107) | ### core | Commit | Description | | -- | -- | | perf - 071c8af8ba | avoid storing LView in ngContext (#45051) | | perf - a96c4827c4 | make Compiler, ApplicationRef and ApplicationInitStatus tree-shakable (#45102) | | perf - 1e60fe0a3e | make LOCALE_ID and other tokens from ApplicationModule tree-shakable (#45102) | ## Special Thanks Alan Cohen, AlirezaEbrahimkhani, Andrew Kushnir, Andrew Scott, Daniele Maltese, David Wolf, JiaLiPassion, JoostK, Kristiyan Kostadinov, Paul Gschwendtner, arturovt, dario-piotrowicz, ivanwonder and manuelkroiss