Skip to content

v0.8.46

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Apr 02:26
· 86 commits to main since this release

0.8.46 (2024-04-29)

Bug Fixes

  • Cascader: 处理 data 置空时,已展开的 Menus 不会重置的问题 (#770) (2642e2d)
  • Modal: 补齐 Modal API 参数类型中缺失的字段 (#778) (0134ec7)
  • Table: 修复 Column 的 CellProps 导出类型不对的问题 (#769) (2f60437)

Features

  • Menu: 菜单组件新增 trigger 属性,处理水平模式只能打开一项菜单场景 (#767) (edf612a)
  • Menu: 支持 popper 的 getContainer (#765) (9b5142e)
  • Text: 文本组件新增 gradient 属性 (#779) (3aec03a)
  • TextHighlight: 新增 TextHighlight 文本高亮组件 (#740) (f3634c5)