update changelog

pull/3148/head
Leopoldthecoder 2017-02-28 17:35:54 +08:00
parent 5b84df01be
commit dfa3f36be6
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@
- Fixed incorrect parameter of `change` event of Cascader, #3014
- Add `change` event for ColorPicker, #3049 (by @nicoeg)
- Fixed `setCheckedKeys` method of Tree not working on non-leaf nodes, #2967 (by @rainyLeo)
- Fixed Tooltip not compatible with `router-link`, #3143
### 1.2.1

View File

@ -8,6 +8,7 @@
- 修复 Cascader 的 `change` 事件参数在某些情况下不正确的问题,#3014
- 新增 ColorPicker 的 `change` 事件,#3049by @nicoeg
- 修复 Tree 的 `setCheckedKeys` 方法对非叶子节点无效的问题,#2967by @rainyLeo
- 修复 Tooltip 和 `router-link` 共用报错的问题,#3143
### 1.2.1
*2017-02-23*