Skip to content

v2.71.2

Compare
Choose a tag to compare
@github-actions github-actions released this 13 Dec 06:36
· 32 commits to main since this release
  • 【Fix】
    • 去除 Collapsible 组件更新时多余的属性前后是否变化对比 #2631
    • 修复在 React18 下无论是否动画开启,快速移动鼠标在 tooltip trigger 上时,概率性 dom 只透明但不消失,导致无法点击页面元素的问题 #2605
    • 修复 Chat 组件 mode 动态变化未生效问题 #2625
    • 设置图片预览的 img 节点的 max-width 为 none,避免同时使用 tailwind 时放大显示错误问题 #2624

  • 【Fix】
    • Remove redundant calculations to determine whether the properties have changed when the Collapsible component is updated. #2631
    • Fixed the issue where in react18, regardless of whether animation is on or not, when the mouse is quickly moved over the tooltip trigger, the DOM would become transparent but not disappear, causing the page element to be unclickable #2605
    • Fixed the problem that the dynamic mode change of the Chat component did not take effect #2625
    • Set the max-width of the img node of the image preview to none to avoid enlargement display errors when using tailwind at the same time. #2624