Skip to content

3.20.1

Compare
Choose a tag to compare
@ant-design-bot ant-design-bot released this 07 Jul 07:07
· 12630 commits to master since this release
bc6c0f1
  • 💄 Optimize TimePicker focus style. #17447
  • 💄 Optimize DatePicker arrow style for resolve messy when not use utf-8. #17480
  • 🐞 Remove useless props which Drawer pass to rc-drawer for avoid error. #17390
  • 🐞 Fix Tabs disabled tab and next icon style. #17500
  • 🐞 Fix Result's problem that the className is empty and the class name is wrong. #17389
  • 🐞 Fix DatePicker's input box is obscured on safari. #17421
  • 🐞 Fix typo icon name colum-height to column-height. #17458
  • TypeScript

  • 💄 优化 TimePicker 聚焦状态的样式。#17447
  • 💄 优化 DatePicker 箭头样式,解决非 utf-8 编码下箭头样式乱码的问题。#17480
  • 🐞 删除 Drawer 中传给 rc-drawer 的不必要的属性避免报错。#17390
  • 🐞 修复 Tabs 当前失效页签样式以及切换图标错位 2px 的问题。#17500
  • 🐞 修复 Result 组件 className 为空造成类名错误的问题。#17389
  • 🐞 修复 safari 浏览器 DatePicker 组件输入框被遮挡的问题。#17421
  • 🐞 修复图标名 colum-heightcolumn-height#17458
  • TypeScript
    • 🐞 修复 Form onSubmit TypeScript 定义。#17412
    • 🐞 修复 AutoComplete 多余的 loading 属性 TypeScript 定义。#17433
    • 🐞 修复 Switch 的 onClick 的 TypeScript 定义。#17502 @DiamondYuan