github-actions
released this
30 Nov 13:39
·
933 commits
to master
since this release
- 🌈 更新功能色板,包括 Design Token 和 less 变量。
- 🔥 实现新版 Drawer 的样式和交互。#319
- 优化页头、内容区和页脚的间距。
- 当内容区高度大于抽屉高度时,页脚置底展示;当内容区高度小于抽屉高度时,页脚跟随内容展示。
- 内容区滚动时,动态设置页头和页脚的阴影,实现和内容区的分隔效果。
- 页脚操作区的主按钮位置居左。
- 📢 Form 默认开启
requiredMark: optional
可选样式。#312 - 📢 Table 和 List 默认开启
pagination.hideOnSinglePage
,即只有一页数据时会隐藏分页器。#330 - 🆕 ConfigProvider 支持全局配置
hideOnSinglePage
。#330 - 🆕 Segmented
options
选项新增ellipsis
属性,用于配置内容溢出时的省略和 Tooltip 提示。#227 @TianWuwt - Descriptions
- Badge
- Card
- 💄 Typography.Text 和 Typography.Paragraph 的默认字体颜色和行高,会继承父元素的设置,而不总是
token.colorText
和token.lineHeight
,便于和其他组件组合使用。#321 - TypeScript
- 🤖 导出 AlertProps、CardProps、ConfigProviderProps、DescriptionsItemProps、FormItemProps、ModalProps、ModalProgressProps、DrawerProps、TableProps、TabsProps、TagProps、TooltipProps、SpinProps 和 BadgeProps 等扩展组件的 TS 类型。#311