Browse Source

chore:changelog

DaiQiangReal 1 year ago
parent
commit
9f669a5fc4
2 changed files with 10 additions and 0 deletions
  1. 6 0
      content/start/changelog/index-en-US.md
  2. 4 0
      content/start/changelog/index.md

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

@@ -15,6 +15,12 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+
+#### 🎉 2.58.1 (2024-05-22)
+- 【Design Token】
+  - Tabs add `$font-tabs_bar_large-fontSize` `$font-tabs_bar_medium-fontSize` `$font-tabs_bar_small-fontSize`
+
+
 #### 🎉 2.58.0 (2024-05-11)
 - 【Feat】
     - Tabs has added more API, which is used to collapse some tabs into drop-down menus.

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

@@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.58.1 (2024-05-22)
+- 【Design Token】
+  - Tabs 新增 `$font-tabs_bar_large-fontSize` `$font-tabs_bar_medium-fontSize` `$font-tabs_bar_small-fontSize`
+
 #### 🎉 2.58.0 (2024-05-11)
 - 【Feat】
     - Tabs 新增 more api,用于将一部分 tabs 收起到下拉菜单中 [#2226](https://github.com/DouyinFE/semi-design/pull/2226)