angular v4.1.2 Release Notes

Release Date: 2017-05-10 // almost 7 years ago
  • 🐛 Bug Fixes

    • compiler: avoid a ...null spread in extraction (#16547) (d0e1688)
    • core: detach projected views when a parent view is destroyed (#16592) (ee6705a), closes #15578
    • core: projected views should be dirty checked when the declaring component is dirty checked. (#16592) (9218812), closes #14321
    • http: flatten metadata for @angular/http/testing (9c70a3c), closes #15521
    • http: honor RequestArgs.search and RequestArgs.params map type (63066f7), closes #15761 #16392
    • http: introduce encodingHint for text() for better ArrayBuffer support (ec3b6e9), closes #15932 #16420
    • router: fix redirect to a URL with a param having multiple values (#16376) (915eae5), closes #16310

    <!-- CHANGELOG SPLIT MARKER -->