2.36.0
2022-09-02
🆕 Feature
- image: hideFooter adds a new parameter to support the display of footer in an error state (#1595)
- breadcrumb: Add customUrl property (#1594)
- table: Add custom class name related prop (#1580)
- Add
zh-TW
support (#1551) - Add
pt-PT
support (#1551) - alert: suport custom close element (#1544)
- checkbox: Add max prop, support setting the maximum number of items that can be checked (#1540)
- image: Add fit prop (#1534)
- breadcrumb: suport separator prop (#1500)
- breadcrumb: suport routes prop (#1500)
- breadcrumb: suport more-icon slot (#1500)
- breadcrumb: suport droplist prop and slot (#1500)
- page-header: support custom back icon (#1499)
💎 Enhancement
🆎 TypeScript
- Added export of types in dropdown and breadcrumb components (#1594)
- layout: Add ts type export (#1571)
2022-09-02
🆕 新增功能
- image: hideFooter 增加新参数,支持错误状态下展示 footer (#1595)
- breadcrumb: 增加 customUrl 属性 (#1594)
- table: 新增自定义类名相关属性 (#1580)
- 增加
繁体中文(台湾)
支持 (#1551) - 增加
葡萄牙语(葡萄牙)
支持 (#1551) - alert: 支持自定义关闭元素 (#1544)
- checkbox: 新增 max 属性,支持设置最多可被勾选的项目数 (#1540)
- image: 增加 fit 属性 (#1534)
- breadcrumb: 支持 separator 属性 (#1500)
- breadcrumb: 支持 routes 属性 (#1500)
- breadcrumb: 支持 more-icon 插槽 (#1500)
- breadcrumb:
breadcrumb-item
支持 droplist 属性和插槽 (#1500) - page-header: 支持自定义返回按钮 (#1499)