浏览代码

chore: change change log

代强 1 年之前
父节点
当前提交
42a62fd2e8
共有 2 个文件被更改,包括 9 次插入0 次删除
  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 (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.55.1 (2024-03-25)
+- 【Fix】
+  - Fix: Fix collapse & collapsible keepDOM failure problem (affects versions 2.54.0-beta.0 ~ 2.55.0)
+  - Fix: Correct the default value of lazyRender for collapse, from true set in 2.54.0 to a more appropriate false, keeping the use cases where lazyRender is not set consistent with the behavior before 2.54 (affects versions 2.54.0-beta.0 ~ 2.55.0 )
 
 #### 🎉 2.55.0 (2024-03-22)
 - 【Fix】

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

@@ -13,6 +13,11 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.55.1 (2024-03-25)
+- 【Fix】
+  - Fix: 修复 collapse & collapsible keepDOM 失效的问题 (影响版本 2.54.0-beta.0 ~ 2.55.0)
+  - Fix:修正 collapse 的 lazyRender 默认值,由 2.54.0 设置的 true 改为更合适的 false,保持未设置 lazyRender的用例与 2.54前行为的一致性 (影响版本 2.54.0-beta.0 ~ 2.55.0)
+
 #### 🎉 2.55.0 (2024-03-22)
 - 【Fix】
   - 修复 Table 表头选择状态在数据为空时错误被选中问题(影响 v2.51 ~ v2.54版本)  [#2128](https://github.com/DouyinFE/semi-design/issues/2128)