Przeglądaj źródła

docs(changelog): v2.82.0 update

林艳 3 miesięcy temu
rodzic
commit
355b956f05

+ 1 - 1
content/start/Internationalization/index-en-US.md

@@ -1,5 +1,5 @@
 ---
-order: 7
+order: 0
 category: Start
 title: Internationalization
 icon: doc-internationalization

+ 1 - 1
content/start/Internationalization/index.md

@@ -1,5 +1,5 @@
 ---
-order: 7
+order: 0
 category: 开始
 title: Internationalization 国际化
 icon: doc-internationalization

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

@@ -16,6 +16,11 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.82.0 (2025-06-27)
+- 【Style】
+    - Fixed the problem that when Select is in multiple/small size, if the token of border is not set to 1, the minimum height will be incorrect. Abandon the default size minimum width setting token $height-select_multiple_content_wrapper-minHeight  [#2877](https://github.com/DouyinFE/semi-design/issues/2877)[#2878](https://github.com/DouyinFE/semi-design/pull/2878)
+
+
 #### 🎉 2.82.0-beta.0 (2025-06-23)
 - 【Feat】
     - Modal supports modalRender parameter to customize rendering [#2655](https://github.com/DouyinFE/semi-design/issues/2655)

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

@@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.82.0 (2025-06-27)
+- 【Style】
+    - 修复 Select 在 multiple/small 尺寸时候,如果 border 的 token 设置不为 1, 则最小高度会不正确问题。 废弃默认尺寸最小宽度设置 token $height-select_multiple_content_wrapper-minHeight   [#2877](https://github.com/DouyinFE/semi-design/issues/2877) [#2878](https://github.com/DouyinFE/semi-design/pull/2878)
+
 #### 🎉 2.82.0-beta.0 (2025-06-23)
 - 【Feat】
     - Modal 支持 modalRender 参数自定义渲染弹窗 [#2655](https://github.com/DouyinFE/semi-design/issues/2655)