Skip to content

Commit

Permalink
chore: add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Aug 12, 2024
1 parent 95dc5a4 commit 2365413
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/plus/chat/index-en-US.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: en-US
order: 82
order: 83
category: Plus
title: Chat
icon: doc-chat
Expand Down
2 changes: 1 addition & 1 deletion content/plus/chat/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
localeCode: zh-CN
order: 82
order: 83
category: Plus
title: Chat 对话
icon: doc-chat
Expand Down
8 changes: 8 additions & 0 deletions content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ Version:Major.Minor.Patch (follow the **Semver** specification)

---


#### 🎉 2.64.0 (2024-08-12)
- 【Feat】
- Added the ColorPicker component, which allows users to quickly select colors and supports eyedropper screen color selection. [#2218](https://github.com/DouyinFE/semi-design/pull/2218)
- 【Fix】
- Fix Tooltip triggerDOM not defined in some case [commit](https://github.com/DouyinFE/semi-design/commit/05878dd7b7c20f2e924f8e0b3cf71ad0eaa3aaf3)


#### 🎉 2.64.0-beta.0 (2024-08-05)
- 【Feat】
- Events with exactly the same start and end times in Calendar day view are displayed side by side without covering each other
Expand Down
7 changes: 7 additions & 0 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 修订版本号(patch):仅会进行 bugfix,发布时间不限
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)


#### 🎉 2.64.0 (2024-08-12)
- 【Feat】
- 新增 颜色选择器 ColorPicker 组件,用户快速选择颜色,支持滴管屏幕取色 [#2218](https://github.com/DouyinFE/semi-design/pull/2218)
- 【Fix】
- 修复 Tooltip triggerDOM 特殊场景下未定义的问题 [commit](https://github.com/DouyinFE/semi-design/commit/05878dd7b7c20f2e924f8e0b3cf71ad0eaa3aaf3)

#### 🎉 2.64.0-beta.0 (2024-08-05)
- 【Feat】
- Calendar 日视图中起止时间完全相同的事件支持并排显示,不互相遮盖 [#2393](https://github.com/DouyinFE/semi-design/pull/2393)
Expand Down

0 comments on commit 2365413

Please sign in to comment.