-
Notifications
You must be signed in to change notification settings - Fork 14.6k
ChangeLog 2.4.2
Jikkai Xiao edited this page Jun 25, 2018
·
5 revisions
- 修复 Table 的
class-name
和label-class-name
属性无法动态响应的问题,#11626 - 修复 Table 在
highlight-current-row
为false
时点击行也会触发高亮的问题,#11691 #11563 - 修复 Menu 的
collapse
属性变化后无法使用open
方法的问题,#11646 - 新增 Tabs 的
before-leave
钩子添加了activeName
和oldActiveName
参数,#11713
- Fixed Table's
class-name
andlabel-class-name
is not reactive issue, #11626 - Fixed Table still highlight clicked row although
highlight-current-row
isfalse
, #11646 - Fixed Menu's
open
method error whencollapse
is changed, #11646 - Added
activeName
andoldActiveName
parameters tobefore-leave
hook for Tabs, #11713