ソースを参照

chore: refine changelog v2.11.0

zhangyumei.0319 3 年 前
コミット
951e1cdd4e

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

@@ -18,7 +18,10 @@ Version:Major.Minor.Patch
 
 #### 🎉 2.11.0 (2022-05-23)
 - 【Fix】
-    - Fix the problem that the return type of useModal typescript is not strict
+    - Fix the problem that the return type of useModal typescript is not strict [#833](https://github.com/DouyinFE/semi-design/issues/833)
+    - Fix the problem that the upload list file does not meet expectations when the directory and draggable are true for the Upload component [#827](https://github.com/DouyinFE/semi-design/issues/827)
+- 【Refactor】
+    - Simplify some types [#838](https://github.com/DouyinFE/semi-design/pull/838) [@huruji](https://github.com/huruji)
 
 #### 🎉 2.11.0-beta.1 (2022-05-20)
 - 【Fix】

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

@@ -17,7 +17,10 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 #### 🎉 2.11.0 (2022-05-23)
 - 【Fix】
-    - 修复 useModal typescript 返回类型不严谨的问题
+    - 修复 useModal typescript 返回类型不严谨的问题 [#833](https://github.com/DouyinFE/semi-design/issues/833)
+    - 修复Upload组件在directory和draggable为true时上传,上传列表文件不符合预期问题 [#827](https://github.com/DouyinFE/semi-design/issues/827)
+- 【Refactor】
+    - 简化类型声明 [#838](https://github.com/DouyinFE/semi-design/pull/838) [@huruji](https://github.com/huruji)
 
 #### 🎉 2.11.0-beta.1 (2022-05-20)
 - 【Fix】