Browse Source

docs(changlog): add 2.54.0 changelog

zhangyumei.0319 1 year ago
parent
commit
9530ff135f
2 changed files with 13 additions and 0 deletions
  1. 6 0
      content/start/changelog/index-en-US.md
  2. 7 0
      content/start/changelog/index.md

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

@@ -16,6 +16,12 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.54.0 (2024-03-08)
+- 【Fix】
+    - Fix the problem that the width occupied by the expand button is not taken into account in js truncation calculation, The scope of impact is 2.54.0-beta.0.
+- 【Chore】
+  - Upload adds FileItemStatus TS interface export
+
 #### 🎉 2.54.0-beta.0 (2024-03-04)
 - 【Feat】
     - Toast component supports theme global configuration [@LonelySnowman](https://github.com/LonelySnowman) [#2099](https://github.com/DouyinFE/semi-design/issues/2099)

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

@@ -13,6 +13,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+
+#### 🎉 2.54.0 (2024-03-08)
+- 【Fix】
+  - 修复 js 截断计算中没有将展开按钮占据的宽度计算在内问题 (影响范围 v2.54.0-beta.0)
+- 【Chore】
+  - Upload 增加 FileItemStatus TS interface 导出
+
 #### 🎉 2.54.0-beta.0 (2024-03-04)
 - 【Feat】
     - Toast 组件支持 theme 全局配置 [@LonelySnowman](https://github.com/LonelySnowman) [#2099](https://github.com/DouyinFE/semi-design/issues/2099)