Pārlūkot izejas kodu

docs: update changelog

pointhalo 3 gadi atpakaļ
vecāks
revīzija
cf8a2168a2

+ 3 - 1
content/start/changelog/index-en-US.md

@@ -24,7 +24,9 @@ Version:Major.Minor.Patch
   - Fix the missing id of Select/Checkbox/Button [#353](https://github.com/DouyinFE/semi-design/issues/353)
   - Fix the problem that the definitions of Nav footer and header dts are reversed
   - Fix the problem that the z-index of Table fixed cell is too small, adjusted from 1 to 101 [#391](https://github.com/DouyinFE/semi-design/issues/391)
-
+  - Fixed Form Field losing ref bug when it is not given filed prop
+- 【Style】
+  - Fix the problem that the naming of --overlay-bg token is not standardized. Modified to --color-overlay-bg
 #### 🎉 2.1.4 (2021-12-03)
 - 【Fix】
   - Add nativeEvent.stopImmediatePropagation to the event input parameter of Checkbox onChange callback [#343](https://github.com/DouyinFE/semi-design/issues/343)

+ 3 - 1
content/start/changelog/index.md

@@ -23,7 +23,9 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
   - 修复 Select/Checkbox/Button 缺少 id 的问题 [#353](https://github.com/DouyinFE/semi-design/issues/353)
   - 修复 Nav  footer、header dts定义相反了的问题
   - 修复 Table fixed 单元格 z-index 过小问题,从 1 调整为 101 [#391](https://github.com/DouyinFE/semi-design/issues/391)
-
+  - 修复 Form Field 在未声明 field 属性时使用时下丢失 ref 的问题
+- 【Style】
+  - 修复 --overlay-bg token 命名不规范的问题。 修改为 --color-overlay-bg
 #### 🎉 2.1.4 (2021-12-03)
 
 - 【Fix】