rsuite v4.3.2 Release Notes

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

    • 🔋 Feature: Support showOneCalendar on <DateRangePicker>. (#911,#848)
    • 🛠 Bugfix: Fixed an issue where the scroll bar would not reset after the table was updated with data. (rsuite-table#136)
    • 🛠 Bugfix: Fixed missing typescript type definition in table.
    • Example: Added example for Nav.Item with react-router-dom/link. (#909)
    • Example: Added example for Nav.Item with next/link. (#907)

    • 🔋 Feature: <DateRangePicker> 新增 showOneCalendar 属性,支持只显示一个日历。(#911,#848)
    • 🛠 Bugfix: 修复了 <Table> 在数据更新后,滚动条位置未重重的问题。 (rsuite-table#136)
    • 🛠 Bugfix: 修复了 <Table> 缺少 Typescript 的类型定义。
    • Example: 新增 Nav.Itemreact-router-dom/link组合的示例 (#909)
    • Example: 新增 Nav.Itemnext/link组合的示例 (#907)