Browse Source

chore: add changelog

DaiQiangReal 3 years ago
parent
commit
a3534d3b92
2 changed files with 13 additions and 0 deletions
  1. 7 0
      content/start/changelog/index-en-US.md
  2. 6 0
      content/start/changelog/index.md

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

@@ -16,6 +16,13 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.14.0 (2022-07-01)
+- 【Fix】
+    - Fix the issue that the Spin component has black rectangles in some scene contents in dark mode
+- 【Chore】
+    - Optimize Form interface BaseFormApi type definetion [#933](https://github.com/DouyinFE/semi-design/issues/933)
+
+
 #### 🎉 2.14.0-beta.0 (2022-06-28)
 - 【Feat】
     - Input Added A11y keyboard adaptation  [#205](https://github.com/DouyinFE/semi-design/issues/205)

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

@@ -15,6 +15,12 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.14.0 (2022-07-01)
+- 【Fix】
+  - 修复 Spin 组件在暗色模式下个别场景内容物有黑色矩形的问题
+- 【Chore】
+    - 优化 Form interface BaseFormApi 类型定义 [#933](https://github.com/DouyinFE/semi-design/issues/933)
+
 #### 🎉 2.14.0-beta.0 (2022-06-28)
 - 【Feat】
     - Input 新增 A11y 键盘适配  [#205](https://github.com/DouyinFE/semi-design/issues/205)