Skip to content

Commit

Permalink
chore:change log
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Feb 23, 2024
1 parent 52d9910 commit 39be48f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
12 changes: 12 additions & 0 deletions content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
12 changes: 12 additions & 0 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 39be48f

Please sign in to comment.