antd 3.10.9
- 🐞 Fix disabled Checkbox label cursor style. #13199 @walker27
- 🐞 Fix TimePicker input exceeds the boundary of container. #13194
- 🌟 Adjust Table sort order from
desc -> asctoasc -> 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
tabIndexprop. #13265 @arifemrecelik - 🐞 TreeSelect won't call
loadDatawhen 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