Browse Source

docs(changelog): v2.22.0-bete.2 update

zhangyumei.0319 3 years ago
parent
commit
8565e398dc
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 (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.22.0-beta.2 (2022-10-26)
+- 【Fix】
+  - Fix the problem that the restTagsPopoverProps API in Select is not set as optional, causing ts to report an error
+
 #### 🎉 2.22.0-beta.1 (2022-10-26)
 - 【Feat】
   - Typography adds a new Numeral component, based on the Text component, and adds attributes: rule, precision, truncate, parser, to provide the ability to process numerical values ​​in text separately [@uiuing](https://github.com/uiuing) [#1136](https://github.com/DouyinFE/semi-design/issues/1136)

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

@@ -16,6 +16,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
+#### 🎉 2.22.0-beta.2 (2022-10-26)
+- 【Fix】
+  - 修复 Select 中 restTagsPopoverProps API 未设置为可选导致 ts 报错问题
+
 #### 🎉 2.22.0-beta.1 (2022-10-26)
 - 【Feat】
   - Navigation 新增 A11y 键盘和焦点适配 [#1195](https://github.com/DouyinFE/semi-design/pull/1195)