Browse Source

docs(changelog): v2.20.1 update

zhangyumei.0319 3 years ago
parent
commit
6101f2193b
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.20.1 (2022-09-27)
+- 【Style】
+  - Image global variable plus !default is used for theme configuration fault tolerance [#1151](https://github.com/DouyinFE/semi-design/pull/1151)
+
 #### 🎉 2.20.0 (2022-09-23)
 - 【Fix】
   - fix the issue that Form.InputGroup does not support FormProps.wrapperCol , labelCol layout

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

@@ -16,6 +16,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 
 ---
 
+#### 🎉 2.20.1 (2022-09-27)
+- 【Style】
+  - Image 全局 sass 变量加上 !default 用于主题配置容错 [#1151](https://github.com/DouyinFE/semi-design/pull/1151)
+
 #### 🎉 2.20.0 (2022-09-23)
 - 【Fix】
   - 修复 Form.InputGroup 不支持 FormProps.wrapperCol 、 labelCol 布局的问题