Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Latest commit

 

History

History
124 lines (56 loc) · 3.92 KB

CHANGELOG.md

File metadata and controls

124 lines (56 loc) · 3.92 KB

1.1.1 (2016-03-31)

Bug Fixes

  • ui-date: Fix for ie10/11 focus issues

1.0.1 (2016-03-31)

1.0.0 (2016-02-18)

Bug Fixes

  • ui-date: Validator is ok for blank or null dates (93e6141)

1.0.0-beta.0 (2015-12-09)

Update build to support umd and webpack.

0.0.11 (2015-12-03)

Bug Fixes

  • date: Prevent jquery datepicker formatDate exception (10c0e54), closes #48

0.0.10 (2015-11-26)

Features

  • date: common js support (7e94737)

0.0.8 (2015-06-11)

Bug Fixes

  • setViewValue: Don't lose time info on update (af19760)

0.0.7 (2015-01-08)

Bug Fixes

  • date: destroy datepicker when element is removed (26f36d2), closes #23 #61 #79

0.0.6 (2014-11-12)

0.0.5 (2014-11-10)

0.0.4 (2014-08-06)

Bug Fixes

  • setViewValue: only update the model with the real date on blur (5f24c7c), closes #18

0.0.3 (2013-06-19)

0.0.2 (2013-03-25)

Bug Fixes

  • date-format: should return null not undefined if viewValue is empty string (3768719)

0.0.1 (2013-03-16)

Bug Fixes

  • component: Corrected path to main js file (8947cfd)
  • date: ensure date picker doesn't pop up again on IE (2c62c92)
  • test: remove unwanted dump() statement (e8586e4)
  • tests: Attempted to fix most tests and added new angular-module component (b4d243d)
  • tests: Forgot .travis.yml (0bb9ed7)
  • tests: Made build status clickable (e77ca50)
  • ui.date module: add [] to create module (8581ede)
  • uiDateConfig: add directive specific config (bcb1fd9)

Features

  • tests: Added image for build status (aad7b9f)