From d43c3172e5eadaefd28634dcaf0ec03df74f6aff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E8=89=B3?= Date: Mon, 18 Nov 2024 17:32:30 +0800 Subject: [PATCH] docs(changelog): v2.70.0-beta.0 update --- content/start/changelog/index-en-US.md | 8 ++++++++ content/start/changelog/index.md | 9 +++++++++ 2 files changed, 17 insertions(+) diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index b4548f0643..99546c4877 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -15,6 +15,14 @@ Version:Major.Minor.Patch (follow the **Semver** specification) - **Patch version**: Only include bug fix, the release time is not limited --- +#### 🎉 2.70.0-beta.0 (2024-11-18) +- 【Fix】 + - When all items except the disabled item in the left panel of transfer are selected, the operation button should display Cancel all selections [#2575 ](https://github.com/DouyinFE/semi-design/issues/2575) + - fix resizeItem size offset caused by float,invalid min/max setting caused by browser resizing and incorrect behavior in react strictMode [@Nathon2Y](https://github.com/Nathon2Y) + - Fix the problem that the placeholder of TreeSelect is blocked when single selection and search box are in trigger, affecting versions v2.61.0 - 2.69.0 +- 【Feat】 + - direction in ResizeGroup can be dynamic [@Nathon2Y](https://github.com/Nathon2Y) + - MarkdownRender adds the remarkGfm switch to prevent errors reported by lower versions of Safari that do not support lookaround assertions #### 🎉 2.69.1 (2024-11-15) - 【Fix】 diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index 22a323bb20..0e27e8f3ff 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -13,6 +13,15 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本 - 修订版本号(patch):仅会进行 bugfix,发布时间不限 - 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq) +#### 🎉 2.70.0-beta.0 (2024-11-18) +- 【Fix】 + - 当 Transfer 的左侧面板中除去被禁用项外的其他项目都被选中时,操作按钮应当显示取消全选 [#2575 ](https://github.com/DouyinFE/semi-design/issues/2575) [#2574](https://github.com/DouyinFE/semi-design/pull/2574) + - 修复计算中浮点数导致伸缩框组件尺寸的误差,浏览器拖动导致的最大最小值失效的问题,以及strictMode引起的问题 [@Nathon2Y](https://github.com/Nathon2Y) [#2551](https://github.com/DouyinFE/semi-design/pull/2551) + - 修复当单选,搜索框在 trigger 时,TreeSelect 的 placeholder被遮挡问题 ,影响版本 2.61.0-2.69.0 [#2566](https://github.com/DouyinFE/semi-design/pull/2566) +- 【Feat】 + - ResizeGroup的伸缩方向支持动态切换 [@Nathon2Y](https://github.com/Nathon2Y) [#2551](https://github.com/DouyinFE/semi-design/pull/2551) + - MarkdownRender 新增 remarkGfm 开关用于防止低版本 safari 不支持环视断言报错的问题 [#2576](https://github.com/DouyinFE/semi-design/pull/2576) + #### 🎉 2.69.1 (2024-11-15) - 【Fix】 - 修复 MonthRange DatePicker 在存在 disabledDate 情况下点击非禁用年份不跳转问题 [#2569](https://github.com/DouyinFE/semi-design/pull/2569)