Skip to content

Releases: KevinVandy/material-react-table

v3.0.0-alpha.0

31 Aug 03:26

Choose a tag to compare

v3.0.0-alpha.0 Pre-release
Pre-release

What's Changed

Initial MRT V3 alpha release

Full Changelog: v2.13.2...v3.0.0-alpha.0

v2.13.2

30 Aug 23:43

Choose a tag to compare

What's Changed

  • Upgraded to TanStack Table v8.20.5
  • Upgraded to TanStack Virtual v3.10.6
  • Disable blur by pressing enter when composing by @akadateppei in #1224
  • Added aria-sort to MRT_TableHeadCell by @Volene in #1222

New Contributors

Full Changelog: v2.13.1...v2.13.2

v2.13.1

28 Jul 23:41

Choose a tag to compare

What's Changed

  • Upgraded to TanStack Table v8.19.3
  • Upgraded to TanStack Virtual v3.8.3
  • Fix broken link in Disable Pagination section of Pagination guide by @LICF01 in #1130
  • fix #1149 by @tmax22 in #1150
  • fix: Update MRT_EditCellTextField.tsx (add custom SelectProps) by @truefeelz in #1156
  • Update row-selection.mdx by @rohit-sanaka in #1196
  • docs: fix a typo in the documentation examples by @pa4080 in #1189
  • chore: changes types to interface so they can be extended by @tt0mmy in #1178

New Contributors

Full Changelog: v2.13.0...v2.13.1

v2.13.0

18 Apr 20:55

Choose a tag to compare

What's Changed

  • Upgraded to TanStack Table v8.16.0
    • New sortUndefined "first" and "last" options to allow forcing undefined values to be pushed to the beginning or end of sorted rows.
    • New _features table option to allow adding new custom internal features to the TanStack Table instance.
    • fixed column.getCanGroup always resolving to true
  • Started using the default modal z-index value from the MUI theme for the full-screen table dialog to avoid issues with other modals and app bar components.
  • Disabled Edit Save Button when isSaving state is true
  • Fixed DatePicker Types generic

New Contributors

Full Changelog: v2.12.1...v2.13.0

v2.12.1

28 Feb 18:20

Choose a tag to compare

What's Changed

  • Fixed rangeFilterIndex being undefined in filterProps callback
  • Added hr locale for Croatian translations
  • Upgraded to TanStack Table v8.13.2
    • Fixed column.getIsVisible() not returning accurate value for parent group columns
    • Fixed Deep Keys type for Partial TData types
    • New pagination table instance APIs

New Contributors

Full Changelog: v2.12.0...v2.12.1

v2.12.0

26 Feb 09:31

Choose a tag to compare

What's Changed

  • Marked React 17 as a peer dependency instead of React 18 since concurrent features are not yet being utilized under the hood in MRT (not until MRT v3 now)
  • Replaced dv styles with dvh styles in full-screen mode
  • filterSelectOptions filter tooltip displays label by @loughlinclaus3 in #997
  • Fix dnd ghost going back on drop by @aarjithn in #1000

New Contributors

Full Changelog: v2.11.3...v2.12.0

v2.11.3

15 Feb 02:22

Choose a tag to compare

What's Changed

  • Upgraded to TanStack Table v8.12.0 for new column pinning/sizing/pinning instance APIs and better column resizing performance
  • Fixed "Clear selection" button to always clear selection for all pages

Full Changelog: v2.11.2...v2.11.3

v2.11.2

09 Feb 07:00

Choose a tag to compare

What's Changed

  • Fixed bugs with batch row selection and row pinning together
  • Fixed duplicate pinned rows when global filter is present for non-sticky row pinning modes
  • Fixed selected row count in toolbar alert banner with sub row selection

New Contributors

Full Changelog: v2.11.1...v2.11.2

v2.11.1

05 Feb 08:24

Choose a tag to compare

What's Changed

  • Fixed bug where new batch row selection feature did not account for manualPagination
  • Fixed bug where parent selected checkbox should not be indeterminate when the row itself is selected

Full Changelog: v2.11.0...v2.11.1

v2.11.0

05 Feb 06:30

Choose a tag to compare

What's Changed

  • Added new enableBatchRowSelection table option that is enabled by default that allows users to select multiple rows at once by holding down the shift key and clicking on a row
  • Added small "Clear selection" button to the toolbar alert banner selected message by default when rows are selected
  • Now exporting all MRT_*Props component prop types
  • Added new override option for passing in custom spinner while loading data with the muiCircularProgressProps.Component prop
  • Removed default Header html title attribute on all header cells
  • Display label in autocomplete filter text input, not value by @dmitry-simple-it in #972

New Contributors

Full Changelog: v2.10.0...v2.11.0