Add missing changelog

pull/1048/head
qingwei.li 2016-11-14 11:56:58 +08:00
parent 21d3cb4c82
commit e1d9eadc4a
2 changed files with 14 additions and 8 deletions

View File

@ -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

View File

@ -7,11 +7,14 @@
- 修复 Switch 在 Form 中的样式错误,#967
- 修复 Loading 在某些情况下错误地锁定 `body` 滚动的问题,#968
- Col 组件的 `span` 属性不再是必填属性,在省略的情况下其默认值为 `24`
- DatePicker 新增 `disabled``editable`
- 新增 DatePicker `disabled``editable` 属性, #976
- 修复 DatePicker 的 `readonly` 与原生行为一致,现在通过设置 editable=false 禁止输入但是可通过弹框选日期, #976
- 新增 Message 和 Notification 的 `close` 方法,用于手动关闭实例
#### 非兼容性更新
- DatePicker 的 `readonly` 为完全只读,新增的 `editable` 属性设置为 false 可禁止输入但是可通过弹框选择,#976
- 新增 DatePicker 清除功能, #759
- 修复 Form 重置日期报错, #937
- 修复 Table 的 inline-template 在 vue-loader 9.9.0 渲染报错
- 新增 Step 支持内容居中对齐, #994
- 修复 Upload 单独引入时提示 progress 组件不存在, #1013
### 1.0.0