Skip to content

v0.8.48

Compare
Choose a tag to compare
@github-actions github-actions released this 20 May 02:51
· 42 commits to main since this release

0.8.48 (2024-05-20)

Bug Fixes

  • 兼容新的值为 undefined 的场景 (ef1dab3)
  • input slot.suffix可响应式 (#805) (122ebe8)
  • Menu: 修复 mode 和 trigger 配置项传字符串,类型报错提示的问题 (#797) (6dfc128)
  • Table: 处理 Column.formatter 返回循环依赖对象的情况 (#809) (cdf3b40)
  • Table: 修复初始化 checkedKeys 被清空逻辑异常问题 (#802) (3d9c653)
  • Tag: 修复 tag 组件 close icon 鼠标离开后,偶现 hover 状态异常问题 (#792) (c70b1f1)

Features

  • 分隔线颜色优化 (#804) (710af78)
  • Form: 调整 props.rules 类型定义,并导出 Rules 类型 (#801) (d7dc939)
  • RadioButton: 单选按钮组增加 icon slot (#795) (11019fe)