angular v4.2.0 Release Notes

Release Date: 2017-06-08 // almost 7 years ago
  • ๐Ÿ› Bug Fixes

    • animations: ensure web-animations understands a numeric CSS perspective value (819514a), closes #14007
    • animations: evaluate substitutions on option param values (e9886d7)
    • forms: fix min and max validator behavior on non-numbers (a222c3e)
    • router: opening links in new window (4c32cb9)
    • โฌ†๏ธ upgrade: call setInterval outside the Angular zone (269bbe0)

    ๐Ÿ”‹ Features

    • compiler-cli: introduce synchronous codegen API (b00b80a)

    ๐ŸŽ Performance Improvements

    • animations: do not create a closure each time a node is removed (fe6b39d)
    • animations: only apply :leave flags if animations are set to run (b55adee)

    <!-- CHANGELOG SPLIT MARKER -->