Browse Source

docs(changelog): v2.33.0 update

linyan 2 years ago
parent
commit
32bed0a6e3
2 changed files with 6 additions and 4 deletions
  1. 5 4
      content/start/changelog/index-en-US.md
  2. 1 0
      content/start/changelog/index.md

+ 5 - 4
content/start/changelog/index-en-US.md

@@ -17,10 +17,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 ---
 ---
 
 
 #### 🎉 2.33.0 (2023-04-14)
 #### 🎉 2.33.0 (2023-04-14)
--【Fix】
-     - Fix the problem that the prefixCls configured by Webpack plugin does not take effect when using cjs lib [#1544](https://github.com/DouyinFE/semi-design/pull/1544)
-     - Fix the problem that the background content of the mask cannot be clicked when the Sidesheet is set to mask=false, and the impact range is 2.32.0-beta.0 ~ 2.33.0-beta.0 [#1543](https://github.com/DouyinFE/semi-design/issues/1543)
-     - Fix rangeStart and rangeEnd in DatePicker disabledDate callback using cached values [#777](https://github.com/DouyinFE/semi-design/issues/777)
+- 【Fix】
+    - Fix the problem that items with the same label cannot be dragged when the draggable item in Transfer uses the label as the key of the SortableItem
+    - Fix the problem that the prefixCls configured by Webpack plugin does not take effect when using cjs lib [#1544](https://github.com/DouyinFE/semi-design/pull/1544)
+    - Fix the problem that the background content of the mask cannot be clicked when the Sidesheet is set to mask=false, and the impact range is 2.32.0-beta.0 ~ 2.33.0-beta.0 [#1543](https://github.com/DouyinFE/semi-design/issues/1543)
+    - Fix rangeStart and rangeEnd in DatePicker disabledDate callback using cached values [#777](https://github.com/DouyinFE/semi-design/issues/777)
 
 
 #### 🎉 2.33.0-beta.0 (2023-04-10)
 #### 🎉 2.33.0-beta.0 (2023-04-10)
 - 【Fix】
 - 【Fix】

+ 1 - 0
content/start/changelog/index.md

@@ -16,6 +16,7 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 #### 🎉 2.33.0 (2023-04-14)
 #### 🎉 2.33.0 (2023-04-14)
 - 【Fix】
 - 【Fix】
+    - 修复 Transfer 中可拖拽 item 使用 label 作 SortableItem 的 key 导致相同 label 的 item 无法拖动问题
     - 修复使用 cjs 产物时,Webpack plugin 配置的 prefixCls 不生效的问题 [#1544](https://github.com/DouyinFE/semi-design/pull/1544)
     - 修复使用 cjs 产物时,Webpack plugin 配置的 prefixCls 不生效的问题 [#1544](https://github.com/DouyinFE/semi-design/pull/1544)
     - 修复 Sidesheet 在 mask=false 时,mask 背景内容无法点击的问题,影响范围 2.32.0-beta.0 ~ 2.33.0-beta.0 [#1543](https://github.com/DouyinFE/semi-design/issues/1543)
     - 修复 Sidesheet 在 mask=false 时,mask 背景内容无法点击的问题,影响范围 2.32.0-beta.0 ~ 2.33.0-beta.0 [#1543](https://github.com/DouyinFE/semi-design/issues/1543)
     - 修复 DatePicker disabledDate 回调中的 rangeStart 和 rangeEnd 使用缓存值问题 [#777](https://github.com/DouyinFE/semi-design/issues/777)
     - 修复 DatePicker disabledDate 回调中的 rangeStart 和 rangeEnd 使用缓存值问题 [#777](https://github.com/DouyinFE/semi-design/issues/777)