Skip to content

3.7.1

Compare
Choose a tag to compare
@kensodemann kensodemann released this 29 Sep 19:39

3.7.1 (2017-09-29)

Upgrade Instructions

This release includes the latest version of zone.js. Update your package.json to match the following dependencies, remove the existing node_modules directory, and then run npm install:

"dependencies": {
    ...
    "ionic-angular": "3.7.1",
    ...
    "zone.js": "0.8.18"
}

Bug Fixes

  • datetime: set default to max if max before current only #9846 (39e7da3)

Features

  • datetime: add default picker value input (b87d212)
  • datetime: default to now or max. Fixes #9846 (559f4d3)