- 修复若干组件与 Vue 2.2 不兼容的问题,#3002 #3067 #3097
- 修复嵌套在 Dialog 内的 Cascader 下拉框有时出现在 Dialog 之后的问题,#3035
- 修复 Cascader 的
change
事件参数在某些情况下不正确的问题,#3014 - 新增 ColorPicker 的
change
事件,#3049(by @nicoeg) - 修复 Tree 的
setCheckedKeys
方法对非叶子节点无效的问题,#2967(by @rainyLeo) - 修复 Tooltip 和
router-link
共用报错的问题,#3143 - Fixed compatibility issues with Vue 2.2, #3002 #3067 #3097
- Fixed Cascader's dropdown hiding behind Dialog when nested in a Dialog, #3035
- 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 and
router-link
are not compatible, #3143