Browse Source

docs(changelog): add 2.86.0 changelog

zhangyumei.0319 2 months ago
parent
commit
cc27a2f455
2 changed files with 21 additions and 0 deletions
  1. 11 0
      content/start/changelog/index-en-US.md
  2. 10 0
      content/start/changelog/index.md

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

@@ -15,6 +15,17 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+
+#### 🎉 2.86.0 (2025-09-01)
+- 【Fix】
+    - Fixed folding model initialization issue [@anjiazhuyouxing](https://github.com/anjiazhuyouxing) [#2972](https://github.com/DouyinFE/semi-design/pull/2972)
+    - Fixed the problem of missing prefix JsonViewer style when custom theme is passed in [@anjiazhuyouxing](https://github.com/anjiazhuyouxing) [#2926](fix: resolve jsonviewer dsm style loss issue by anjiazhuyouxing · Pull Request #2926 · DouyinFE/semi-design)
+    - Fixed an issue where the content of a multi-select, searchable Cascader was not correctly ellipsised when the content was too long [#2967](https://github.com/DouyinFE/semi-design/issues/2967) [#2970](Fix/2967 by YyumeiZhang · Pull Request #2970 · DouyinFE/semi-design)
+    - Fixed an issue where the content of a draggable tag in a TagInput was not correctly ellipsised when the content was too long [#2970](Fix/2967 by YyumeiZhang · Pull Request #2970 · DouyinFE/semi-design)
+    - Fixed the issue where clicking on TreeSelect when it is disabled would cause unexpected focus style issues [#2968](https://github.com/DouyinFE/semi-design/issues/2968)
+- 【Style】
+    - Add a background color token for disabled TagInput, $color-tagInput_disabled-bg [#2973](https://github.com/DouyinFE/semi-design/pull/2973)
+
 #### 🎉 2.86.0-beta.0 (2025-08-19)
 - 【Fix】
     - Fixed InputNumber component filtering currency/internal parameters when passing props through to avoid defaultCurrency and other polluting native DOM properties.

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

@@ -13,6 +13,16 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.86.0 (2025-09-01)
+- 【Fix】
+    - 修复Folding Model 初始化问题 [@anjiazhuyouxing](https://github.com/anjiazhuyouxing) [#2972](https://github.com/DouyinFE/semi-design/pull/2972)
+    - 修复自定义主题传入prefix JsonViewer样式丢失问题 [@anjiazhuyouxing](https://github.com/anjiazhuyouxing) [#2926](https://github.com/DouyinFE/semi-design/pull/2926)
+    - 修复多选,可搜索的 Cascader 在内容太长时,内容未正确缩略问题 [#2967](https://github.com/DouyinFE/semi-design/issues/2967) [#2970](https://github.com/DouyinFE/semi-design/pull/2970)
+    - 修复 TagInput 中可拖拽的 tag 在内容太长时,内容未正确缩略问题 [#2970](https://github.com/DouyinFE/semi-design/pull/2970)
+    - 修复 TreeSelect 在 disabled 情况下,点击会有意外的聚焦样式问题 [#2968](https://github.com/DouyinFE/semi-design/issues/2968) [#2969](https://github.com/DouyinFE/semi-design/pull/2969)
+- 【Style】
+    - 增加禁用态的 TagInput 的背景色 token,$color-tagInput_disabled-bg [#2973](https://github.com/DouyinFE/semi-design/pull/2973)
+
 #### 🎉 2.86.0-beta.0 (2025-08-19)
 - 【Fix】
     - 修复 InputNumber 组件透传 props 时过滤 currency/内部参数,避免 defaultCurrency 等污染原生 DOM 属性 [#2961](https://github.com/DouyinFE/semi-design/pull/2961)