Skip to content

Commit

Permalink
chore(docs): Add changelog for @oceanbase/[email protected], @oceanbase/ui…
Browse files Browse the repository at this point in the history
…@0.4.0 and @oceanbase/[email protected]
  • Loading branch information
dengfuping committed Oct 9, 2024
1 parent b22ad79 commit 2cecbfc
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ export default defineConfig({
title: 'ContentWithIcon 文字旁提示',
link: '/biz-components/content-with-icon',
},
{ title: 'Ranger 日期快速选择', link: '/biz-components/ranger' },
{ title: 'DateRanger 日期快速选择', link: '/biz-components/date-ranger' },
{ title: 'Ranger 日期时间选择', link: '/biz-components/ranger' },
{ title: 'DateRanger 新版日期时间选择', link: '/biz-components/date-ranger' },
{ title: 'TreeSearch 树搜索', link: '/biz-components/tree-search' },
{ title: 'Password 密码输入框', link: '/biz-components/password' },
{ title: 'Boundary 错误兜底', link: '/biz-components/boundary' },
Expand Down
4 changes: 4 additions & 0 deletions docs/charts/charts-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ group: 可视化图表

---

## 0.4.0

`2024-10-09`

## 0.3.3

`2024-09-23`
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.4.0

`2024-10-09`

- 📢 自动化升级的目标版本更新为 `^0.4.0`[#784](https://github.com/oceanbase/oceanbase-design/pull/784)

## 0.3.7

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

---

## 0.4.0

`2024-10-09`

- 📖 新增 Skeleton 的文档和示例。[#724](https://github.com/oceanbase/oceanbase-design/pull/724)
- 📖 新增 Divider 的示例和文档。[#723](https://github.com/oceanbase/oceanbase-design/pull/723)
- 支持 Next.js:
- 📖 新增 @oceanbase/design 在 Nextjs 中的 [使用文档](https://design.oceanbase.com/docs/design-use-with-nextjs)[项目模板](https://stackblitz.com/edit/nextjs-oceanbase-design)[#785](https://github.com/oceanbase/oceanbase-design/pull/785)
- 🔨 lottie-web 改为懒加载,以支持 Next.js 的 SSR 服务端渲染。[#751](https://github.com/oceanbase/oceanbase-design/pull/751)
- 🔨 所有组件均显式引入 React,以适配 Next.js 构建。[#783](https://github.com/oceanbase/oceanbase-design/pull/783)
- Design Token 更新:
- 🌈 更新 `fontSizeHeading``lineHeightHeading`,减小标题的字体大小和行高。[#727](https://github.com/oceanbase/oceanbase-design/pull/727)
- 🌈 更新 Tag `defaultColor``#5c6b8a`,弱化字体颜色。[#786](https://github.com/oceanbase/oceanbase-design/pull/786)
- 🌈 更新 Tooltip `colorBgSpotlight``#ffffff``colorTextLightSolid``#132039`,将默认背景改为白色、默认字体改为黑色。[#653](https://github.com/oceanbase/oceanbase-design/pull/653)
- 字体更新:
- ⭐️ 更新默认字体、英文字体和代码字体,并且会根据语言设置自动切换默认字体和英文字体。[#726](https://github.com/oceanbase/oceanbase-design/pull/726)
- ⭐️ 内置 `Inter``Consolas``Helvetica Neue` 字体,保证字体效果一致性。[#732](https://github.com/oceanbase/oceanbase-design/pull/732)
- 图标更新:
- 🔥 新增 36 个线框图标、37 个实底图标和 76 个彩色图标。[#733](https://github.com/oceanbase/oceanbase-design/pull/733)
- 🆕 Tabs `items``TabPane` 新增 `divider` 属性,用于设置选项卡为分割线。[#659](https://github.com/oceanbase/oceanbase-design/pull/659)
- 🐞 将 `@theme` less 变量改为延迟加载,修复其无法被覆盖的问题。[#725](https://github.com/oceanbase/oceanbase-design/pull/725)

## 0.3.8

`2024-09-23`
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.4.0

`2024-10-09`

- 🔥 新增 DateRanger 新版日期时间选择组件。[#295](https://github.com/oceanbase/oceanbase-design/pull/295)

## 0.3.8

`2024-09-23`
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/DateRanger/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: DateRanger 新日期快速选择
title: DateRanger 新版日期时间选择
nav:
title: 业务组件
path: /biz-components
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/Ranger/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Ranger 日期快速选择
title: Ranger 日期时间选择
nav:
title: 业务组件
path: /biz-components
Expand Down

0 comments on commit 2cecbfc

Please sign in to comment.