Angular: 13.1.0-next.3 Release

Release date:
December 6, 2021
Previous version:
13.1.0-next.2 (released November 17, 2021)
Magnitude:
8,388 Diff Delta
Contributors:
26 total committers
Data confidence:
Commits:

Top Contributors in 13.1.0-next.3

crisbeto
devversion
JoostK
gkalpak
dylhunn
dario-piotrowicz
ramthir
aikidave
AndrewKushnir
atscott

Directory Browser for 13.1.0-next.3

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

13.1.0-next.3 (2021-12-01)

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) | ### compiler-cli | Commit | Description | | -- | -- | | fix - 6c1573bc08 | downlevel transform incorrectly extracting constructor parameters for nested classes (#44281) | | fix - 48ca7dce4f | interpret string concat calls (#44167) | ### 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) | | fix - b06e3981bc | add missing info about a component in the "pipe could not be found" error message (#44081) | | fix - 43dfab447d | destroy hooks not set up for useClass provider using forwardRef (#44281) | | fix - b930547ffd | support cyclic metadata in TestBed overrides (#44215) | ### forms | Commit | Description | | -- | -- | | fix - 38c02e13a5 | make the FormControlStatus available as a public API (#44183) | ### language-service | Commit | Description | | -- | -- | | fix - 3aafa765ee | Correctly parse inputs and selectors with dollar signs (#44268) | ### ngcc | Commit | Description | | -- | -- | | fix - de0975c6d9 | correctly report error when collecting dependencies of UMD module (#44245) | | fix - 24b635395f | ensure that ngcc does not write a lock-file into node_modules package directories (#44228) | | fix - 3c8a5d1c70 | support the UMD wrapper function format emitted by Webpack (#44245) | ### router | Commit | Description | | -- | -- | | fix - f44cb57c12 | prevent componentless routes from being detached (#44240) | ## Special Thanks Alan Agius, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Artur, Christian-E, David Shevitz, Doug Parker, Douglas Parker, Dylan Hunn, George Kalpakas, Jessica Janiuk, Joey Perrott, JoostK, Kristiyan Kostadinov, Marc Redemske, Paul Gschwendtner, Pei Wang, Pete Bacon Darwin, Ramesh Thiruchelvam, Ravi Chandra, Rohan Pednekar, Ruslan Usmanov, dario-piotrowicz, profanis and unknown