-
Correct month last day when changing date panel dates
-
since in cases where prev month date > next month date it will jump one more month ahead
-
Correct change added in https://github.com/iview/iview/pull/4253
-
Parse dates to be sure we consume correct format
-
This was breaking ie <= 11 https://github.com/iview/iview/issues/3325
-
Allow disableDate function to limit time-spinner numbers
-
compute calendar so we react on showWeekNumbers changes
-
Fixes #3232
-
Fixes #3246
-
fixes #3277
-
Always apply same increment to not splited panels
-
Allow DatePicker to receive TimePicker options
-
Pass Strings to @on-change and Dates to v-model