angular v13.0.0-next.9 Release Notes

Release Date: 2021-09-30 // over 2 years ago
  • ๐Ÿ’ฅ 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 Type Description
    62d7005a52 feat add strict_templates and experimental_extended_template_diagnostics to ng_module() rule (#43582)
    โš  e0a72857cc fix

    compiler-cli

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

    core

    Commit Type Description
    ๐Ÿ‘ 7dccbdd27b feat
    โœ… 66fb311d20 fix

    language-service

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

    ngcc

    Commit Type Description
    ๐Ÿ“ฆ 988cca7ef5 fix

    router

    Commit Type Description
    4f3beffdbf feat emit activate/deactivate events when an outlet gets attached/detached (#43333)
    ๐Ÿ”จ 361273fad5 refactor

    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

    <!-- CHANGELOG SPLIT MARKER -->