@@ -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
@@ -15,6 +15,10 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
+ - 修复 useModal typescript 返回类型不严谨的问题
- 修复 DatePicker 错误引用 _utils/parse ts源文件导致报错的问题