Angular: 13.1.0 Release

Release date:
January 18, 2022
Previous version:
13.1.0-next.3 (released December 6, 2021)
Magnitude:
2,353 Diff Delta
Contributors:
11 total committers
Data confidence:
Commits:

31 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored December 1, 2021
Authored December 1, 2021
Authored December 8, 2021
Authored December 9, 2021
Authored December 9, 2021
Authored December 9, 2021
Authored December 9, 2021

Top Contributors in 13.1.0

devversion
jessicajaniuk
gkalpak
alxhub
crisbeto
JoostK
dario-piotrowicz
dylhunn
AndrewKushnir
PzYon

Directory Browser for 13.1.0

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="13.1.0"></a>

13.1.0 (2021-12-09)

Deprecations

  • The downgradeModule function calls with NgModule factories are deprecated. Please use NgModule class based downgradeModule calls instead. ### common
  • TestRequest from @angular/common/http/testing no longer accepts ErrorEvent when simulating XHR errors. Instead instances of ProgressEvent should be passed, matching with the native browser behavior. ### | Commit | Description | | -- | -- | | docs - dbc46d68b9 | deprecate factory-based signature of the downgradeModule function (#44090) | ### common | Commit | Description | | -- | -- | | fix - 489cf42cd0 | incorrect error type for XHR errors in TestRequest (#36082) | | perf - 13362972bb | code size reduction of ngFor directive (#44315) | ### compiler | Commit | Description | | -- | -- | | feat - c85bcb0c63 | reference ICU message IDs from their placeholders (#43534) | ### core | Commit | Description | | -- | -- | | feat - 5dff077d50 | add migration to remove entryComponents (#44308) | | feat - e65a245a0b | add migration to remove entryComponents (#44322) | | feat - d56e3f43a1 | support TypeScript 4.5 (#44164) | ### http | Commit | Description | | -- | -- | | feat - d452b388bd | add has() method to HttpContext class (#43887) | ### localize | Commit | Description | | -- | -- | | feat - d3cf222a81 | support "associated message ids" for placeholders (#43534) | ### ngcc | Commit | Description | | -- | -- | | fix - 41265919aa | correctly resolve UMD dependencies (#44381) | ### upgrade | Commit | Description | | -- | -- | | feat - 34f990986c | support NgModule class as an argument of the downgradeModule function (#43973) | ## Special Thanks Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Doug Parker, Dustin M. Eastway, Dylan Hunn, George Kalpakas, HyperLife1119, Jelle Bruisten, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Markus Doggweiler, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin and dario-piotrowicz