Skip to content

v14.0.0-next.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@dylhunn dylhunn released this 12 Apr 20:06
· 5707 commits to main since this release

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

Breaking Changes

forms

  • Forms classes accept a generic.

    Forms model classes now accept a generic type parameter. Untyped versions of these classes are available to opt-out of the new, stricter behavior.

router

  • When returning a Promise from the
    LoadChildrenCallback, the possible type is now restricted to
    Type<any>|NgModuleFactory<any> rather than any.

animations

Commit Description
feat - a6fa37bc6e make validateStyleProperty check dev-mode only (#45570)

bazel

Commit Description
feat - 636909fba7 allow for generated package.json files in ng_package (#45470)
feat - 28e835b4bb report error when dependency does not provide JS sources in ng_package (#45470)
fix - 4b2e98d55d remove unnecessary file extractions from ng_package (#45470)

forms

Commit Description
feat - 89d299105a Implement strict types for the Angular Forms package. (#43834)

platform-browser

Commit Description
fix - c7bf75dd5e remove obsolete shim for Map comparison in Jasmine (#45521)

router

Commit Description
fix - f8f3ab377b Remove any from LoadChildrenCallback type (#45524)

Special Thanks

Andrew Scott, Cédric Exbrayat, Dylan Hunn, George Kalpakas, Hossein Mousavi, Jessica Janiuk, Joe Martin (Crowdstaffing), Joey Perrott, Kristiyan Kostadinov, Leosvel Pérez Espinosa, Michael-Doner, Michal Materowski, Paul Gschwendtner, Samuel Littley, Sumit Arora and dario-piotrowicz