|
|
@@ -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.58.0 (2024-05-11)
|
|
|
+- 【Feat】
|
|
|
+ - Tabs has added more API, which is used to collapse some tabs into drop-down menus.
|
|
|
+ - Button adds outline border mode theme
|
|
|
+- 【Fix】
|
|
|
+ - Fixed the problem that after adding the scale style to Slider, dragging is not normal and clicking on the track jumps abnormally.
|
|
|
+ - Fix the style error in dark mode in safari/firefox browser (affected versions: 2.56.0-2.57.0) [#2225 ](https://github.com/DouyinFE/semi-design/issues/2225)
|
|
|
|
|
|
#### 🎉 2.58.0-beta.0 (2024-05-06)
|
|
|
- 【Feat】
|
|
|
@@ -22,7 +29,7 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
|
|
|
- Table compatible with dnd-kit and update sorting demo in dnd-kit [#997](https://github.com/DouyinFE/semi-design/issues/997)
|
|
|
- 【Style】
|
|
|
- fixed TagInput insetLabel style not align with other component such as Input、Select [#2216](https://github.com/DouyinFE/semi-design/pull/2216)
|
|
|
-- 【Design token】
|
|
|
+- 【Design Token】
|
|
|
- TagInput add Tokens:$color-tagInput_prefix-text-default、$spacing-tagInput_insetLabel-marginRight、$font-tagInput_insetLabel-fontWeight [#2216](https://github.com/DouyinFE/semi-design/pull/2216)
|
|
|
- 【Fix】
|
|
|
- Fixed Table header text-align bug in RTL mode [#2172](https://github.com/DouyinFE/semi-design/issues/2172)
|