Browse Source

chore: add changlog

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

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

@@ -19,6 +19,7 @@ Version:Major.Minor.Patch
 #### 🎉 2.12.0 (2022-06-06)
 - 【Fix】
     - Fix the issue that the last item style is abnormal when Timeline is nested [#865](https://github.com/DouyinFE/semi-design/issues/865)
+    - Fix the problem that the height of emptyContent is incorrect when Select is virtualized and there is no data [#839](https://github.com/DouyinFE/semi-design/pull/839)
 
 #### 🎉 2.12.0-beta.5 (2022-05-31)
 - 【Fix】

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

@@ -18,7 +18,7 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 #### 🎉 2.12.0 (2022-06-06)
 - 【Fix】
     - 修复 Timeline 嵌套使用时最后一项样式异常的问题 [#865](https://github.com/DouyinFE/semi-design/issues/865)
-   
+    - 修复 Select 开启虚拟化且无数据时 emptyContent 高度不对的问题 [#839](https://github.com/DouyinFE/semi-design/pull/839)
 
 #### 🎉 2.12.0-beta.5 (2022-05-31)
 - 【Fix】