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

Changelog History
Page 3

  • v5.2.0 Changes

    November 18, 2021

    ๐Ÿ› Bug Fixes

    • Table: fix scroll bar not re-rendering after table resize (#267) (185f759)

    ๐Ÿ”‹ Features

    • Column: added support for nested values of dataKey on Column (#268) (50ec875)

    ๐ŸŽ Performance Improvements

    • TreeTable: improve the performance of tree table (#266) (25eeee6)
  • v5.1.0 Changes

    November 12, 2021

    ๐Ÿ”‹ Features

    • Table: added support function type for shouldUpdateScroll (#262) (a05bf8e)
    • Touch: support momentum scroll when touch (#263) (23982ed)
  • v5.0.3 Changes

    ๐Ÿ— -build(deps): bump dom-lib to 3.0.0 #260

  • v5.0.2 Changes

    October 28, 2021

    ๐Ÿ› Bug Fixes

    • scroll: fix resizable will affect the scroll bar reset (#258) (8bf2ae6)
    • Table: fix scroll event not working (#257) (7212e66)
    • Table: remove default value of rowKey (#259) (191ffda)
  • v5.0.1 Changes

    October 20, 2021

    ๐Ÿ› Bug Fixes

    • ๐Ÿ› Add the children type definition for Column (#254) (6b7a69e)
    • โšก๏ธ ๐Ÿ› fix scrollbar is not updated after tree node is expanded (#253) (323110c), closes #249

    ๐Ÿ”‹ Features

    • a11y: add aria-busy attribute to loading table (#251) (e41e2cf)
  • v5.0.0 Changes

    • ๐Ÿ›  fix(cell): change Cell width and depth prop to optional. (#206)
    • ๐Ÿ›  fix(cell): fix sortColumn not getting fired in Gatsby production build. (#204)
    • ๐Ÿ›  fix(table): gix that the ColumnGroup array cannot be rendered in the Table. (#200)
    • feat(resize): honor minWidth setting when resizing columns. (#201)
    • ๐Ÿ”จ refactor(icons): replace all icon with @rsuite/icons. (#180)
    • ๐Ÿ”จ refactor: use react hooks to refactor Table. (#232)
    • ๐Ÿ‘ feat(ColumnGroup): support groupHeaderHeight on <ColumnGroup>. (#235)
    • ๐Ÿ›  fix(autoHeight): fix the extra scroll bar width after autoHeight. (#236)
    • ๐Ÿ›  fix(affix): fix scrollbar not re-rendering after data update. (#237)
  • v5.0.0-beta.3 Changes

    September 17, 2021

    ๐Ÿ› Bug Fixes

    • table: fix cell text does not wrap when wordWrap (#246) (572b1cd)
    • table: fix that flexGrow and wordWrap cannot be used together (#247) (f91aa2b)
    • table: fix the redundant scroll bar height (#248) (26fa42f)
  • v5.0.0-beta.2 Changes

    September 16, 2021

    ๐Ÿ› Bug Fixes

    • column: fix that rowSpan cannot be used in multiple Columns (#245) (5095062)
  • v5.0.0-beta.1 Changes

    September 16, 2021

    ๐Ÿ› Bug Fixes

    • affix: fix scrollbar not re-rendering after data update (#237) (5a759d6)
    • autoHeight: fix the extra scroll bar width after autoHeight (#236) (3ef47cb)
    • Cell: fix that the content cannot be styled through style (#234) (7823adb)
    • Cell: fix the problem that style padding value is overwritten (#238) (8b307c2)
    • some props of TableProps should be optional. (#240) (f8bf9c8)
    • table: fix scroll listener not updated after data update (#242) (75aef50), closes #239

    ๐Ÿ”‹ Features

    • ColumnGroup: support groupHeaderHeight on <ColumnGroup> (#235) (680035a)
    • column: support rowSpan on <Column> (#243) (a6e08c2)
    • Table: refactor: use react hooks to refactor Table. (#232)
    • icons: refactor(icons): replace all icon with @rsuite/icons. (#180)
    • resize: honor minWidth setting when resizing columns. (#201)
  • v3.14.3 Changes

    • ๐Ÿ›  Bugfix: Fix the type definition error of typescript (#195)
    • ๐Ÿ›  Bugfix: Fixed ColumnGroup does not support classPrefix (#193)
    • ๐Ÿ›  Bugfix: Fixed Row missing custom rowKey (#191)
    • ๐Ÿ›  Bugfix: Fixed the unhandled scroll bar width when the Cell is fixed on the right (#189)