Skip to content

Commit

Permalink
docs(changelog): v2.70.0-beta.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLynn committed Nov 18, 2024
1 parent 5283509 commit d43c317
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
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 @@ -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】
Expand Down
9 changes: 9 additions & 0 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d43c317

Please sign in to comment.