Browse Source

chore: change log

代强 1 year ago
parent
commit
268606465c
2 changed files with 4 additions and 6 deletions
  1. 2 3
      content/start/changelog/index-en-US.md
  2. 2 3
      content/start/changelog/index.md

+ 2 - 3
content/start/changelog/index-en-US.md

@@ -19,12 +19,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 #### 🎉 2.52.0 (2024-02-06)
 - 【Fix】
   - fix 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)
-  - fix preloadGapImage [@nekocode](https://github.com/nekocode)
-  - fix timepicker value props give undefined cause type error.
+  - fix Image request undefined url in some case. [#2063](https://github.com/DouyinFE/semi-design/issues/2063) [@nekocode](https://github.com/nekocode)
+  - fix timepicker value props give undefined cause type error. [#2066](https://github.com/DouyinFE/semi-design/issues/2066)
   - Fixed the issue where Cascader's options panel displays all options when search content is English commas
   - Fixed the problem of multi-selection and showClear's Cascader. After clicking the clear button, the options panel did not switch from the search state to the normal state.
   - Fix the issue of incorrect border width token in Select part
-  - Fixed the problem that after Cascader's key generation rules in keyEntities changed, the value parameter in triggerRender's parameters was inconsistent with the original one (Affected Scope 2.51.0~2.51.3)
   - Fix the problem of inaccurate positioning when the popupCountainer of the floating layer component or its parent is scaled
   - fixed rowSelection hidden bug in resizable Table  [#2036](https://github.com/DouyinFE/semi-design/issues/2036)
   - fix the problem that after clicking the clear button in Datepicker, the year and month values of the panel would not be restored to the initial state.

+ 2 - 3
content/start/changelog/index.md

@@ -16,12 +16,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 #### 🎉 2.52.0 (2024-02-06)
 - 【Fix】
   - 修复 Select 点击清除按钮以后,点击外部不触发 onBlur 问题  [#1989](https://github.com/DouyinFE/semi-design/issues/1989)
-  - 修复 preloadGapImage [@nekocode](https://github.com/nekocode)
-  - 修复 timepicker value 传入 undefined 时类型错误的问题
+  - 修复 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)
   - 修复 Cascader 在搜索内容为英文逗号时选项面板显示全部选项问题
   - 修复多选,showClear 的 Cascader 在点击清除按钮后,选项面板没有从搜索状态切换到普通状态问题
   - 修复 Select 部分 border width token 不正确的问题
-  - 修复 Cascader 在 keyEntities 中的 key 生成规则变化后,triggerRender 的参数中的value 参数和原来不一致问题(影响范围 2.51.0~2.51.3)
   - 修复当浮层组件的 popupCountainer 或其父级缩放后,定位不准确的问题
   - 修复 resizable Table 行选择隐藏时多出来一列  [#2036](https://github.com/DouyinFE/semi-design/issues/2036)
   - 修复 Datepicker 点击清除按钮后,面板年月值不会还原到初始状态问题