-
Notifications
You must be signed in to change notification settings - Fork 14.6k
ChangeLog 2.4.5
hetech edited this page Jul 26, 2018
·
3 revisions
- 修复 Table 设置
class-name对expand列不生效的问题,#12006 - 新增 Table 的
toggleAllSelection方法,#12047 - 修复 Input 包含 Select 时,suffix 插槽位置显示不正确的问题,#12108
- 修复 Option 的
line-height无法设置的问题,#12120 - 修复初始值为
null的 TimeSelect 在执行resetField后无法再赋值的问题,#12010 - 修复 Tree 组件中不响应方向键以外 keydown 事件的问题,#12008
- 修复 Tree 在懒加载情况下选中父节点的问题,#12106
- Tree 的
getCheckedNodes方法新增includeHalfChecked参数,#12014
- Fixed Table setting
class-namedoes not work forexpandcolumn, #12006 - Added
toggleAllSelectionmethod for Table, #12047 - Fixed wrong position of suffix slot when Input contains Select, #12108
- Fixed
line-heightof Option unable to set, #12120 - Fixed TimeSelect with default value of
nullcould not be assigned after executingresetField, #12010 - Fixed keydown event which is not arrow key does not work in Tree, #12008
- Fixed parent node checked in lazy mode, #12106
- Added
includeHalfCheckedparameter for getCheckedNodes of Tree, #12014