Jelajahi Sumber

docs(changelog): v2.16.0 update

linyan 3 tahun lalu
induk
melakukan
3ffaaf8a52
2 mengubah file dengan 10 tambahan dan 0 penghapusan
  1. 5 0
      content/start/changelog/index-en-US.md
  2. 5 0
      content/start/changelog/index.md

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

@@ -16,6 +16,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.16.0 (2022-07-29)
+- 【Fix】
+    - fix the problem of wrong color in the pressed state of Input, and fix the problem that the colors of Input and TextArea are not uniform in the pressed state under validateStatus [#662](https://github.com/DouyinFE/semi-design/issues/662)
+- 【Chore】
+    - move prop-types to dependencies and remove @types/react and @types/react-dom [#993](https://github.com/DouyinFE/semi-design/issues/993)
 
 #### 🎉 2.16.0-beta.0 (2022-07-25)
 - 【Fix】

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

@@ -15,6 +15,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 
 ---
+#### 🎉 2.16.0 (2022-07-29)
+- 【Fix】
+    - 修复Input 按下态颜色错误问题,修复Input和TextArea在validateStatus下按下态颜色不统一问题 [#662](https://github.com/DouyinFE/semi-design/issues/662)
+- 【Chore】
+    - 将 prop-types 移到 dependencies,从 peerDependencies 移除 @types/react 和 @types/react-dom [#993](https://github.com/DouyinFE/semi-design/issues/993)
 
 #### 🎉 2.16.0-beta.0 (2022-07-25)
 - 【Fix】