浏览代码

chore:change log

代强 1 年之前
父节点
当前提交
39be48f957
共有 2 个文件被更改,包括 24 次插入0 次删除
  1. 12 0
      content/start/changelog/index-en-US.md
  2. 12 0
      content/start/changelog/index.md

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

@@ -16,6 +16,18 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
 
 ---
 
+#### 🎉 2.53.0 (2024-02-23)
+- 【Fix】
+  - Fixed the issue where Sidesheet Portal is still mounted when visible is not displayed
+  - Fix the problem of incorrect definition of onKeyDown parameter type of TagInput
+  - fix the problem that the panel does not display the selection if the value type is number in Cascader's treeData (Affected range v2.51.0-v2.53.2)
+  - Fix the problem that ResizeObsever does not exist in non-browser environments. Problem impact scope (2.52.1,2.53.0-beta.0)
+  - Fixed the problem of using themes on vite to report errors, the scope of the problem is (2.52.0)
+- 【Docs】
+  - Fix tabPosition parameter type error in Tabs component documentation [@miyuesc](https://github.com/miyuesc)
+- 【Chore】
+  - remove ResizeObserver polyfill
+
 ####  🎉 2.52.3 (2024-02-22)
 - 【Fix】
     - Fix the problem that the panel does not display the selection if the value type is number in Cascader's treeData (Affected range v2.51.0-v2.53.2)

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

@@ -13,6 +13,18 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
 -   修订版本号(patch):仅会进行 bugfix,发布时间不限
 -   不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
 
+#### 🎉 2.53.0 (2024-02-23)
+- 【Fix】
+  - 修复 Sidesheet Portal 在 visible 不显示的时候仍然挂载的问题
+  - 修复 TagInput 的 onKeyDown 参数类型定义错误问题
+  - 修复 Cascader 的 treeData 中 value 类型为 number 则面板未显示选中问题(影响范围 v2.51.0-v2.52.2)
+  - 修复 ResizeObsever 在非浏览器环境不存在的问题。问题影响范围(2.52.1,2.53.0-beta.0)
+  - 修复 vite 上使用主题报错的问题,问题影响范围 (2.52.0)
+- 【Docs】
+  - 修复 Tabs 组件文档中的 tabPosition 参数类型错误 [@miyuesc](https://github.com/miyuesc)
+- 【Chore】
+  - 去除 ResizeObserver polyfill
+
 ####  🎉 2.52.3 (2024-02-22)
 - 【Fix】
     - 修复 Cascader 的 treeData 中 value 类型为 number 则面板未显示选中问题(影响范围 v2.51.0-v2.52.2)