angular v9.0.2 Release Notes

Release Date: 2020-02-19 // about 4 years ago
  • 🐛 Bug Fixes

    • core: better handing of ICUs outside of i18n blocks (#35347) (4fb5e21)
    • core: correctly concatenate static and dynamic binding to class when shadowed (#35350) (8220363), closes #35335
    • core: remove support for Map/Set in [class]/[style] bindings (#35392) (1797390)
    • ivy: LFrame needs to release memory on leaveView() (#35156) (4b1dcaf), closes #35148
    • ivy: add attributes and classes to host elements based on selector (#34481) (03a8b16)
    • ivy: error if directive with synthetic property binding is on same node as directive that injects ViewContainerRef (#35343) (a30fd29), closes #35342
    • ivy: queries should match elements inside ng-container with the descendants: false option (#35384) (fd4ce84), closes #34768
    • ivy: wrong context passed to ngOnDestroy when resolved multiple times (#35249) (0671e54), closes #35167

    <!-- CHANGELOG SPLIT MARKER -->