From 1d12fd2fde4a1d0373f0fef2a29a558873285965 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E8=89=B3?= Date: Fri, 15 Nov 2024 16:53:07 +0800 Subject: [PATCH] docs(changelog): v2.69.1 update --- content/start/changelog/index-en-US.md | 6 ++++++ content/start/changelog/index.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index b25c299485..b4548f0643 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -16,6 +16,12 @@ Version:Major.Minor.Patch (follow the **Semver** specification) --- +#### 🎉 2.69.1 (2024-11-15) +- 【Fix】 + - fix the issue that MonthRange DatePicker does not jump when clicking on a non-disabled year when there is a disabledDate + - Fixed the problem that when ArrayField is conditionally rendered, the first click of add fails to add rows correctly. + - fixed incorrect translation of Table pageText in Japanese scenarios + #### 🎉 2.69.0 (2024-11-08) - 【Fix】 - The clip-rule & stroke-width in the @douyinfe/semi-illustrations package are modified to clipRule & strokeWidth diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index 2f717c1c2f..22a323bb20 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -13,6 +13,12 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本 - 修订版本号(patch):仅会进行 bugfix,发布时间不限 - 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq) +#### 🎉 2.69.1 (2024-11-15) +- 【Fix】 + - 修复 MonthRange DatePicker 在存在 disabledDate 情况下点击非禁用年份不跳转问题 [#2569](https://github.com/DouyinFE/semi-design/pull/2569) + - 修复 ArrayField 被条件渲染时,add第一次点击未能正确添加行的问题 [#2568](https://github.com/DouyinFE/semi-design/pull/2568) + - 修复日语场景下 Table pageText 翻译不正确问题 [#2573](https://github.com/DouyinFE/semi-design/pull/2573) + #### 🎉 2.69.0 (2024-11-08) - 【Fix】 - 插画包 @douyinfe/semi-illustrations 中的 clip-rule & stroke-width 修改为 clipRule & strokeWidth