March 26, 2020
- Bugfix: Fixed
<InputNumber>
triggeringonChange
event incorrectly when losing focus. (#923) - Bugfix: Update broken types in
<DateRangePicker>
. (#916) - Bugfix:
rowHeight
should be optional on<Table>
. (#913) - Improve: The
content
props value supportsfalse
on<Badge>
. (#915) - Improve: Support keyboard enter key selection after the search is completed on Picker. (#914)
- Bugfix: 修复了
<InputNumber>
在失去焦点时候,值未改变的情况下也触发了onChange
事件。 (#923) - Bugfix: 修复了
<DateRangePicker>
中错误的 typescript 类型定义。 (#916) - Bugfix: 修复了
<Table>
错误的 typescript 类型定义,rowHeight
应该是可选属性。 (#913) - Improve: 更新
<Badge>
组件content
属性的值可以设置为false
。 (#915) - Improve: 改进了
Picker
组件在搜索后,支持键盘Enter
键直接选中第一个结果。 (#914)