Skip to content

2.37.3

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 11:30
· 440 commits to main since this release

2022-09-23

🐛 BugFix

  • table: Fix the problem that the tooltip does not display after the content changes (#1662)

💎 Enhancement

  • empty: Optimize the custom display priority, the image slot is higher than the global empty slot (#1673)
  • input: It is no longer possible to input content from the middle when optimizing the max limit (#1672)
  • image: do not display toolbar when actions layout is empty (#1668)
  • overflow-list: overflow quantity changes event (#1287)

🆎 TypeScript

  • table: fix TableRowSelection type definition (#1667)
  • icon: Add Icon related type declaration (#1619)

2022-09-23

🐛 问题修复

  • table: 修复内容变化后tooltip不显示的问题 (#1662)

💎 功能优化

  • empty: 优化自定义显示优先级,image 插槽高于全局 empty 插槽 (#1673)
  • input: 优化最大限制时不再可以从中间输入内容 (#1672)
  • image: actionsLayout为空时不显示操作栏 (#1668)
  • overflow-list: 溢出数量改变事件 (#1287)

🆎 类型修正

  • table: 修复 TableRowSelection 类型声明 (#1667)
  • icon: 增加 Icon 相关类型声明 (#1619)