|
@@ -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
|