Skip to content

Releases: beenote/angular-material-datetimepicker

v1.12.0

09 Feb 03:33
Compare
Choose a tag to compare
v1.12.0 Pre-release
Pre-release

#27 support for ng-model-options="{timezone: 'utc'}" or other timezone like '+0300'

v1.11.0

05 Apr 22:01
Compare
Choose a tag to compare

#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
Choose a tag to compare

#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
Choose a tag to compare
  • 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
Choose a tag to compare
  • 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
Choose a tag to compare

#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
Choose a tag to compare

PR #19
X now also clear model value, not just the view value.

v1.9.2

12 Sep 02:34
Compare
Choose a tag to compare
  • 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
Choose a tag to compare
v1.9.1 Pre-release
Pre-release

#17 Add time icon to edit-input mode time only

v1.9.0

10 Sep 05:05
Compare
Choose a tag to compare
v1.9.0 Pre-release
Pre-release

Include calendar icon to edit-input mode