Releases: beenote/angular-material-datetimepicker
Releases · beenote/angular-material-datetimepicker
v1.8.7
working fix #16 round minutes to nearest step
v1.8.6
#16 round ngModel minutes to nearest step, default 5 minutes
But currentDate is not set, use v1.8.7
v1.8.4
- Quick year and month menu picker
Requirement: Angular Material 1.1.2
v1.8.3
- smaller width for actions buttons useful for longer translated text
- more info on mdcDefaultParams()
- mdcDatetimePickerDefaultLocale will be deprecated in 1.9
v1.8.2
- Fix logbon72#116: Language doesn't change when calling mdcDatetimePickerDefaultLocale.setDefaultLocale()
It will now change every time thanks to PR #15
v1.8.1
- fix seconds selection that add minutes if 60 was selected
- change color when selection hours, minutes or seconds
v1.8.0
#14 new seconds selection clock
v1.7.2
fix logbon72#105 add week-days param to highlight business days and disabled weekends.
v1.7.1
Fix #14 ngModelOptions not defined in Angular 1.5.x