angular v14.0.0-next.4 Release Notes

Release Date: 2022-02-23 // about 2 years ago
  • ๐Ÿ’ฅ 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 | Type | Description | | -- | -- | -- | ๐Ÿ‘ | f8dc660605 | fix | allow animations with unsupported CSS properties (#44729) | ๐Ÿ”จ | 59559fdbac | refactor | make AnimationDriver.getParentElement required (#45114) | ### compiler-cli | Commit | Type | Description | | -- | -- | -- | ๐Ÿ‘ | c0778b4dfc | fix | Support resolve animation name from the DTS (#45107) | ### core | Commit | Type | Description | | -- | -- | -- | | 071c8af8ba | perf | avoid storing LView in ngContext (#45051) | | a96c4827c4 | perf | make Compiler, ApplicationRef and ApplicationInitStatus tree-shakable (#45102) | | 1e60fe0a3e | perf | 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

    <!-- CHANGELOG SPLIT MARKER -->