From c133e5bde287f522823c8f4af8bc4ab2956e171f Mon Sep 17 00:00:00 2001 From: dengfuping Date: Thu, 30 Nov 2023 21:15:40 +0800 Subject: [PATCH] chore(docs): Add changelog for @oceanbase/design@0.2.30, @oceanbase/ui@0.2.31 and @oceanbase/codemod@0.2.17 --- docs/charts/charts-CHANGELOG.md | 6 ++++++ docs/design/design-CHANGELOG.md | 27 +++++++++++++++++++++++++++ docs/ui/ui-CHANGELOG.md | 6 ++++++ 3 files changed, 39 insertions(+) diff --git a/docs/charts/charts-CHANGELOG.md b/docs/charts/charts-CHANGELOG.md index 24cf9f547..fd7fb4cee 100644 --- a/docs/charts/charts-CHANGELOG.md +++ b/docs/charts/charts-CHANGELOG.md @@ -7,3 +7,9 @@ group: 可视化图表 `@oceanbase/charts` 严格遵循 [Semantic Versioning 2.0.0](http://semver.org/lang/zh-CN/) 语义化版本规范。 --- + +## 0.2.17 + +`2023-11-30` + +- 🌈 更新浅色主题和暗色主题的分类色板和语义色板。[#306](https://github.com/oceanbase/oceanbase-design/pull/306) diff --git a/docs/design/design-CHANGELOG.md b/docs/design/design-CHANGELOG.md index 8b391b3de..565d81929 100644 --- a/docs/design/design-CHANGELOG.md +++ b/docs/design/design-CHANGELOG.md @@ -8,6 +8,33 @@ group: 基础组件 --- +## 0.2.30 + +`2023-11-30` + +- 🌈 更新功能色板,包括 Design Token 和 less 变量。 +- 🔥 实现新版 Drawer 的样式和交互。[#319](https://github.com/oceanbase/oceanbase-design/pull/319) + - 优化页头、内容区和页脚的间距。 + - 当内容区高度大于抽屉高度时,页脚置底展示;当内容区高度小于抽屉高度时,页脚跟随内容展示。 + - 内容区滚动时,动态设置页头和页脚的阴影,实现和内容区的分隔效果。 + - 页脚操作区的主按钮位置居左。 +- 📢 Form 默认开启 `requiredMark: optional` 可选样式。[#312](https://github.com/oceanbase/oceanbase-design/pull/312) +- 📢 Table 和 List 默认开启 `pagination.hideOnSinglePage`,即只有一页数据时会隐藏分页器。[#330](https://github.com/oceanbase/oceanbase-design/pull/330) +- 🆕 ConfigProvider 支持全局配置 `hideOnSinglePage`。[#330](https://github.com/oceanbase/oceanbase-design/pull/330) +- 🆕 Segmented `options` 选项新增 `ellipsis` 属性,用于配置内容溢出时的省略和 Tooltip 提示。[#227](https://github.com/oceanbase/oceanbase-design/pull/227) [@TianWuwt](https://github.com/TianWuwt) +- Descriptions + - 🆕 Descriptions `items` 新增 `contentProps` 属性,用于设置省略、编辑、复制等内容属性,仅无边框模式下生效。[#329](https://github.com/oceanbase/oceanbase-design/pull/329) + - 💄 Descriptions 垂直布局下默认去掉 `colon` 冒号。[#328](https://github.com/oceanbase/oceanbase-design/pull/328) +- Badge + - 🐞 修复开启状态图标时间距样式不生效的问题。[#300](https://github.com/oceanbase/oceanbase-design/pull/300) + - 💄 状态文本的默认字体颜色,会继承父元素的设置,而不总是 `token.colorText`,便于和其他组件组合使用。[#322](https://github.com/oceanbase/oceanbase-design/pull/322) +- Card + - 🐞 修复 Card 分隔线可能会被内容区遮挡的问题。[#326](https://github.com/oceanbase/oceanbase-design/pull/326) + - 💄 去掉无边框内部卡片的阴影,优化嵌套卡片的样式效果。[#325](https://github.com/oceanbase/oceanbase-design/pull/325) +- 💄 Typography.Text 和 Typography.Paragraph 的默认字体颜色和行高,会继承父元素的设置,而不总是 `token.colorText` 和 `token.lineHeight`,便于和其他组件组合使用。[#321](https://github.com/oceanbase/oceanbase-design/pull/321) +- TypeScript + - 🤖 导出 AlertProps、CardProps、ConfigProviderProps、DescriptionsItemProps、FormItemProps、ModalProps、ModalProgressProps、DrawerProps、TableProps、TabsProps、TagProps、TooltipProps、SpinProps 和 BadgeProps 等扩展组件的 TS 类型。[#311](https://github.com/oceanbase/oceanbase-design/pull/311) + ## 0.2.29 `2023-11-17` diff --git a/docs/ui/ui-CHANGELOG.md b/docs/ui/ui-CHANGELOG.md index 999adc627..1c969e964 100644 --- a/docs/ui/ui-CHANGELOG.md +++ b/docs/ui/ui-CHANGELOG.md @@ -8,6 +8,12 @@ group: 业务组件 --- +## 0.2.31 + +`2023-11-30` + +- 📢 默认关闭 FooterToolbar `portalDom`,即底部操作栏默认渲染到父元素,而不是 `body`。[#333](https://github.com/oceanbase/oceanbase-design/pull/333) + ## 0.2.29 `2023-11-14`