Skip to content
- DatePicker Fix can't select time when new props are passed, and improve the selection behavior of
DatePicker[showTime]. #5189 @megawac
- Form
- Icon Add iconfont
shake and android-o. commit/941782
- Input Fix
hasFeedback not work with addonBefore. #5228
- InputNumber Add typings for props
formatter. #5240 @hlehmann
- Modal Call
onCancel when pressing esc key. #5203 @elios264
- Table
- Fix implicit type issue. #5206 @kvey
- Fix right border not visible with no data in
small size. #5237
- Fix sort not working when using grouping column. #5158
- Tooltip Fix layout style on disabled Button. #5254
- Upload
- Global Optimization
- Fix Cannot resolve module
lodash.debounce. #5230
- Site
- DatePicker 优化了带时间的 DatePicker 的选择行为,并修复父组件 state 变化导致无法选中的问题。#5189 @megawac
- Form
- Icon 增加
shake 和 android-o 图标。commit/941782
- Input 修复有
addonBefore 时 hasFeedback 失效的问题。#5228
- InputNumber 补充缺失的 type 定义。#5240 @hlehmann
- Modal 支持点击 esc 调用
onCancle。#5203 @elios264
- Table
- Tooltip 修复 Trigger 为绝对定位且禁用的按钮时失效的问题。#5254
- Upload
- 全局性优化
- 修复
lodash.debounce 依赖缺失问题。#5230
- 网站