Skip to content

Commit

Permalink
Merge pull request #335 from oceanbase/dengfuping-changelog
Browse files Browse the repository at this point in the history
chore(docs): Add changelog for @oceanbase/[email protected], @oceanbase/[email protected] and @oceanbase/[email protected]
  • Loading branch information
dengfuping authored Nov 30, 2023
2 parents de03151 + c133e5b commit 829d245
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/charts/charts-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
27 changes: 27 additions & 0 deletions docs/design/design-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
6 changes: 6 additions & 0 deletions docs/ui/ui-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 829d245

Please sign in to comment.