rsuite v4.3.3 Release Notes

Release Date: 2020-03-26 // about 4 years ago
  • March 26, 2020

    • 🛠 Bugfix : Fixed <InputNumber> triggering onChange 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 supports false 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)