فهرست منبع

docs(changelog): v2.86.0-beta update

林艳 2 ماه پیش
والد
کامیت
360960f870
2فایلهای تغییر یافته به همراه7 افزوده شده و 0 حذف شده
  1. 3 0
      content/start/changelog/index-en-US.md
  2. 4 0
      content/start/changelog/index.md

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

@@ -15,6 +15,9 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 -   **Patch version**: Only include bug fix, the release time is not limited
 
 ---
+#### 🎉 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.
 
 #### 🎉 2.85.0 (2025-08-11)
 - 【Fix】

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

@@ -13,6 +13,10 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.86.0-beta.0 (2025-08-19)
+- 【Fix】
+    - 修复 InputNumber 组件透传 props 时过滤 currency/内部参数,避免 defaultCurrency 等污染原生 DOM 属性 [#2961](https://github.com/DouyinFE/semi-design/pull/2961)
+
 #### 🎉 2.85.0 (2025-08-11)
 - 【Fix】
     - 修复 light 主题 Badge 单独使用时样式不符合预期问题 [#2929](https://github.com/DouyinFE/semi-design/issues/2929) [#2930](https://github.com/DouyinFE/semi-design/pull/2930)