Angular: 13.0.0-next.9 Release

Release date:
September 30, 2021
Previous version:
13.0.0-next.8 (released September 27, 2021)
Magnitude:
2,945 Diff Delta
Contributors:
21 total committers
Data confidence:
Commits:

Top Contributors in 13.0.0-next.9

alxhub
JoostK
AndrewKushnir
atscott
clydin
cesperian
wszgrcy
HVND
TeriGlover
petebacondarwin

Directory Browser for 13.0.0-next.9

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

13.0.0-next.9 (2021-09-30)

Breaking Changes

router

  • It is no longer possible to use Route.loadChildren using a string value. The following supporting classes were removed from @angular/core:

  • NgModuleFactoryLoader

  • SystemJsNgModuleFactoryLoader

The @angular/router package no longer exports these symbols:

  • SpyNgModuleFactoryLoader
  • DeprecatedLoadChildren

The signature of the setupTestingRouter function from @angular/core/testing has been changed to drop its NgModuleFactoryLoader parameter, as an argument for that parameter can no longer be created.

bazel

| Commit | Description | | -- | -- | | feat - 62d7005a52 | add strict_templates and experimental_extended_template_diagnostics to ng_module() rule (#43582) | | fix - e0a72857cc | construct a manifest file even when warnings are emitted (#43582) |

compiler-cli

| Commit | Description | | -- | -- | | fix - 8d2b6affcd | correctly interpret token arrays in @Injectable deps (#43226) | | fix - 8f7fdc59af | not evaluating new signature for __spreadArray (#43618) |

core

| Commit | Description | | -- | -- | | feat - 7dccbdd27b | add support for Types in ViewContainerRef.createComponent (#43022) | | fix - 66fb311d20 | incorrect signature for initTestEnvironment (#43615) |

language-service

| Commit | Description | | -- | -- | | fix - 3e37e8979d | provide dom event completions (#43299) |

ngcc

| Commit | Description | | -- | -- | | fix - 988cca7ef5 | do not fail for packages which correspond with Object members (#43589) |

router

| Commit | Description | | -- | -- | | feat - 4f3beffdbf | emit activate/deactivate events when an outlet gets attached/detached (#43333) | | refactor - 361273fad5 | remove support for loadChildren string syntax (#43591) |

Special Thanks

Adrien Crivelli, Alex Rickabaugh, Andrew Kushnir, Andrew Scott, Bobby Galli, Charles Lyding, Chris, Daniel DΓ­az, Dmitrij Kuba, Doug Parker, JoostK, Kristiyan Kostadinov, Pete Bacon Darwin, Rafael Santana, Raj Sekhar, Ricardo Chavarria, Teri Glover, dario-piotrowicz, enisfr and wszgrcy