2.9.0
2021-12-03
🆕 Feature
- drawer:
Drawer
supports okButtonProps & cancelButtonProps (#325) - pagination: Modify and add slots, support template customization (#324)
- tree: add prop default-expand-selected default-expand-checked auto-expand-parent (#322)
- steps: add title props (#316)
🐛 BugFix
- table: Fix the problem that the tree expand button triggers form submission (#321)
- spin: Fix the problem that switching states in container mode causes sub-components to reload (#320)
- space: Fix the problem of rendering v-if nodes (#318)
2021-12-03
🆕 新增功能
- drawer:
Drawer
支持okButtonProps
和cancelButtonProps
属性 (#325) - pagination: 修改和增加插槽,支持模板自定义 (#324)
- tree: 新增属性
default-expand-selected
default-expand-checked
auto-expand-parent
(#322) - steps: 增加 title 属性 (#316)