Skip to content

v2.66.0

Compare
Choose a tag to compare
@github-actions github-actions released this 10 Sep 08:51
· 21 commits to main since this release
  • 【Fix】
    • 修复 Tooltip 在动画开启状态快速滑入并滑出,tooltip 正常消失但是 dom 不卸载的问题 #2461
    • 修复 Upload addOnPasting 在 SideSheet中无法上传的问题 #2478
    • 修复单选的 Cascader,在 React 版本大于 18 情况下,异步加载数据展开行为异常问题 #2212
    • 针对上个 Beta 新增的 快捷键组件 Hotkeys 进行了一些 API 的微调,更符合实际使用场景 #2463
  • 【Chore】
    • 新增 ConfigConsumer 导出,用于手动获取 ConfigProvider 内的值 #2468
    • HotKeys 增加 static Keys属性 @Nathon2Y #2463

  • 【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 Upload addOnPasting in Sidesheet could not be uploaded #2478
    • Fixed single-select Cascader, under React18, the expansion behavior is abnormal when loading data asynchronously #2212
    • Made some API tweaks for the Hotkeys component added in the previous Beta to make it more suitable for actual usage scenarios #2463
  • 【Chore】
    • Added ConfigConsumer export for manually obtaining ConfigProvider #2468
    • HotKeys adds static Keys property @Nathon2Y #2463