Skip to content

Commit

Permalink
chore(docs): Add changelog for @oceanbase/[email protected] and @oceanbase…
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Dec 14, 2024
1 parent efca0dd commit 31c6a4b
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
16 changes: 16 additions & 0 deletions docs/design/design-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,22 @@ group: 基础组件

---

## 0.4.3

`2024-12-14`

- 📖 修复 demo 展开全部代码不生效的问题。[#888](https://github.com/oceanbase/oceanbase-design/pull/888)
- 📖 修复部分组件不展示 demo 操作栏的问题。[#888](https://github.com/oceanbase/oceanbase-design/pull/888)
- ⚡ 设置 `sideEffects`,以支持 tree shaking。[#886](https://github.com/oceanbase/oceanbase-design/pull/886)
- Collapse [#882](https://github.com/oceanbase/oceanbase-design/pull/882)
- 📖 新增 Collapse 的文档和示例。
- 💄 将 Collapse 默认展开图标改为实心箭头。
- 💄 弱化 Collapse 边框,将边框颜色改为 `#E2E8F3`
- Table
- 🐞 修复普通 Table 的单元格出现底部边框的问题。[#879](https://github.com/oceanbase/oceanbase-design/pull/879)
- 💄 优化 Table 带边框时的底部圆角样式。[#880](https://github.com/oceanbase/oceanbase-design/pull/880)
- 💄 优化 Table 空状态在 Popover、Tooltip 下的高度。[#891](https://github.com/oceanbase/oceanbase-design/pull/891)

## 0.4.2

`2024-11-29`
Expand Down
20 changes: 20 additions & 0 deletions docs/ui/ui-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,26 @@ group: 业务组件

---

## 0.4.4

`2024-12-14`

- ⚡ 设置 `sideEffects`,以支持 tree shaking。[#886](https://github.com/oceanbase/oceanbase-design/pull/886)
- ⚡ TaskGraph 依赖的 `@antv/g6` 改为动态加载,以提升加载性能。[#884](https://github.com/oceanbase/oceanbase-design/pull/884)
- ⭐️ 优化 DateRanger 的交互和样式: [#885](https://github.com/oceanbase/oceanbase-design/pull/885) [@wzc520pyfm](https://github.com/wzc520pyfm)
- 移除时间 icon
- 不再禁用后退时间按钮
- 刷新时间按钮在选中自定义时间时隐藏
- 时间组件添加 hover 样式、优化
- 前进/后退时间按钮添加 tooltip
- 时间选择组件不支持清空值
- 优化选择框圆角、按钮组边框和快速选项的字体颜色
- 支持英文格式日期时间
- 优化 DateRanger 的鼠标样式 [#883](https://github.com/oceanbase/oceanbase-design/pull/883)
- 🆕 Action 组件 `onClick` 函数增加 event 参数。[#874](https://github.com/oceanbase/oceanbase-design/pull/874)
- 🐞 修复 PageContainer 右上角操作区 Select 多选框没有垂直居中的问题。[#881](https://github.com/oceanbase/oceanbase-design/pull/881)
- 💄 优化 ContentWithQuestion 问号图标的颜色。[#887](https://github.com/oceanbase/oceanbase-design/pull/887)

## 0.4.3

`2024-12-02`
Expand Down

0 comments on commit 31c6a4b

Please sign in to comment.