All Versions
76
Latest Version
Avg Release Cycle
13 days
Latest Release
861 days ago

Changelog History
Page 5

  • v7.0.0-rc.1 Changes

    • Minor regex optimizations during row path creation
  • v7.0.0-rc.0 Changes

    • โž• Added the support for the Footer renderer, column.getFooterProps, footerGroups and footerGroup.getFooterProps
  • v7.0.0-beta.28 Changes

    • โž• Added the useColumnVisibility plugin as a core plugin along with several new instance and column-level methods to control column visibility
    • โž• Added the "column-hiding" example
  • v7.0.0-beta.27 Changes

    • โž• Added the useControlledState option, which allows for hook-context control of the resolved internal table state
  • v7.0.0-beta.26 Changes

    • ๐Ÿ›  Fixed an issue where the table would crash if useSortBy was reset via the resetSortBy action
    • โšก๏ธ Updated all of the examples to use the "[email protected]" tag.
    • utils is no longer an exported variable and instead, all of the individual util methods are exported at the root level of the library.
  • v7.0.0-beta.25 Changes

    • ๐Ÿ›  Fixed an issue where useRowState would crash due to invalid initial state of previous cell state on columnId lookup
  • v7.0.0-beta.24 Changes

    • ๐ŸŽ Changed selectedRowIds to use a Set() instead of an array for performance.
    • โœ‚ Removed types and related files from the repo. The community will now maintain types externally on Definitely Typed
  • v7.0.0-beta.23 Changes

    • The internal useMain hook has been renamed to useInstance
    • The internal useBeforeDimensions hook has been renamed to useInstanceBeforeDimensions
    • ๐Ÿ›  Fixed an issue where useResizeColumns wasn't working properly
  • v7.0.0-beta.22 Changes

    • ๐Ÿ›  Fixed an issue where useRowState would crash due to invalid initial state attempting to spread into the new state
  • v7.0.0-beta.21 Changes

    • โœ‚ Removed deprecated defaultState export