Skip to content

antd 3.23.5

  • 🐞 Fix Upload preview image cannot fill the picture card box. #18990
  • 🐞 Fix Breadcrumb not support data-* and aria-* attributes. #18941 @sosohime
  • 🐞 Fix TreeSelect removeIcon and clearIcon not working. #18949 @sosohime
  • 🐞 Fix Tree switcherIcon prop not working when showLine is true. #18829 @MrHeer
  • 🐞 Fix style bug of Button with icon only when in Button.Group. #18994
  • 🐞 Remove Select useless prop searchValue which is a total misunderstanding. #19003
  • 🐞 Fix Avatar string blink when ssr render at first time. #19029
  • TypeScript

  • 🐞 修复 Upload 预览图片无法填充满图片框的问题。#18990
  • 🐞 修复 Breadcrumb 不支持 data-*aria-* 的问题。#18941 @sosohime
  • 🐞 修复 TreeSelect removeIconclearIcon 不工作的问题。#18949 @sosohime
  • 🐞 修复 Tree 组件当 showLine 设置后 switcherIcon 没有正常工作的问题。#18829 @MrHeer
  • 🐞 修复按钮图标在 Button.Group 中的错位问题。#18994
  • 🐞 移除 Select 中无效属性 searchValue 的定义及文档。#19003
  • 🐞 修复 Avatar 文本头像在 ssr 时会闪烁的问题。#19029
  • TypeScript