update changelog

pull/2/head
Leopoldthecoder 2016-09-01 17:47:09 +08:00
parent 7b79fe3a75
commit dde0afb380
1 changed files with 6 additions and 3 deletions

View File

@ -4,14 +4,17 @@
*2016-09-02*
- 修复 upload 上传的问题,并增加上传成功和失败的钩子函数
- button 组件增加 `nativeType` 属性,用于组件内 `<button>` 标签的 `type` 属性,默认值为 `'button'
- 修复 Upload 上传的问题,并增加上传成功和失败的钩子函数
- Button 组件增加 `nativeType` 属性,用于组件内 `<button>` 标签的原生 `type` 属性,默认值为 `button`
- 修复 Table 自定义模板中渲染静态数据错误
- 修复 Table 中被固定列的高度不与其他列的高度协调的问题
- 修复 TimePicker 的 `picker-options` 属性
- 修复一些组件图标丢失的问题
- 修复远程搜索的 Select 在 Form 中的显示问题
### 1.0.0-rc.1
*2016-08-30*
- 迁移到 Vue 2.0.0 RC runtime only build。
- 增加了更多的组件包括 row 、column 、badge、card、rate、steps等等。
- 增加了更多的组件,包括 Row、Column、Badge、Card、Rate、Steps 等。