From 0e82ad954f33c4203d4e0b5413e247e21bfd4b07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E8=89=B3?= Date: Sat, 11 May 2024 21:28:34 +0800 Subject: [PATCH] docs(changelog): v2.58.0 update --- content/start/changelog/index-en-US.md | 9 ++++++++- content/start/changelog/index.md | 11 +++++++++-- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/content/start/changelog/index-en-US.md b/content/start/changelog/index-en-US.md index 2a21299aad..20f68016ff 100644 --- a/content/start/changelog/index-en-US.md +++ b/content/start/changelog/index-en-US.md @@ -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) diff --git a/content/start/changelog/index.md b/content/start/changelog/index.md index 20b1b857af..9cf797d56f 100644 --- a/content/start/changelog/index.md +++ b/content/start/changelog/index.md @@ -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】