Browse Source

docs(changeludog): v2.84.0 update

林艳 3 months ago
parent
commit
7b1ec27274
2 changed files with 14 additions and 0 deletions
  1. 7 0
      content/start/changelog/index-en-US.md
  2. 7 0
      content/start/changelog/index.md

+ 7 - 0
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.84.0 (2025-07-29)
+- 【Fix】
+    - fix the problem that InputNumber calculation is incorrect due to js precision
+    - fixed the problem that the handle position of Slider is incorrect when clicking or dragging under scrollable conditions
+- 【Style】
+    - Fixed the issue that the close icon of a tag with type solid and color white has incorrect color
+
 #### 🎉 2.84.0-beta.0 (2025-07-21)
 - 【Fix】
     - fix collapsible Tabs causing abnormal scrolling behavior of pages not triggered within the viewport

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

@@ -13,6 +13,13 @@ Semi 版本号遵循 **Semver** 规范(主版本号 - 次版本号 - 修订版
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.84.0 (2025-07-29)
+- 【Fix】
+    - 修复 InputNumber 因为 js 精度计算有误问题 [#2937](https://github.com/DouyinFE/semi-design/pull/2937)
+    - 修复 Slider 在可滚动条件下点击或者拖动方式更新 handle 位置不正确问题 [#2932](https://github.com/DouyinFE/semi-design/pull/2932)
+- 【Style】
+    - 修复 type 为 solid,color 为 white 的 Tag 的关闭图标颜色错误问题 [#2935](https://github.com/DouyinFE/semi-design/pull/2935)
+
 #### 🎉 2.84.0-beta.0 (2025-07-21)
 - 【Fix】
     - 修复 collapsible Tabs 导致未在视口内触发的页面异常滚动行为 [#2918](https://github.com/DouyinFE/semi-design/pull/2918)