All Versions
76
Latest Version
Avg Release Cycle
13 days
Latest Release
861 days ago
Changelog History
Page 5
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
andfooterGroup.getFooterProps
- โ Added the support for the
-
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
- โ Added the
-
v7.0.0-beta.27 Changes
- โ Added the
useControlledState
option, which allows for hook-context control of the resolved internal table state
- โ Added the
-
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 oncolumnId
lookup
- ๐ Fixed an issue where
-
v7.0.0-beta.24 Changes
- ๐ Changed
selectedRowIds
to use aSet()
instead of an array for performance. - โ Removed types and related files from the repo. The community will now maintain types externally on Definitely Typed
- ๐ Changed
-
v7.0.0-beta.23 Changes
- The internal
useMain
hook has been renamed touseInstance
- The internal
useBeforeDimensions
hook has been renamed touseInstanceBeforeDimensions
- ๐ Fixed an issue where
useResizeColumns
wasn't working properly
- The internal
-
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
- ๐ Fixed an issue where
-
v7.0.0-beta.21 Changes
- โ Removed deprecated
defaultState
export
- โ Removed deprecated