angular v12.0.0-rc.0 Release Notes

Release Date: 2021-04-21 // about 3 years ago
  • ๐Ÿ› Bug Fixes

    • animations: allow animations on elements in the shadow DOM (#40134) (dad42c8), closes #25672
    • common: viewport scroller not finding elements inside the shadow DOM (#41644) (c0f5ba3), closes #41470
    • compiler: non-literal inline templates incorrectly processed in partial compilation (#41583) (ab257b3)
    • compiler: not generating update instructions for ng-template inside alternate namespaces (#41669) (2bcbbda), closes #41308
    • compiler-cli: autocomplete literal types in templates. (#41456) (#41645) (8b2b5ef)
    • compiler-cli: do not error with prepocessing if component has no inline styles (#41602) (a5fe8b9)
    • router: Only retrieve stored route when reuse strategy indicates it should reattach (#30263) (a4ff071), closes #23162
    • router: recursively merge empty path matches (#41584) (1179dc8), closes #41481

    ๐ŸŽ Performance Improvements

    • compiler: reduce amount of generated code for safe accesses and nullish coalescing (#41563) (9a3b82f), closes #41437 #41491