Changelog
Version 2
Version 2.0.0 - 10-27-2023
Made
MaterialReactTablea named export instead of a default export.Made
@mui/x-date-pickersa required peer dependency.Added new
useMaterialReactTablehook to replace the need for thetableInstanceRefprop.Now exporting all
MRT_*sub-components and utility functions frommaterial-react-tablepackage to allow for easier building of custom UIs in headless mode.Added
createMRTColumnHelperutility function to help with creating columns with slightly more type-safety.Added new
mrtThemetable option to allow for changing some basic mui theme colors that are hard to target with CSS or the mui theme provider.Added new
layoutMode: 'grid-no-grow'option for better column resizing behavior.Improved column resizing UI.
Added new
columnFilterDisplayModeoption to allow for different filter UIs.Added new
createDisplayModetable option to allow for different create/editing UIs. Added new functionality for creating new rows in the table.Renamed
editModeprop toeditDisplayModetable option.Added new
paginationDisplayModeoption to allow for different pagination UIs.Added new
rowPinningDisplayModetable option and row pinning features.Added new
"autocomplete"filterVariant.Added new
"date"filterVariant.Added new
"date-range"filterVariant.Added new loading overlay UI features when
isLoadingorshowLoadingOverlayare true Progress bars no longer show whenisLoadingis true.Changed the default sort icon and show it as visible with a low opacity by default in table header cells.
Changed the filter label icon to show before the sort icon in table header cells.
Changed the default global filter search box UI to be compact and outlined.
Changed edit text field UI to be more compact by default.
Changed the default rowNumberDisplayMode to
"static".Changed how the full screen table UI works internally. (No more mui full screen dialog, just simple CSS)
Upgraded to TanStack Table
v8.10.7Upgraded to TanStack Virtual
v3.0.0-beta.68Renamed options
editingMode->editDisplayModerowNumberMode->rowNumberDisplayModeenablePinning->enableColumnPinningandenableRowPinningvirtualizerInstanceRefsplit intocolumnVirtualizerRefandrowVirtualizerRefvirtualizerPropssplit intocolumnVirtualizerOptionsandrowVirtualizerOptionscolumnVirtualizerProps->columnVirtualizerOptionsrowVirtualizerProps->rowVirtualizerOptionsmuiTablePaginationProps->muiPaginationPropsmuiTableBodyCellCopyButtonProps->muiCopyButtonPropsmuiTableBodyCellEditTextFieldProps->muiEditTextFieldPropsmuiTableBodyCellSkeletonProps->muiSkeletonPropsmuiTableBodyRowDragHandleProps->muiRowDragHandlePropsmuiTableDetailPanelProps->muiDetailPanelPropsmuiTableHeadCellColumnActionsButtonProps->muiColumnActionsButtonPropsmuiTableHeadCellDragHandleProps->muiColumnDragHandlePropsmuiTableHeadCellFilterCheckboxProps->muiFilterCheckboxPropsmuiTableHeadCellFilterTextFieldProps->muiFilterTextFieldPropsmuiTableHeadCellFilterSliderProps->muiFilterSliderPropsMRT_FilterFnsState->MRT_ColumnFilterFnsMaterialReactTableProps->MRT_TableOptions
Is anything missing from this v2 changelog? Make a PR or join the Discord to discuss.
Version 1
See the old V1 Changelog
Roadmap
Version 2 Roadmap (2023)
Material React Table V2 was a big release months in the making that mostly focussed on the new useMaterialReactTable hook and paradigms. New features will be added and many bug fixes around virtualization compatibility with advanced features will be prioritized first.
A lighter weight useMaterialReactTableLight hook is also being considered in the near future that will be a bit more bare-bones and tree-shakable. All features will be opt-in and will not be enabled by default.