-
refactor Datepicker to render subcomponents in template instead of creating new Vue instances
-
Return empty string if the date input doesn't parse
-
This ads the possibility to choose `steps` in the formatting of the lists. So we can have ”5 in five minutes” or ”every 15 minutes” instead of having always lists of 60 items/minutes.
-
watch trigger after form emit, so the value of date not change when validate, change to async
-
when component import an Input, prevent dispatch event from Input to Form
-
some comps support dispatch event to FormItem
-
support DatePicker & TimePicker
-
fixed #205
-
update Picker
-
update DatePicker
-
update DateTimePicker
-
update DateTimePicker
-
fixed #153
-
update TimePicker
-
update TimePicker
-
update TimePicker
-
fixed DatePicker event when type = daterange