Jelajahi Sumber

docs(changelog): v2.16.1 update

linyan 3 tahun lalu
induk
melakukan
02436cf40a
2 mengubah file dengan 13 tambahan dan 0 penghapusan
  1. 6 0
      content/start/changelog/index-en-US.md
  2. 7 0
      content/start/changelog/index.md

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

@@ -15,6 +15,12 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 2.16.1 (2022-08-05)
+- 【Fix】
+    - Fix the problem that letters and numbers cannot be entered when using input class components in Dropdown
+    - Fix the problem of default icon of password input in windows edge browser [@linjunc](https://github.com/linjunc)
+    - Fix click on the edge of the switch can not trigger the change problem [@linjunc](https://github.com/linjunc)
+    - Fix handle misspelling[@linjunc](https://github.com/linjunc)
 
 #### 🎉 2.16.0 (2022-07-29)
 - 【Fix】

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

@@ -15,6 +15,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+#### 🎉 2.16.1 (2022-08-05)
+- 【Fix】
+    - 修复在 Dropdown 中使用输入类组件,无法输入字母和数字问题
+    - 修复 windows edge 浏览器 password input 默认 icon 的问题 [@linjunc](https://github.com/linjunc)
+    - 修复点击 switch 边缘无法触发 change 的问题 [@linjunc](https://github.com/linjunc)
+    - 修正 handle 拼写错误的问题 [@linjunc](https://github.com/linjunc)
+
 #### 🎉 2.16.0 (2022-07-29)
 - 【Fix】
     - 修复 Input 按下态颜色错误问题,修复 Input 和 TextArea 在 validateStatus 下按下态颜色不统一问题 [#662](https://github.com/DouyinFE/semi-design/issues/662)