From f5a3a7b443896fd93fbde16ea2a039e967cbda66 Mon Sep 17 00:00:00 2001 From: "zhangyumei.0319" Date: Fri, 26 Jul 2024 17:39:57 +0800 Subject: [PATCH] docs(changelog): add v2.63.0 changelog --- content/start/changelog/index-en-US.md | 10 ++++++++++ content/start/changelog/index.md | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index dc470f9f47..7e18b4c0d9 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -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) diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index ee896f7a26..42d8f1d44f 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -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)