Skip to content

Commit

Permalink
Merge pull request #561 from oceanbase/zhuyue-dev
Browse files Browse the repository at this point in the history
chore(docs): Add changelog for @oceanbase/[email protected], @oceanbase/[email protected], @oceanbase/[email protected] and @oceanbase/[email protected]
  • Loading branch information
dengfuping authored Apr 12, 2024
2 parents 262d9b6 + d9a7ea6 commit 5d21672
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/charts/charts-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ group: 可视化图表

---

## 0.3.1

`2024-04-12`

- 🐞 Line、Area、Column 和 DualAxes 去掉不合理的 `xAxis.tickCount` 计算逻辑,改由上层进行控制。[#560](https://github.com/oceanbase/oceanbase-design/pull/560)
- 💄 去掉 Bar 条形的固定宽度,改为自适应。
- 💄 去掉 Column 和 DualAxes 柱形的固定宽度,改为自适应。

## 0.3.0

`2024-03-22`

## 0.2.22

`2024-01-18`
Expand Down
6 changes: 6 additions & 0 deletions docs/codemod/codemod-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ group: 自动化迁移工具

---

## 0.3.1

`2024-04-12`

- ⭐️ 支持 @oceanbase/design 颜色值到 Design Token 的自动改写。[#539](https://github.com/oceanbase/oceanbase-design/pull/539)

## 0.3.0

`2024-03-22`
Expand Down
17 changes: 17 additions & 0 deletions docs/design/design-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,23 @@ group: 基础组件

---

## 0.3.2

`2024-04-12`

- 📢 Input `placeholder` 默认为 `请输入`[#540](https://github.com/oceanbase/oceanbase-design/pull/540)
- 📢 InputNumber `placeholder` 默认为 `请输入`[#548](https://github.com/oceanbase/oceanbase-design/pull/548)
- 📢 Select `placeholder` 默认为 `请选择`[#546](https://github.com/oceanbase/oceanbase-design/pull/546)
- 📢 TreeSelect `placeholder` 默认为 `请选择`[#547](https://github.com/oceanbase/oceanbase-design/pull/547)
- ConfigProvider
- 🆕 ConfigProvider 新增 `locale.Input.placeholder` 属性,用于配置 Input 的默认 placeholder。[#540](https://github.com/oceanbase/oceanbase-design/pull/540)
- 🆕 ConfigProvider 新增 `locale.global.inputPlaceholder``locale.InputNumber.placeholder` 属性,用于配置 InputNumber 的默认 placeholder。[#548](https://github.com/oceanbase/oceanbase-design/pull/548)
- 🆕 ConfigProvider 新增 `locale.Select.placeholder` 属性,用于配置 Select 的默认 placeholder。[#546](https://github.com/oceanbase/oceanbase-design/pull/546)
- 🆕 ConfigProvider 新增 `locale.TreeSelect.placeholder` 属性,用于配置 Select 的默认 `placeholder`[#547](https://github.com/oceanbase/oceanbase-design/pull/547)
- 🐞 修复主题 Token `boxShadow``boxShadowSecondary` 通过静态 token 对象和 less 变量访问时值不正确的问题。[#552](https://github.com/oceanbase/oceanbase-design/pull/552)
- 💄 优化 Select、TreeSelect 和 Cascader 多选项的背景色和边框色,以对齐设计规范。[#553](https://github.com/oceanbase/oceanbase-design/pull/553)
- 💄 Table 分页器配置默认改为 `{ defaultPageSize: 10, showSizeChanger: true, pageSizeOptions: ['10', '20', '50', '100'], showTotal: total => \`共 ${total} 条\` }`。

## 0.3.1

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

---

## 0.3.2

`2024-04-12`

- 💄 优化 LightFilter 圆角、内间距、背景色等样式,以对齐设计规范。[#554](https://github.com/oceanbase/oceanbase-design/pull/554)
- ProTable [#549](https://github.com/oceanbase/oceanbase-design/pull/549)
- 🐞 修复 ProTable 没有继承 Table 样式的问题。
- 🐞 修复 ProTable 查询表单带有 `requiredMark` 可选样式的问题。
- 💄 ProTable 分页器配置默认改为 `{ defaultPageSize: 10, showSizeChanger: true, pageSizeOptions: ['10', '20', '50', '100'], showTotal: total => \`共 ${total} 条\` }`。

## 0.3.1

`2024-03-29`
Expand Down

0 comments on commit 5d21672

Please sign in to comment.