Skip to content

1.11.0

Latest
Compare
Choose a tag to compare
@uyarn uyarn released this 21 Feb 09:51
· 3 commits to develop since this release
4a676c5

🌈 1.11.0 2025-02-21

🚀 Features

  • Drawer: sizeDraggable支持SizeDragLimit类型 @huangchen1031 (#3465)
  • Form: FormItem 新增 statustips API @RSS1102 (#3490)
  • Icon: 新增logo-alipaylogo-behance-filled等图标,修改logo-wecom图标,移除不合理的logo-wecom-filled图标 @uyarn(#3468)

🐞 Bug Fixes

  • AutoComplete: 修复 options 为空数组,empty 节点没显示的问题 @liweijie0812 (#3474)
  • Dialog: 修复 1.10.8 版本后当 mode 为 "normal" 时渲染不符合预期的问题 @RSS1102 (#3493)
  • ImageViewer: 修复开启closeOnOverlay时,点击蒙层关闭存在闪烁情况的问题 @huangchen1031(#3472)
  • Menu: 修复MenuGroup的 title 不支持使用函数渲染的问题 @uyarn (#3497)
  • Statistic: 修复 decimalPlaces=0 时数值动画期间精度错误的问题 @liweijie0812 (#3496)
  • Tabs: 修复可滑动Tabs配合action使用的样式问题 @Wesley-0808(#3477)
  • Transfer: 确保 filterTransferData 仅返回有效值 @RSS1102 (#3487)

🚧 Others