Browse Source

docs(changelog): v2.11.0

zhangyumei.0319 3 years ago
parent
commit
5f143e4903
2 changed files with 8 additions and 0 deletions
  1. 4 0
      content/start/changelog/index-en-US.md
  2. 4 0
      content/start/changelog/index.md

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

@@ -16,6 +16,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
+
 #### 🎉 2.11.0-beta.1 (2022-05-20)
 - 【Fix】
   -  Fixed the issue that DatePicker incorrectly referenced the _utils/parse ts source file, resulting in an error

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

@@ -15,6 +15,10 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.11.0 (2022-05-23)
+- 【Fix】
+    - 修复 useModal typescript 返回类型不严谨的问题
+
 #### 🎉 2.11.0-beta.1 (2022-05-20)
 - 【Fix】
   -  修复 DatePicker 错误引用 _utils/parse ts源文件导致报错的问题