Skip to content

2.61.1

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 09:12
· 39 commits to main since this release

🐛 BugFix

  • Fixed the bug of icon misalignment when the Input component is set to allowClear and the width is adaptive.(#2606)
  • The autowidth Input component does not show the omitted state when the text is hovered.(#2606)
  • (#2602)
  • Fix the problem that the Table component may report an error when dynamically changing scrollY(#2599)
  • Fix the problem that Input.Search cannot transparently transmit suffix and addAfter(#2591)

🐛 问题修复

  • 修复 Input 组件设置 allowClear且自适应宽度时,清除图标错位的 bug。(#2606)
  • 自适应宽度的 Input 组件在文本被 Hover 时不显示省略状态。(#2606)
  • 修复rtl切换时fixedClassName错误的问题(#2602)
  • 修复 Table 组件动态变化 scrollY 可能报错的问题(#2599)
  • 修复 Input.Search 无法透传 suffixaddAfter 的问题(#2591)