mirror of https://github.com/ElemeFE/element
update changelog
parent
5b84df01be
commit
dfa3f36be6
|
@ -9,6 +9,7 @@
|
||||||
- Fixed incorrect parameter of `change` event of Cascader, #3014
|
- Fixed incorrect parameter of `change` event of Cascader, #3014
|
||||||
- Add `change` event for ColorPicker, #3049 (by @nicoeg)
|
- Add `change` event for ColorPicker, #3049 (by @nicoeg)
|
||||||
- Fixed `setCheckedKeys` method of Tree not working on non-leaf nodes, #2967 (by @rainyLeo)
|
- 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
|
### 1.2.1
|
||||||
|
|
||||||
|
|
|
@ -8,6 +8,7 @@
|
||||||
- 修复 Cascader 的 `change` 事件参数在某些情况下不正确的问题,#3014
|
- 修复 Cascader 的 `change` 事件参数在某些情况下不正确的问题,#3014
|
||||||
- 新增 ColorPicker 的 `change` 事件,#3049(by @nicoeg)
|
- 新增 ColorPicker 的 `change` 事件,#3049(by @nicoeg)
|
||||||
- 修复 Tree 的 `setCheckedKeys` 方法对非叶子节点无效的问题,#2967(by @rainyLeo)
|
- 修复 Tree 的 `setCheckedKeys` 方法对非叶子节点无效的问题,#2967(by @rainyLeo)
|
||||||
|
- 修复 Tooltip 和 `router-link` 共用报错的问题,#3143
|
||||||
|
|
||||||
### 1.2.1
|
### 1.2.1
|
||||||
*2017-02-23*
|
*2017-02-23*
|
||||||
|
|
Loading…
Reference in New Issue