Pārlūkot izejas kodu

docs(changelog): v2.55.0-beta.0 update

linyan 1 gadu atpakaļ
vecāks
revīzija
1f09dd57b6

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

@@ -15,6 +15,14 @@ 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-18)
+- 【Fix】
+    - fix TabBar rendering as empty in SSR [@nekocode](https://github.com/nekocode)
+    - Fixed the problem that Transfer failed to drag during fast drag due to Sortable's default drag sensing delay time being too long.
+    - Fixed the problem of openKeys not saving the last state after Nav changed selectedKeys (Affects v2.54.1)  [#2115](https://github.com/DouyinFE/semi-design/issues/2115)
+- 【Chore】
+    - Upgraded webpack and rspack build plug-ins to support consuming custom css configuration configured in Semi DSM, which can be used to aggregate overridden CSS or any css unrelated to Semi components into theme package styles
+  
 #### 🎉 2.54.1 (2024-03-11)
 - 【Fix】
     - fixed Navigation component selectedKeys bug in react 17

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

@@ -13,6 +13,15 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+
+#### 🎉 2.55.0-beta.0 (2024-03-18)
+- 【Fix】
+    - 修复 TabBar 在 SSR 时渲染为空 [@nekocode](https://github.com/nekocode)
+    - 修复由于 Sortable 的默认拖拽感应延迟时间过长导致 Transfer 在快速拖动时拖拽不成功问题
+    - 修复 Nav 在 selectedKeys 变化后 openKeys 未保存上一次状态问题(影响 v2.54.1)[#2115](https://github.com/DouyinFE/semi-design/issues/2115)
+- 【Chore】
+    - 升级 webpack、rspack构建插件,支持消费在 Semi DSM 中配置的自定义 css 配置,可用于将覆写的 CSS 或任意与 Semi 组件无关的 css 聚进主题包样式
+
 #### 🎉 2.54.1 (2024-03-11)
 - 【Fix】
     - 修复 Navigation 组件在 react 17 下 selectedKeys 未生效问题