Skip to content

Releases: KevinVandy/material-react-table

v1.9.4

16 Apr 03:08
Compare
Choose a tag to compare

What's Changed

  • fix: missing memo dependency for render row actions prop by @matdurand in #467

New Contributors

Full Changelog: v1.9.3...v1.9.4

v1.9.3

02 Apr 05:07
Compare
Choose a tag to compare

What's Changed

  • Upgraded to latest TanStack Table v8.8.5 for new getCanSomeRowsExpand bugfix
  • Fixed issue where page index could be out of bounds after the number of rows in the table decreases. Table now goes to the last page automatically when this happens.
  • Fixed issue where global filter textbox would not initialize from external state properly
  • Fixed typo in onShowColumnFiltersChange prop name (renamed from onShowFiltersChanged)

New Contributors

Full Changelog: v1.9.2...v1.9.3

v1.9.2

27 Mar 00:00
Compare
Choose a tag to compare

What's Changed?

  • Upgraded to latest TanStack Table v8.4.4 for new row.getParentRow APIs and various select all bug fixes
  • Upgraded to latest TanStack Virtual v3.0.0-beta.54 for various bug fixes
  • Fixed issues with filter match highlighting highlighting cells that had global filtering turned off
  • Filter highlighting now uses exactMatch for non "fuzzy" filter modes

Full Changelog: v1.9.1...v1.9.2

v1.9.1

22 Mar 00:42
Compare
Choose a tag to compare

##What's Changed?

  • gave hovered selected rows a better primary shade color
  • fixed several logic bugs with filter mode switching

Full Changelog: v1.9.0...v1.9.1

v1.9.0

20 Mar 05:07
Compare
Choose a tag to compare

What's Changed

  • added new multi-sort badge number to sort label
  • improved textOverflow ellipsis
  • fixed not empty and empty filters switch not re-rendering
  • fixed sort arrow cutoff in non-left alignment
  • fixed row action menu click propagation issue
  • refactored row cell hover
  • added Serbian translations (cyrillic and latin) by @aleksamagicka in #422

New Contributors

Full Changelog: v1.8.5...v1.9.0

v1.8.5

09 Mar 07:26
Compare
Choose a tag to compare

What's Changed

  • Used more comprehensive regex to create css vars for column resizing from column ids/accessorKeys
  • Fixed more column resizing issues with nested column groups
  • Added official css classNames for column resizing elements
  • Added exports for MRT_ExpandButton and MRT_GrabHandleButton components
  • Exported MRT_Updater type so it does not have to be imported from @tanstack/react-table
  • change zh columns/rows translation by @samchiu90 in #409

Full Changelog: v1.8.4...v1.8.5

v1.8.4

02 Mar 06:09
Compare
Choose a tag to compare

What's Changed?

  • Fixed nested column header groups resizing issues

Full Changelog: v1.8.3...v1.8.4

v1.8.3

27 Feb 23:36
Compare
Choose a tag to compare

What's Changed?

  • Add back support for custom edit and filter textfield children props

Full Changelog: v1.8.2...v1.8.3

v1.8.2

27 Feb 03:55
Compare
Choose a tag to compare

What's Changed

  • Allow extending core table features by @hitendramalviya in #399
  • Flattened TS types for readability
  • Fixed more issues with column filter modes onChange resetting column filters too often

New Contributors

Full Changelog: v1.8.1...v1.8.2

v1.8.1

22 Feb 13:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.8.0...v1.8.1