Browse Source

docs(changelog): v2.10.2

shijia.me 3 years ago
parent
commit
062ee665a1
2 changed files with 9 additions and 0 deletions
  1. 4 0
      content/start/changelog/index-en-US.md
  2. 5 0
      content/start/changelog/index.md

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

@@ -16,6 +16,10 @@ Version:Major.Minor.Patch
 
 ---
 
+#### 🎉 2.10.2 (2022-05-20)
+- 【Fix】
+    - Fixed  Table onHeaderRow does not take effect when setting scroll prop  [#849](https://github.com/DouyinFE/semi-design/issues/849)
+    - Fixed Select aria-controls are inconsistent in SSR scenarios  [#840](https://github.com/DouyinFE/semi-design/issues/840)
 
 #### 🎉 2.10.1 (2022-05-10)
 - 【Fix】

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

@@ -15,6 +15,11 @@ Semi 版本号遵循**Semver**规范(主版本号-次版本号-修订版本号
 
 ---
 
+#### 🎉 2.10.2 (2022-05-20)
+- 【Fix】
+    - 修复 Table onHeaderRow 在配置 scroll 属性时不生效问题  [#849](https://github.com/DouyinFE/semi-design/issues/849)
+    - 修复 Select aria-controls 在 SSR 场景不一致问题  [#840](https://github.com/DouyinFE/semi-design/issues/840)
+
 
 #### 🎉 2.10.1 (2022-05-10)
 - 【Fix】