Browse Source

docs(changelog): v2.64.0-beta.0 update

林艳 1 year ago
parent
commit
67343579b2
2 changed files with 19 additions and 0 deletions
  1. 10 0
      content/start/changelog/index-en-US.md
  2. 9 0
      content/start/changelog/index.md

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

@@ -16,6 +16,16 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.64.0-beta.0 (2024-08-05)
+- 【Feat】
+    - Events with exactly the same start and end times in Calendar day view are displayed side by side without covering each other
+- 【Fix】
+    - [Id 为 2293 的英文 PR 格式不正确,需要 @l123wx 修改](https://github.com/DouyinFE/semi-design/pull/2293)
+    - fix modal 'document not defined' in ssr. (Bug version 2.62.0~2.63.0)
+    - fixed DatePicker selected value is not reset after close panel  [#2387](https://github.com/DouyinFE/semi-design/issues/2387)
+    - When the searchRender of the Tree is false, remove the excess height at the top
+    - Fixed the issue that onChange, onError, and onSuccess callbacks may still be triggered by asynchronous upload requests after the component is uninstalled 
+
 #### 🎉 2.63.0 (2024-07-26)
 - 【Fix】
     - fix the issue that when TimePicker selects a later time first, the invalid time value will be caused when onChangeWithDateFirst is false [#2376](https://github.com/DouyinFE/semi-design/pull/2376)

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

@@ -13,6 +13,15 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.64.0-beta.0 (2024-08-05)
+- 【Feat】
+    - Calendar 日视图中起止时间完全相同的事件支持并排显示,不互相遮盖 [#2393](https://github.com/DouyinFE/semi-design/pull/2393)
+- 【Fix】
+    - 修复鼠标滚轮缩放图片后,拖动了图片,再次缩放后会重置回中心位置的问题 [@l123wx](https://github.com/l123wx) [#2293](https://github.com/DouyinFE/semi-design/pull/2293)
+    - 修复 Modal 在 SSR 时 document 不存在的问题 (影响范围 2.62.0~2.63.0) [#2395](https://github.com/DouyinFE/semi-design/pull/2395)
+    - 修复 DatePicker 选中日期在关闭面板后未重置问题  [#2387](https://github.com/DouyinFE/semi-design/issues/2387) [#2388](https://github.com/DouyinFE/semi-design/pull/2388)
+    - 当 Tree 的 searchRender 为 false 时 ,去除顶部多余的高度. [#2386](https://github.com/DouyinFE/semi-design/pull/2386)
+    - 修复 Upload 在组件卸载后,仍然可能因为上传异步请求触发 onChange、onError、onSuccess回调的问题  [#2391](https://github.com/DouyinFE/semi-design/pull/2391)
 
 #### 🎉 2.63.0 (2024-07-26)
 - 【Fix】