Releases: beenote/angular-material-datetimepicker
Releases · beenote/angular-material-datetimepicker
v1.12.0
09 Feb 03:33
Compare
Sorry, something went wrong.
No results found
#27 support for ng-model-options="{timezone: 'utc'}" or other timezone like '+0300'
v1.11.0
05 Apr 22:01
Compare
Sorry, something went wrong.
No results found
#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
15 Dec 04:18
Compare
Sorry, something went wrong.
No results found
#23 ng-change is not called when the input is cleared with the X from show-icon.
v1.9.6
29 Oct 00:51
Compare
Sorry, something went wrong.
No results found
Fix mouse move for point not available
Add ng-csp to demo and remove one inline style
v1.9.5
19 Oct 03:27
Compare
Sorry, something went wrong.
No results found
You can now set custom html template
If you use mdcDatetimePickerDefaultLocale it will log deprecated in the console
v1.9.4
28 Sep 02:43
Compare
Sorry, something went wrong.
No results found
#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
24 Sep 02:37
Compare
Sorry, something went wrong.
No results found
PR #19
X now also clear model value, not just the view value.
v1.9.2
12 Sep 02:34
Compare
Sorry, something went wrong.
No results found
Add show-icon param, default false.
Useful for edit-mode.
Fix a rare case for auto-ok mode with seconds
v1.9.1
11 Sep 03:34
Compare
Sorry, something went wrong.
No results found
#17 Add time icon to edit-input mode time only
v1.9.0
10 Sep 05:05
Compare
Sorry, something went wrong.
No results found
Include calendar icon to edit-input mode