diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index b500d25779..6742503efa 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -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) diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index f58639befd..5e50f50fd5 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -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)