Skip to content

3.20.2

Compare
Choose a tag to compare
@ant-design-bot ant-design-bot released this 13 Jul 09:33
· 12355 commits to master since this release
  • 📖 Add version description for every features. #17373 @muzea
  • 🐞 Fix Button transition style when loading. #17596 @LilyWakana
  • Cascader - 🐞 Fix not display notFoundContent when options.length is 0. #17538 - 🐞 Fix option's loading not aligned when isLeaf is true. #17550 - 🐞 Fix over-length text covered by arrow. #17583
  • 🐞 Fix Input style when suffix and clear icon exist both. #17508 @LilyWakana
  • TypeScript - 💄 Improve type definition of Cascader's option. #17581 @MrHeer - 🐞 Fix type definition of Descriptions.title. #17412 - 🐞 Fix type definition of Collapse.activeKey, Collapse.defaultActiveKey and CollapsePanel.key. #17557 @thylsky

  • 📖 文档中增加对组件新特性的版本说明。#17373 @muzea
  • 🐞 修复 Button 组件的 loading 样式问题。#17596 @LilyWakana
  • Cascader - 🐞 修复 options 为空时不展示空内容的问题。#17538 - 🐞 修复 option 的 isLeaf 为 true 时 loading 样式没有对齐的问题。#17550 - 🐞 修复文本过长被箭头遮挡的问题。#17583
  • 🐞 修复 Input 组件存在多个后缀图标时的样式错乱问题。#17508 @LilyWakana
  • TypeScript - 💄 完善 Cascader 的 option 类型定义。#17581 @MrHeer - 🐞 修复 Descriptions 的 title 类型定义。#17412 - 🐞 修复 Collapse 的 activeKey、defaultActiveKey 以及 Collapse.Panel 的 key 类型定义。#17557 @thylsky