Angular: 14.0.0-next.13 Release

Release date:
April 13, 2022
Previous version:
14.0.0-next.12 (released April 12, 2022)
Magnitude:
945 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

Top Contributors in 14.0.0-next.13

atscott
4javier
AndrewKushnir
trekladyone
mmaterowski
jessicajaniuk
crisbeto
jayoma
Michael-Doner
dylhunn

Directory Browser for 14.0.0-next.13

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.13"></a>

14.0.0-next.13 (2022-04-13)

Breaking Changes

core

  • Since Ivy, TestBed doesn't use AOT summaries. The aotSummaries fields in TestBed APIs were present, but unused. The fields were deprecated in previous major version and in v14 those fields are removed. The aotSummaries fields were completely unused, so you can just drop them from the TestBed APIs usage. ### compiler | Commit | Description | | -- | -- | | fix - 598b759d33 | avoid errors with extremely long instruction chains (#45574) | ### core | Commit | Description | | -- | -- | | refactor - 9add714b13 | remove deprecated aotSummaries fields in TestBed config (#45487) | ## Special Thanks 4javier, Andrew Kushnir, Andrew Scott, Dylan Hunn, Jason Hendee, Jessica Janiuk, Kristiyan Kostadinov, Michael-Doner, Michal Materowski and Virginia Dooley