Skip to content

Commit

Permalink
chore:change log
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Jul 12, 2024
1 parent eb700e8 commit a910254
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
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 @@ -16,6 +16,14 @@ Version:Major.Minor.Patch (follow the **Semver** specification)

---

#### 🎉 2.62.0 (2024-07-12)
- 【Fix】
- When the carousel has only one child and autoPlay is true, no switching operation is performed [#2334](https://github.com/DouyinFE/semi-design/pull/2334)
- Fixed the issue that Modal returns document.body exception in getPopupContainer
- Fix Table has unexpected borderRadius when dataSource is empty
- 【Chore】
- Table Column support RecordType [#2314](https://github.com/DouyinFE/semi-design/issues/2314)

#### 🎉 2.62.0-beta.0 (2024-07-05)
- 【New Component】
- Added new verification code input component pinCode for quickly and conveniently entering verification codes [#2130 ](https://github.com/DouyinFE/semi-design/issues/2130)
Expand Down
10 changes: 9 additions & 1 deletion content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,15 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 次版本号(minor):Semi 固定每两周发布一个 minor 版本,包括以下类型变更:添加了新组件/新 feature,或者设计规范样式更新,或者不合理交互的变更,但不会对组件 API 做删减或功能变更。
- 修订版本号(patch):仅会进行 bugfix,发布时间不限
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)


#### 🎉 2.62.0 (2024-07-12)
- 【Fix】
- Carousel 仅有一个 children 且 autoPlay 为 true 时不执行任何切换操作 [#2334](https://github.com/DouyinFE/semi-design/pull/2334)
- 修复 Modal 在 getPopupContainer 中如果返回 document.body 异常的问题 [#2335](https://github.com/DouyinFE/semi-design/pull/2335)
- 修复 Table 在 dataSource 为空时,存在非预期的 borderRadius 的问题 [#2337](https://github.com/DouyinFE/semi-design/pull/2337)
- 【Chore】
- Table Column jsx 写法支持传入 RecordType 泛型 [#2314](https://github.com/DouyinFE/semi-design/issues/2314) [#2320](https://github.com/DouyinFE/semi-design/pull/2320)

#### 🎉 2.62.0-beta.0 (2024-07-05)
- 【New Component】
- 新增验证码输入组件 PinCode 用于快速便捷输入验证码 [#2130](https://github.com/DouyinFE/semi-design/issues/2130) [#2209](https://github.com/DouyinFE/semi-design/pull/2209)
Expand Down

0 comments on commit a910254

Please sign in to comment.