|
@@ -8,11 +8,14 @@
|
|
|
- Fixed Switch style when nested in a Form, #967
|
|
|
- Fixed Loading locks scroll of `body` in specific scenarios, #968
|
|
|
- `span` of Col is no longer a required attribute, and its default value is `24` if omitted
|
|
|
-- DatePicker: add `disabled` and `editable` attribute.
|
|
|
+- Added add `disabled` and `editable` attribute for DatePicker, #976
|
|
|
+- Fixed DatePicker readonly with native behavior, #976
|
|
|
- Added `close` method for Message and Notification to manually close an instance
|
|
|
-
|
|
|
-#### Breaking change
|
|
|
-- DatePicker: can't change value when `readonly` is true, setting `editable` to false if you want to disabled input. #976
|
|
|
+- Added clear value feature for DatePicker, #759
|
|
|
+- Fixed Form reset date type, #937
|
|
|
+- Fixed Table render error using vue-loader 9.9.0
|
|
|
+- Added `align-center` prop for Step, #994
|
|
|
+- Fixed Upload missing progress component, #1013
|
|
|
|
|
|
### 1.0.0
|
|
|
|