Releases: KevinVandy/material-react-table
Releases · KevinVandy/material-react-table
v2.4.0
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
andMRT_RowVirtualizer
types - Added behavior to not render Save Row button unless either
onCreatingRowSave
oronEditingRowSave
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
- @Rishi556 made their first contribution in #907
- @Nir-Cohen made their first contribution in #912
- @noam3127 made their first contribution in #905
Full Changelog: v2.3.1...v2.4.0
v2.3.1
What's Changed
- Fix warning virtualIndex in MRT_TableBodyCell by @dangkhoa99 in #900
- Fix row selection with mrt-row-create by @dangkhoa99 in #902
Full Changelog: v2.3.0...v2.3.1
v2.3.0
What's Changed
- Added new
visibleInShowHideMenu
column option to allow for columns to be hidden from the show/hide columns menu, regardless of column visibility state. - Fixed bug where the Show All button in the show/hide columns menu did not properly skip columns with
enableHiding: false
set. - Fix createDisplayMode='row' not working with enableRowVirtualization=true by @dangkhoa99 in #896
Full Changelog: v2.2.0...v2.3.0
v2.2.0
What's Changed
- Added new
useMRT_Rows
,useMRT_ColumnVirtualizer
, anduseMRT_RowVirtualizer
hooks to allow for more advanced use cases for headless mode. - Fix - Warning: Encountered two children with the same key by @dangkhoa99 in #891
New Contributors
- @dangkhoa99 made their first contribution in #891
Full Changelog: v2.1.0...v2.2.0
v2.1.0
What's Changed
- Upgraded to TanStack Table
v8.11.2
for newcolumnResizeDirection
table option - Added proper column resizing support for right-to-left languages
- Updated French locale
- Fixed warning on edit textfield with outlined variant
Full Changelog: v2.0.6...v2.1.0
v2.0.6
What's Changed
- Fixed horizontal scrollbar showing up in layoutMode grid with column resizing enabled
- Add hebrew localization by @AlonMiz in #855
- add disabled props to
TablePagination
by @HanJaeJoon in #858 - fix typos in docs by @HanJaeJoon in #865
New Contributors
- @AlonMiz made their first contribution in #855
- @HanJaeJoon made their first contribution in #858
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- Upgraded to TanStack Virtual
v3.0.1
stable release - Fixed potential duplicate key warning while rendering skeleton rows when
getRowId
table option is provided and doesn't properly returnundefined
- Add direction prop to alt sort icon by @Volene in #805
- Fix InputProps defined in muiSearchTextFieldProps overwrited default InputProps by @igor-dnascript in #824
New Contributors
- @igor-dnascript made their first contribution in #824
Full Changelog: v2.0.4...v2.0.5
v2.0.4
What's Changed
- Added
muiPaginationProps.SelectProps
support back to allow for native select - Fix/rows per page options by @muhammadalsattar in #796
- fix typo in docs - virual to virtual by @gollumnima in #803
New Contributors
- @gollumnima made their first contribution in #803
Full Changelog: v2.0.3...v2.0.4
v2.0.3
What's Changed
- Missing 's' in row._valueCache by @RichardMEN11 in #779
- add ar to locale examples by @muhammadalsattar in #791
- fix typos and update ar locale by @muhammadalsattar in #792
- Add Amharic Translation (am.ts) by @drjseifu1991 in #793
- Yuren/v2 by @anyone-yuren in #789
New Contributors
- @RichardMEN11 made their first contribution in #779
- @muhammadalsattar made their first contribution in #791
- @drjseifu1991 made their first contribution in #793
Full Changelog: v2.0.2...v2.0.3