Skip to content

Releases: beenote/angular-material-datetimepicker

v1.8.7

06 Sep 03:11
Compare
Choose a tag to compare

working fix #16 round minutes to nearest step

v1.8.6

04 Sep 02:33
Compare
Choose a tag to compare
v1.8.6 Pre-release
Pre-release

#16 round ngModel minutes to nearest step, default 5 minutes
But currentDate is not set, use v1.8.7

v1.8.5

04 Sep 02:32
Compare
Choose a tag to compare

logbon72#118 New clear button when in edit-input mode.

v1.8.4

20 Aug 03:38
Compare
Choose a tag to compare
  • Quick year and month menu picker

Requirement: Angular Material 1.1.2

v1.8.3

16 Aug 14:31
Compare
Choose a tag to compare
  • smaller width for actions buttons useful for longer translated text
  • more info on mdcDefaultParams()
  • mdcDatetimePickerDefaultLocale will be deprecated in 1.9

v1.8.2

15 Aug 13:24
Compare
Choose a tag to compare
  • Fix logbon72#116: Language doesn't change when calling mdcDatetimePickerDefaultLocale.setDefaultLocale()
    It will now change every time thanks to PR #15

v1.8.1

13 Aug 04:16
Compare
Choose a tag to compare
  • fix seconds selection that add minutes if 60 was selected
  • change color when selection hours, minutes or seconds

v1.8.0

12 Aug 19:58
Compare
Choose a tag to compare
v1.8.0 Pre-release
Pre-release

#14 new seconds selection clock

v1.7.2

31 Jul 03:34
Compare
Choose a tag to compare

fix logbon72#105 add week-days param to highlight business days and disabled weekends.

v1.7.1

25 Jul 04:36
Compare
Choose a tag to compare

Fix #14 ngModelOptions not defined in Angular 1.5.x