Commit 2e79e4af authored by Leopoldthecoder's avatar Leopoldthecoder

Changelog: add tree's setChecked

parent fdd0d101
...@@ -23,6 +23,7 @@ ...@@ -23,6 +23,7 @@
- Fixed DatePicker year switching bug, #1385 - Fixed DatePicker year switching bug, #1385
- Added uploaded file list API for Upload, #1393 - Added uploaded file list API for Upload, #1393
- Added multi-type support for `label` attribute of Checkbox, #1400 - Added multi-type support for `label` attribute of Checkbox, #1400
- Added `setChecked` method for Tree, #1422
### 1.0.2 ### 1.0.2
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
- 修复 DatePicker 选择年的 bug,#1385 - 修复 DatePicker 选择年的 bug,#1385
- 新增 Upload 默认已上传的文件列表 API,#1393 - 新增 Upload 默认已上传的文件列表 API,#1393
- 增加 Checkbox `label` 属性绑定的多类型支持,#1400 - 增加 Checkbox `label` 属性绑定的多类型支持,#1400
- 增加 Tree 的 `setChecked` 方法,#1422
### 1.0.2 ### 1.0.2
*2016-11-18* *2016-11-18*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment