Releases: beenote/angular-material-datetimepicker
Releases · beenote/angular-material-datetimepicker
v1.12.0
#27 support for ng-model-options="{timezone: 'utc'}" or other timezone like '+0300'
v1.11.0
#25 If a moment utc is passed it will stay _isUTC in the model.
Do not use utc with edit-input in this version, because the validation of the input will recreate a new date that is not a moment utc type. Fixed in v1.13.3
v1.10.0
#23 ng-change is not called when the input is cleared with the X from show-icon.
v1.9.6
- Fix mouse move for point not available
- Add ng-csp to demo and remove one inline style
v1.9.5
- You can now set custom html template
- If you use mdcDatetimePickerDefaultLocale it will log deprecated in the console
v1.9.4
#18 Best effort to support older Angular Material version like 1.1.2.
Before that $mdMenu.open is undefined when clicking on month or year picker.
v1.9.3
PR #19
X now also clear model value, not just the view value.
v1.9.2
- Add show-icon param, default false.
Useful for edit-mode.
- Fix a rare case for auto-ok mode with seconds
v1.9.1
#17 Add time icon to edit-input mode time only
v1.9.0
Include calendar icon to edit-input mode