소스 검색

chore: update changelog

代强 1 년 전
부모
커밋
52947d3cb8
2개의 변경된 파일11개의 추가작업 그리고 0개의 파일을 삭제
  1. 7 0
      content/start/changelog/index-en-US.md
  2. 4 0
      content/start/changelog/index.md

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

@@ -15,6 +15,13 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+
+
+#### 🎉 2.55.0-beta.0 (2024-03-22)
+- 【Fix】
+  - Fix the problem that the Table header selection state is incorrectly selected when the data is empty (affects v2.51 ~ v2.54)  [#2128](https://github.com/DouyinFE/semi-design/issues/2128)
+  - Fix the problem of Split Button losing style when children Button className changes
+
 #### 🎉 2.55.0-beta.0 (2024-03-18)
 - 【Fix】
     - fix TabBar rendering as empty in SSR [@nekocode](https://github.com/nekocode)

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

@@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.55.0-beta.0 (2024-03-22)
+- 【Fix】
+  - 修复 Table 表头选择状态在数据为空时错误被选中问题(影响 v2.51 ~ v2.54版本)  [#2128](https://github.com/DouyinFE/semi-design/issues/2128)
+  - 修复 Split Button 在 children Button className 变化时丢失样式的问题
 
 #### 🎉 2.55.0-beta.0 (2024-03-18)
 - 【Fix】