Releases: KevinVandy/material-react-table
Releases · KevinVandy/material-react-table
v1.9.4
What's Changed
- fix: missing memo dependency for render row actions prop by @matdurand in #467
New Contributors
- @matdurand made their first contribution in #467
Full Changelog: v1.9.3...v1.9.4
v1.9.3
What's Changed
- Upgraded to latest TanStack Table
v8.8.5
for newgetCanSomeRowsExpand
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 fromonShowFiltersChanged
)
New Contributors
Full Changelog: v1.9.2...v1.9.3
v1.9.2
What's Changed?
- Upgraded to latest TanStack Table
v8.4.4
for newrow.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
##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
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
- @aleksamagicka made their first contribution in #422
Full Changelog: v1.8.5...v1.9.0
v1.8.5
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
andMRT_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
v1.8.3
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
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
- @hitendramalviya made their first contribution in #399
Full Changelog: v1.8.1...v1.8.2
v1.8.1
What's Changed
- New banner by @dmhumphrey in #382
- Fix column header sort button is not responsing to keyboard by @zeqiu-mirage in #390
New Contributors
- @zeqiu-mirage made their first contribution in #390
Full Changelog: v1.8.0...v1.8.1