Skip to content

Commit

Permalink
docs(changelog): v2.58.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
YannLynn committed May 11, 2024
1 parent 39e0dcd commit 0e82ad9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
9 changes: 8 additions & 1 deletion content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,21 @@ 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】
- Nav.Item support pass data-* attribute to dom [@meixg](https://github.com/meixg)[#2217](https://github.com/DouyinFE/semi-design/pull/2217)
- 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)
Expand Down
11 changes: 9 additions & 2 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,21 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 修订版本号(patch):仅会进行 bugfix,发布时间不限
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)


#### 🎉 2.58.0 (2024-05-11)
- 【Feat】
- Tabs 新增 more api,用于将一部分 tabs 收起到下拉菜单中 [#2226](https://github.com/DouyinFE/semi-design/pull/2226)
- Button 新增 outline 边框模式主题 [#2224](https://github.com/DouyinFE/semi-design/pull/2224)
- 【Fix】
- 修复 Slider 在添加了 scale 样式后,拖拽不正常,点击轨道跳转不正常的问题 [#2223](https://github.com/DouyinFE/semi-design/pull/2223)
- 修复在 safari/ firefox 浏览器在暗色模式下的样式错误(影响版本:2.56.0-2.57.0) [#2225 ](https://github.com/DouyinFE/semi-design/issues/2225) [#2229](https://github.com/DouyinFE/semi-design/pull/2229)

#### 🎉 2.58.0-beta.0 (2024-05-06)
- 【Feat】
- Nav.Item 支持透传 data-* 参数到 DOM [@meixg](https://github.com/meixg)[#2217](https://github.com/DouyinFE/semi-design/pull/2217)
- Table 兼容 dnd-kit,更新 Table 拖拽排序 demo 为 dnd-kit [#997](https://github.com/DouyinFE/semi-design/issues/997)
- 【Style】
- 修复 TagIput 在 Form 表单中使用 insetLabel时,样式与其他组件未对齐的问题 [#2216](https://github.com/DouyinFE/semi-design/pull/2216)
- 【Design token
- 【Design Token
- TagInput 增加 $color-tagInput_prefix-text-default、$spacing-tagInput_insetLabel-marginRight、$font-tagInput_insetLabel-fontWeight 三个 Token
[#2216](https://github.com/DouyinFE/semi-design/pull/2216)
- 【Fix】
Expand Down

0 comments on commit 0e82ad9

Please sign in to comment.