Skip to content

Commit

Permalink
docs: supplement missing changelog, adjust some classification of 2.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pointhalo committed Sep 11, 2024
1 parent 8c97448 commit 0f3e0db
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 19 deletions.
19 changes: 10 additions & 9 deletions content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,19 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
---

#### 🎉 2.66.0 (2024-09-10)
- 【Feat】
- Add 'Keys' variable to enum values and check for hotKeys [@Nathon2Y](https://github.com/Nathon2Y)
- Added ConfigConsumer export to manually get the value in ConfigProvider
- Form adds onErrorChange callback
- 【Fix】
- Fixed the issue where the tooltip quickly slides in and out when the animation is on, and the tooltip disappears normally but the dom is not unloaded
- Fixed the issue where the Tooltip quickly slides in and out when the animation is on, and the tooltip disappears normally but the dom is not unloaded
- Fixed Upload addOnPasting in Sidesheet could not be uploaded [#2478](https://github.com/DouyinFE/semi-design/issues/2478)
- Fixed single-select Cascader, under React18, the expansion behavior is abnormal when loading data asynchronously [#2212](https://github.com/DouyinFE/semi-design/issues/2212)
- Made some API tweaks for the hotkeys component added in the previous Beta to make it more suitable for actual usage scenarios [#2463](https://github.com/DouyinFE/semi-design/issues/2463)
- **Made some API tweaks for the Hotkeys component added in the previous Beta to make it more suitable for actual usage scenarios** [#2463](https://github.com/DouyinFE/semi-design/issues/2463)
- 【Chore】
- Added ConfigConsumer export for manually obtaining ConfigProvider [#2468](https://github.com/DouyinFE/semi-design/pull/2468)
- HotKeys adds static `Keys` property [@Nathon2Y](https://github.com/Nathon2Y) [#2463](https://github.com/DouyinFE/semi-design/pull/2463)


#### 🎉 2.66.0-beta.0 (2024-09-02)
- 【New Component】
- create Hotkeys component,user can define shortcut key combinations and trigger callbacks. [@Nathon2Y](https://github.com/Nathon2Y)
- 【Feat】
- Tabs add slash type
- renderArrow of Tabs support defaultNode param
Expand All @@ -38,10 +41,8 @@ Version:Major.Minor.Patch (follow the **Semver** specification)
- Fixed the issue that Dropdown onVisibleChange reported an error when it was not defined in some scenarios
- Fixed SyntaxError when parsing unescaped characters in Chat component message box
- Fixed the issue where the Chat component scrolls the message list while the message is being updated streaming. The streaming update of message will cause the list to unexpectedly scroll to the bottom.
- 【New Component】
- create Hotkeys component,user can define shortcut key combinations and trigger callbacks. [@Nathon2Y](https://github.com/Nathon2Y)
- 【Chore】
- The size API type of Avatar and AvatarGroup has been changed to string #2443 [#2446 ](https://github.com/DouyinFE/semi-design/issues/2446)
- The size API type of Avatar and AvatarGroup has been changed to string #2443 [#2446](https://github.com/DouyinFE/semi-design/issues/2446)

#### 🎉 2.65.0 (2024-08-23)
- 【Fix】
Expand Down
20 changes: 10 additions & 10 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,18 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本


#### 🎉 2.66.0 (2024-09-10)
- 【Feat】
- 为组件新增`Keys`变量,并为用户定义快捷键添加有效性检查 [@Nathon2Y](https://github.com/Nathon2Y) [#2463](https://github.com/DouyinFE/semi-design/pull/2463)
- 新增 ConfigConsumer 导出,用于手动获取 ConfigProvider 内的值 [#2468](https://github.com/DouyinFE/semi-design/pull/2468)
- Form 增加 onErrorChange 回调 [#2397](https://github.com/DouyinFE/semi-design/pull/2397)
- 【Fix】
- 修复 tooltip 在动画开启状态快速滑入并滑出,tooltip 正常消失但是 dom 不卸载的问题 [#2461](https://github.com/DouyinFE/semi-design/pull/2461)
- 修复单选的 Cascader,在 React 版本大于 18 情况下,异步加载数据展开行为异常问题 [#2212](https://github.com/DouyinFE/semi-design/issues/2212) [#2435](https://github.com/DouyinFE/semi-design/pull/2435)
- 针对上个 Beta 新增的 快捷键组件 hotkeys 进行了一些 API 的微调,更符合实际使用场景 [#2463](https://github.com/DouyinFE/semi-design/issues/2463)

- 修复 Tooltip 在动画开启状态快速滑入并滑出,tooltip 正常消失但是 dom 不卸载的问题 [#2461](https://github.com/DouyinFE/semi-design/pull/2461)
- 修复 Upload addOnPasting 在 SideSheet中无法上传的问题 [#2478](https://github.com/DouyinFE/semi-design/issues/2478)
- 修复单选的 Cascader,在 React 版本大于 18 情况下,异步加载数据展开行为异常问题 [#2212](https://github.com/DouyinFE/semi-design/issues/2212)
- **针对上个 Beta 新增的 快捷键组件 Hotkeys 进行了一些 API 的微调,更符合实际使用场景** [#2463](https://github.com/DouyinFE/semi-design/issues/2463)
- 【Chore】
- 新增 ConfigConsumer 导出,用于手动获取 ConfigProvider 内的值 [#2468](https://github.com/DouyinFE/semi-design/pull/2468)
- HotKeys 增加 static `Keys`属性 [@Nathon2Y](https://github.com/Nathon2Y) [#2463](https://github.com/DouyinFE/semi-design/pull/2463)

#### 🎉 2.66.0-beta.0 (2024-09-02)
- 【New Component】
- 添加快捷键组件,支持用户自定义快捷键组合并触发回调 [@Nathon2Y](https://github.com/Nathon2Y) [#2418](https://github.com/DouyinFE/semi-design/pull/2418)
- 【Feat】
- Tabs 增加 slash 类型 [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- Tabs 的 renderArrow 支持 defaultNode 参数 [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
Expand All @@ -36,8 +38,6 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 修复 Dropdown onVisibleChange 在一些场景未定义时报错的问题 [#2454](https://github.com/DouyinFE/semi-design/pull/2454)
- 修复 Chat 组件内容显示部分解析未转义字符时候的 SyntaxError [#2452](https://github.com/DouyinFE/semi-design/pull/2452)
- 修复 Chat 组件在消息流式更新的同时,滚动消息列表,消息流式更新会导致列表意外滚动到底部问题 [#2451](https://github.com/DouyinFE/semi-design/pull/2451)
- 【New Component】
- 添加快捷键组件,支持用户自定义快捷键组合并触发回调 [@Nathon2Y](https://github.com/Nathon2Y) [#2418](https://github.com/DouyinFE/semi-design/pull/2418)
- 【Chore】
- Avatar,AvatarGroup 的 size API 类型修改为 string #2443 [#2446 ](https://github.com/DouyinFE/semi-design/issues/2446) [#2459](https://github.com/DouyinFE/semi-design/pull/2459)

Expand Down

0 comments on commit 0f3e0db

Please sign in to comment.