2021-10-7
- 🌟 Refactor
Tabs
#4732- Removed
prevClick
,nextClick
events, and usetabScroll
event instead - Obsolete the
tabBarExtraContent
slot, replace it with the rightExtra slot, and add theleftExtra
slot - Added
addIcon
,closeIcon
,moreIcon
slots
- Removed
- 🌟 Refactor
Card
, discard the tabList slots configuration, and use the customTab slot for unified configuration #4732 - 🌟 Refactor
Drawer
- Added
autofocus
contentWrapperStyle
footerStyle
headerStyle
push
size
forceRender
and other attributes - Added
closeIcon
extra
footer
and other slots - Deprecated
afterVisibleChange
property, use event with the same name instead
- Added
- 🐞 Fix the problem that
Table
pagination does not respond to changes 1add0d - 🐞 Fix
notification
style misalignment problem #4703 - 🐞 Fix the selection, dragging and other abnormalities caused by
Tree
fieldsName #4726
- 🌟 重构
Tabs
#4732- 移除
prevClick
、nextClick
事件,使用tabScroll
事件替代 - 废弃
tabBarExtraContent
插槽,使用 rightExtra 插槽替换,同时新增leftExtra
插槽 - 新增
addIcon
、closeIcon
、moreIcon
插槽
- 移除
- 🌟 重构
Card
,废弃 tabList slots 配置,使用 customTab 插槽统一配置 #4732 - 🌟 重构
Drawer
- 新增
autofocus
contentWrapperStyle
footerStyle
headerStyle
push
size
forceRender
等属性 - 新增
closeIcon
extra
footer
等插槽 - 废弃
afterVisibleChange
属性,使用同名事件替代
- 新增
- 🐞 修复
Table
pagination 没有响应式变化问题 1add0d - 🐞 修复
notification
样式错位问题 #4703 - 🐞 修复
Tree
fieldsName 导致的选中、拖拽等异常 #4726