From 664fc45ce6ab5bcd3eae1b90d8ac5b182fa95226 Mon Sep 17 00:00:00 2001 From: dengfuping Date: Mon, 30 Dec 2024 13:36:50 +0800 Subject: [PATCH] chore(docs): Add changelog for @oceanbase/design@0.4.5 and @oceanbase/ui@0.4.6 --- docs/design/design-CHANGELOG.md | 6 ++++++ docs/ui/ui-CHANGELOG.md | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/design/design-CHANGELOG.md b/docs/design/design-CHANGELOG.md index fb27da505..8081e6de9 100644 --- a/docs/design/design-CHANGELOG.md +++ b/docs/design/design-CHANGELOG.md @@ -8,6 +8,12 @@ group: 基础组件 --- +## 0.4.5 + +`2024-12-30` + +- 🐞 修复 Table 底部圆角和列左侧内间距不正确的问题。[#910](https://github.com/oceanbase/oceanbase-design/pull/910) + ## 0.4.4 `2024-12-16` diff --git a/docs/ui/ui-CHANGELOG.md b/docs/ui/ui-CHANGELOG.md index 462337f1c..6b6bb8401 100644 --- a/docs/ui/ui-CHANGELOG.md +++ b/docs/ui/ui-CHANGELOG.md @@ -8,6 +8,18 @@ group: 业务组件 --- +## 0.4.6 + +`2024-12-30` + +- DateRanger: + - 🌐 快捷选项支持国际化。[#903](https://github.com/oceanbase/oceanbase-design/pull/903) + - 🆕 `selects` 新增 `enLabel` 属性,用于设置快捷选项的英文文案。[#903](https://github.com/oceanbase/oceanbase-design/pull/903) +- Action + - 🆕 新增 `moreType` 属性,用于设置更多操作的元素类型。[#911](https://github.com/oceanbase/oceanbase-design/pull/911) + - 💄 优化 Action 更多操作元素类型的判断逻辑。[#911](https://github.com/oceanbase/oceanbase-design/pull/911) + - 📖 Action 新增带 Tooltip 和 Popconfirm 的示例。[#902](https://github.com/oceanbase/oceanbase-design/pull/902) + ## 0.4.4 `2024-12-14`