Selaa lähdekoodia

docs(changelog): v2.47.0 update

zhangyumei.0319 2 vuotta sitten
vanhempi
sitoutus
9961ebf164
2 muutettua tiedostoa jossa 9 lisäystä ja 0 poistoa
  1. 5 0
      content/start/changelog/index-en-US.md
  2. 4 0
      content/start/changelog/index.md

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

@@ -16,6 +16,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.47.1 (2023-11-17)
+- 【Fix】
+    - fixed Table pagination bug when given pageSize and showSizeChanger at same time  [#1885](https://github.com/DouyinFE/semi-design/issues/1885)
+    - Fix the problem that the right and middle click of Dropdown Item will also trigger onClick [#1914](https://github.com/DouyinFE/semi-design/pull/1914) (Broken version range: 2.43.0-beta.0 ~ 2.46.1)
+
 #### 🎉 2.47.0-beta.0 (2023-11-15)
 - 【Feat】
     - Tree/TreeSelect supports keyMaps API for customizing fields in nodes [#1274](https://github.com/DouyinFE/semi-design/issues/1274) [#316](https://github.com/DouyinFE/semi-design/issues/316)

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

@@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.47.0 (2023-11-17)
+- 【Fix】
+    - 修复 Table 分页器在同时传入 pageSize 和 showSizeChanger 时点击分页器返回第一页问题  [#1885](https://github.com/DouyinFE/semi-design/issues/1885)
+    - 修复 Dropdown Item 右键和中键也会触发 onClick 的问题 [#1914](https://github.com/DouyinFE/semi-design/pull/1914) (影响范围: 2.43.0-beta.0 ~ 2.46.1) 
 
 #### 🎉 2.47.0-beta.0 (2023-11-15)
 - 【Feat】