Browse Source

chore: change log

代强 2 years ago
parent
commit
5c4ddc7c72
2 changed files with 18 additions and 0 deletions
  1. 8 0
      content/start/changelog/index-en-US.md
  2. 10 0
      content/start/changelog/index.md

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

@@ -16,6 +16,14 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.41.1 (2023-08-11)
+- 【Feat】
+  - Slider Add onMouseUp API
+- 【Fix】
+  - Fix the problem that the handle always follows the mouse in the scene where the Slider mouse moves out of the window and then lets go and then moves back [#1412](https://github.com/DouyinFE/semi-design/issues/1412)
+  - SideSheet adds automatic calculation of scroll bar width logic to prevent the content behind the mask from shaking when it pops up
+  - Fix the incorrect case of Input and TextArea autoFoucs
+
 #### 🎉 2.41.0-beta.0 (2023-08-07)
 - 【Refactor】
     - change react-sortable-hoc to @dnd-kit/sortable for Transfer/Taginput drag & drop [#1683](https://github.com/DouyinFE/semi-design/issues/1683)

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

@@ -13,6 +13,16 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+
+#### 🎉 2.41.1 (2023-08-11)
+- 【Feat】
+  - Slider 新增 onMouseUp API
+- 【Fix】
+  - 修复 Slider 鼠标移出窗口后松手再移回的场景下,handle 一直跟随鼠标的问题, [#1412](https://github.com/DouyinFE/semi-design/issues/1412)
+  - SideSheet 新增自动计算滚动条宽度逻辑防止弹出时 mask 背后内容抖动
+  - 修复 Input 和 TextArea autoFoucs 大小写不正确的问题
+
+
 #### 🎉 2.41.0-beta.0 (2023-08-07)
 - 【Refactor】
     - 使用 @dnd-kit/sortable 替换 react-sortable-hoc 实现 Transfer/Taginput 中拖拽 [#1683](https://github.com/DouyinFE/semi-design/issues/1683)