Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Jun 13, 2024
1 parent c7805a3 commit cfa655a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)

#### 🎉 2.52.0 (2024-02-06)
- 【Fix】
- Add overflow-y:auto to Dropdown to prevent incorrect styling when setting border-radius
- Fixed the problem that onBlur is not triggered when clicking outside the Select button after clicking the clear button. [#1989](https://github.com/DouyinFE/semi-design/issues/1989)
- Fixed Image request undefined url in some case. [#2063](https://github.com/DouyinFE/semi-design/issues/2063) [@nekocode](https://github.com/nekocode)
- Fixed timepicker value props give undefined cause type error. [#2066](https://github.com/DouyinFE/semi-design/issues/2066)
Expand Down
1 change: 1 addition & 0 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本

#### 🎉 2.52.0 (2024-02-06)
- 【Fix】
- Dropdown 添加 overflow-y:auto 防止设置 border-radius 时样式不正确的问题
- 修复 Select 点击清除按钮以后,点击外部不触发 onBlur 问题 [#1989](https://github.com/DouyinFE/semi-design/issues/1989)
- 修复 Image 在特殊情况下会向 undefined 地址请求的问题 [#2063](https://github.com/DouyinFE/semi-design/issues/2063) [@nekocode](https://github.com/nekocode)
- 修复 TimePicker value 传入 undefined 时类型错误的问题 [#2066](https://github.com/DouyinFE/semi-design/issues/2066)
Expand Down

0 comments on commit cfa655a

Please sign in to comment.