angular v9.0.6 Release Notes

Release Date: 2020-03-10 // about 4 years ago
  • 🐛 Bug Fixes

    • bazel: do not use manifest paths for generated imports within compilation unit (#35841) (5ea9a61)
    • compiler: process imports first and declarations second while calculating scopes (#35850) (6f2fd6e), closes #35502
    • core: add noSideEffects() to make*Decorator() functions (#35769) (#35846) (4fe3f37)
    • core: add noSideEffects() to ɵɵdefineComponent() (#35769) (#35846) (68ca32f)
    • core: remove side effects from ɵɵgetInheritedFactory() (#35769) (#35846) (000c834)
    • core: remove side effects from ɵɵNgOnChangesFeature() (#35769) (#35846) (d24ce21)
    • core: undecorated-classes-with-di migration should handle libraries generated with CLI versions past v6.2.0 (#35824) (eaf5b58), closes #34985
    • language-service: resolve the variable from the template context first (#35982) (f882ff0)
    • localize: improve matching and parsing of XLIFF 1.2 translation files (#35793) (677d666)
    • localize: improve matching and parsing of XLIFF 2.0 translation files (#35793) (689964b)
    • localize: improve matching and parsing of XTB translation files (#35793) (9f68ff9)
    • localize: merge translation from all XLIFF <file> elements (#35936) (83d7819), closes #35839
    • 💻 platform-browser: add missing peerDependency on [@angular](https://github.com/angular)/animations (#35949) (db9704a), closes #35888
    • router: state data missing in routerLink (#33203) (773d7b8)

    🐎 Performance Improvements

    <!-- CHANGELOG SPLIT MARKER -->