Skip to content

Commit

Permalink
chore: changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
DaiQiangReal committed Sep 10, 2024
1 parent dbbf5b6 commit 0804736
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 12 deletions.
23 changes: 17 additions & 6 deletions content/start/changelog/index-en-US.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,30 @@ 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 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)

#### 🎉 2.66.0-beta.0 (2024-09-02)
- 【Feat】
- Tabs add slash type
- renderArrow of Tabs support defaultNode param
- All types of Tabs support closable (previously only the card type supported closable)
- Tabs supports setting dropdown parameters in collapsible mode through dropdownProps API
- 【Fix】
- Fixed the issue that the error style was blocked in Form.Upload image wall mode
- Fixed the issue that Collapse Tabs crashes when the tab is set to jsx (affected range: 2.65.0 )
- 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.
- 【Feat】
- Tabs add slash type
- renderArrow of Tabs support defaultNode param
- All types of Tabs support closable (previously only the card type supported closable)
- Tabs supports setting dropdown parameters in collapsible mode through dropdownProps API
- create KeyboardShortCut,user can define shortcut key combinations and trigger callbacks. [@Nathon2Y](https://github.com/Nathon2Y)
- 【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)

Expand Down
23 changes: 17 additions & 6 deletions content/start/changelog/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,31 @@ Semi 版本号遵循 **Semver** 规范(主版本号-次版本号-修订版本
- 次版本号(minor):Semi 固定每两周发布一个 minor 版本,包括以下类型变更:添加了新组件/新 feature,或者设计规范样式更新,或者不合理交互的变更,但不会对组件 API 做删减或功能变更。
- 修订版本号(patch):仅会进行 bugfix,发布时间不限
- 不同版本间的详细关系,可查阅 [FAQ](/zh-CN/start/faq)
-


#### 🎉 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)

#### 🎉 2.66.0-beta.0 (2024-09-02)
- 【Feat】
- Tabs 增加 slash 类型 [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- Tabs 的 renderArrow 支持 defaultNode 参数 [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- Tabs 的所有类型支持 closable (此前仅 card 类型支持 closable) [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- Tabs 支持通过dropdownProps API 设置滚动折叠模式下的 dropdown 参数 [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- 【Fix】
- 修复 Form.Upload 图片墙模式下 error 样式被遮挡问题 [#2449](https://github.com/DouyinFE/semi-design/pull/2449)
- 修复 Collapse Tabs 在 tab 设置为 jsx 情况下会崩溃问题(影响范围:2.65.0 ) [#2464](https://github.com/DouyinFE/semi-design/pull/2464)
- 修复 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)
- 【Feat】
- Tabs 增加 slash 类型 [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- Tabs 的 renderArrow 支持 defaultNode 参数 [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- Tabs 的所有类型支持 closable (此前仅 card 类型支持 closable) [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- Tabs 支持通过dropdownProps API 设置滚动折叠模式下的 dropdown 参数 [#2416](https://github.com/DouyinFE/semi-design/pull/2416)
- 【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 0804736

Please sign in to comment.