Skip to content

v2.4.0

Compare
Choose a tag to compare
@KevinVandy KevinVandy released this 04 Jan 18:36
· 212 commits to v2 since this release

What's Changed

  • Upgraded to TanStack Table v8.11.3 for bug fixes with expanding and row selection
  • Added 'datetime', 'datetime-range', 'time', and 'time-range' filter variants
  • Added Tooltips to pagination buttons
  • Added new MRT_ColumnVirtualizer and MRT_RowVirtualizer types
  • Added behavior to not render Save Row button unless either onCreatingRowSave or onEditingRowSave is provided
  • Allowed muiColumnActionsButtonProps.children to be overridden with a custom icon
  • Fixed issue with Sticky Row Pinning and Row Virtualization
  • Fix pagination props being invalid in docs by @Rishi556 in #907
  • Feat: creating row with external button by @dangkhoa99 in #903
  • Fix pin icon loop mouse enter and over, crash when scroll after pin row in table enable row virtualization by @dangkhoa99 in #910
  • bug/fix head cell column action cell button by @Nir-Cohen in #912
  • add datetime and datetime-range filter variants by @noam3127 in #905

New Contributors

Full Changelog: v2.3.1...v2.4.0