Skip to content

3.10.9

Compare
Choose a tag to compare
@ant-design-bot ant-design-bot released this 25 Nov 03:54
· 15653 commits to master since this release
  • 🐞 Fix disabled Checkbox label cursor style. #13199 @walker27
  • 🐞 Fix TimePicker input exceeds the boundary of container. #13194
  • 🌟 Adjust Table sort order from desc -> asc to asc -> desc. #13069 @OvestLabs
  • 🐞 Fix Switch can be operated when loading. #13219 @jojoLockLock
  • 🐞 Fix Carousel can not be interactive in fade mode. #13215
  • 🐞 Fix DatePicker don't support tabIndex prop. #13265 @arifemrecelik
  • 🐞 TreeSelect won't call loadData when searching to avoid lagging problem. #13245

  • 🐞 修复 Checkbox 标签名鼠标失效样式没有生效的问题。#13199 @walker27
  • 🐞 修复 TimePicker 输入框超出边界的样式问题。#13194
  • 🌟 Table 排序调整为先升序后降序。#13069 @OvestLabs
  • 🐞 修复 loading 状态下,Switch 仍然可以被操作的问题。#13219 @jojoLockLock
  • 🐞 修复 Carousel 组件渐显效果下轮播区域无法点击的问题。#13215
  • 🐞 修复 DatePicker 对 tabIndex 属性的支持。#13265 @arifemrecelik
  • 🐞 TreeSelect 现在在搜索时不再调用 loadData 以避免卡死。#13245