All Versions
101
Latest Version
Avg Release Cycle
18 days
Latest Release
484 days ago

Changelog History
Page 7

  • v3.5.9 Changes

    October 17, 2019
    • 🛠 Fixed scroll position after data update #100
  • v3.5.8 Changes

    September 27, 2019
    • 🛠 Fixed a rendering error when the column in the table was null #99
    • 🛠 Fixed a problem with scrolling white screen after changing height #97
  • v3.5.7 Changes

    September 19, 2019
    • 🛠 Fixed component not re-rendered after sortType update.
    • 🛠 Fix the position of the scroll bar when the height of the table changes
    • 🛠 Fix validation of merged cells for custom children
  • v3.5.6 Changes

    • 🛠 Fixed an issue where the scrollbar position was not updated after the data was updated
  • v3.5.5 Changes

    • 🛠 Fix expandedRowKeys not controlled (#90)
    • 👌 Support event parameter in onRowClick (#89)
    • 👍 Custom function parameters in <Cell> support rowIndex (#88)
  • v3.5.4 Changes

    • 🛠 Fix expandedRowKeys is invalid when rowKey is 0
  • v3.5.3 Changes

    • 🛠 Fix: Unable to preventDefault inside passive event listener due to target being treated as passive
  • v3.5.2 Changes

    • 🛠 Fixed a scrollbar being reset in the case of virtualized
  • v3.5.1 Changes

    • 🛠 Fixed scrollbar position not updated after data update
  • v3.5.0 Changes

    • 👌 Support renderEmpty and renderLoading on <Table>
    • 👌 Support verticalAlign on <Table.Column>
    • 🛠 Fix: Unable to preventDefault inside passive event listener due to target being treated as passive