Skip to content

Commit

Permalink
docs(changelog): add v2.63.0 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
YyumeiZhang committed Jul 26, 2024
1 parent 8b647c5 commit f5a3a7b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 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,16 @@ Version:Major.Minor.Patch (follow the **Semver** specification)

---

#### 🎉 2.63.0 (2024-07-26)
- 【Fix】
- fix the issue that when TimePicker selects a later time first, the invalid time value will be caused when onChangeWithDateFirst is false [#2376](https://github.com/DouyinFE/semi-design/pull/2376)
- 【Style】
- Fixed the problem that when Cascader has no options and the emptyContent is hovering, the background color will exceed the popup layer area.
- fixed the problem that the use of declarations after nested rules is currently deprecated in Sass(version >= 1.77.7) [#2366](https://github.com/DouyinFE/semi-design/issues/2366)
- Increase the priority of the font-size settings of uploaded wrong icons in the Upload component to prevent font-size inconsistencies in effect due to the order of compiled css files.
- 【Chore】
- Fix the problem of missing getFormProps type definition in formAPI in Form[#2367](https://github.com/DouyinFE/semi-design/pull/2367)

#### 🎉 2.63.0-beta.0 (2024-07-22)
- 【New Component】
- Added `Chat` component for rendering conversation list [#2248](https://github.com/DouyinFE/semi-design/pull/2248)
Expand Down
10 changes: 10 additions & 0 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)


#### 🎉 2.63.0 (2024-07-26)
- 【Fix】
- 修复 TimePicker 在 onChangeWithDateFirst false 情况下为先选后一个时间导致 invalid time value 问题 [#2376](https://github.com/DouyinFE/semi-design/pull/2376)
- 【Style】
- 修复 Cascader 在无选项情况下,emptyContent 在hover时,背景色会超出弹出层区域 [#2377](https://github.com/DouyinFE/semi-design/pull/2377)
- 修复 Sass 版本大于等于 1.77.7,不推荐使用嵌套规则后的声明问题 [#2366](https://github.com/DouyinFE/semi-design/issues/2366) [#2370](https://github.com/DouyinFE/semi-design/pull/2370)
- 增加 Upload 组件中上传错误的 icon 的 font-size 设置的优先级,防止因为编译后 css 文件顺序导致生效的 font-size 不一致问题 [#2372](https://github.com/DouyinFE/semi-design/pull/2372)
- 【Chore】
- 修复 Form 中 formAPI 缺少 getFormProps 类型定义问题 [#2367](https://github.com/DouyinFE/semi-design/pull/2367)

#### 🎉 2.63.0-beta.0 (2024-07-22)
- 【New Component】
- 新增 Chat 组件用于渲染对话列表 [#2248](https://github.com/DouyinFE/semi-design/pull/2248)
Expand Down

0 comments on commit f5a3a7b

Please sign in to comment.