Skip to content

@oceanbase/[email protected]

Compare
Choose a tag to compare
@github-actions 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
    • 🆕 Descriptions items 新增 contentProps 属性,用于设置省略、编辑、复制等内容属性,仅无边框模式下生效。#329
    • 💄 Descriptions 垂直布局下默认去掉 colon 冒号。#328
  • Badge
    • 🐞 修复开启状态图标时间距样式不生效的问题。#300
    • 💄 状态文本的默认字体颜色,会继承父元素的设置,而不总是 token.colorText,便于和其他组件组合使用。#322
  • Card
    • 🐞 修复 Card 分隔线可能会被内容区遮挡的问题。#326
    • 💄 去掉无边框内部卡片的阴影,优化嵌套卡片的样式效果。#325
  • 💄 Typography.Text 和 Typography.Paragraph 的默认字体颜色和行高,会继承父元素的设置,而不总是 token.colorTexttoken.lineHeight,便于和其他组件组合使用。#321
  • TypeScript
    • 🤖 导出 AlertProps、CardProps、ConfigProviderProps、DescriptionsItemProps、FormItemProps、ModalProps、ModalProgressProps、DrawerProps、TableProps、TabsProps、TagProps、TooltipProps、SpinProps 和 BadgeProps 等扩展组件的 TS 类型。#311