1
0
Эх сурвалжийг харах

docs: update changelog v2.23

pointhalo 2 жил өмнө
parent
commit
488bc413f3

+ 8 - 0
content/start/changelog/index-en-US.md

@@ -15,6 +15,14 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+
+#### 🎉 2.23.0 (2022-11-11)
+- 【fix】
+    - Fixed the problem that Transfer in Popover caused Popover to close unexpectedly when dragging [#1226](https://github.com/DouyinFE/semi-design/issues/1226)
+    - Fixed the issue that the Transfer/ TagInput in the pop-up layer disappeared when the dragged item was dragged  [#1149](https://github.com/DouyinFE/semi-design/issues/1149)
+    - Correct the translation error of the Table pager when it is displayed in Vietnamese (vi_VN) [@MrFatMeow](https://github.com/MrFatMeow) [#1252](https://github.com/DouyinFE/semi-design/pull/1252)
+    - fix the case that the Select and Tooltip components did not process the incoming NaN [@edc-hui](https://github.com/edc-hui)[#763](https://github.com/DouyinFE/semi-design/issues/763) 
+
 #### 🎉 2.23.0-beta.1 (2022-11-08)
 - 【Feat】
     - Tooltip adds a margin parameter to calculate the increased redundancy value when overflowing, and autoAdjustOverflow provides a more intelligent position adjustment strategy when it is blocked

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

@@ -16,6 +16,14 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
+
+#### 🎉 2.23.0 (2022-11-11)
+- 【fix】
+    - 修复 Popover 中的 Transfer 在拖拽时导致 Popover 意外关闭问题  [#1226](https://github.com/DouyinFE/semi-design/issues/1226)
+    - 修复 弹出层中的 Transfer/ TagInput 在拖拽时被拖拽项消失问题  [#1149](https://github.com/DouyinFE/semi-design/issues/1149)
+    - 更正 Table 分页器 在越南语 (vi_VN) 展示时翻译错误问题 [@MrFatMeow](https://github.com/MrFatMeow) [#1252](https://github.com/DouyinFE/semi-design/pull/1252)
+    - 修复 Select和Tooltip组件未处理props.value / props.rePosKey 传入NaN的情况 [@edc-hui](https://github.com/edc-hui)[#763](https://github.com/DouyinFE/semi-design/issues/763) 
+
 #### 🎉 2.23.0-beta.1 (2022-11-08)
 - 【Feat】
     - Tooltip 新增 margin 参数,计算溢出时的增加的冗余值,autoAdjustOverflow 提供更智能的位置调整策略
@@ -29,11 +37,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
   - 更正 DatePicker 在土耳其语(tr_TR)展示时周六、周日翻译的文本 [@habibokumus](https://github.com/habibokumus)
   - 修复 Table 在固定列情况下,滚动条位置不符合预期问题。
 - 【Feat】
-  - TagInput 的 renderTagItem API 增加 onClose 参数支持删除标签  [#1219 ](https://github.com/DouyinFE/semi-design/issues/1219)
+  - TagInput 的 renderTagItem API 增加 onClose 参数支持删除标签  [#1219](https://github.com/DouyinFE/semi-design/issues/1219)
   - Transfer 提供 search 方法支持用户手动触发搜索
 - 【Chore】
   - Form interface 更新,Form标签增加泛型传入,指定 Values类型 [@Hokori23](https://github.com/Hokori23)
-  - 增加 Image 组件的测试用例  [#1216 ](https://github.com/DouyinFE/semi-design/issues/1216)
+  - 增加 Image 组件的测试用例  [#1216](https://github.com/DouyinFE/semi-design/issues/1216)
   
 #### 🎉 2.22.3 (2022-11-02)
 - 【Docs】