Skip to content

Releases: KevinVandy/material-react-table

v1.5.5

10 Jan 06:42
Compare
Choose a tag to compare

What's Changed

Community Docs fixes

New Contributors

Full Changelog: v1.5.4...v1.5.5

v1.5.4

30 Dec 21:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.5.4

v1.5.3

30 Dec 01:36
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.2...v1.5.3

v1.5.2

25 Dec 00:21
Compare
Choose a tag to compare

What's Changed?

  • Added new showToolbarDropZone state option to allow manual control of when the toolbar drop zone is visible

Full Changelog: v1.5.1...v1.5.2

v1.5.1

23 Dec 06:14
Compare
Choose a tag to compare

What's Changed

  • add zh locale by @samchiu90 in #280
  • Fix sticky footer z-index when columns are pinned

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

21 Dec 05:51
Compare
Choose a tag to compare

What's Changed

  • New column virtualization feature that can be enabled with the enableColumnVirtualization prop and customized with the columnVirtualizationProps and columnVirtualizerInstanceRef props
  • Deprecated (renamed) virtualizerInstanceRef prop in favor of rowVirtualizerInstanceRef
  • Deprecated (renamed) virtualizationProps prop in favor of rowVirtualizationProps
  • Fixed crashes with empty nested data and initial filter, sorting, grouping, and pagination states
  • Update column-actions.mdx by @dmhumphrey in #263
  • Update column-filtering.mdx by @dmhumphrey in #264
  • Update column-hiding.mdx by @dmhumphrey in #265
  • Update column-ordering-dnd.mdx by @dmhumphrey in #266
  • Update column-pinning.mdx by @dmhumphrey in #267
  • Update column-resizing.mdx by @dmhumphrey in #268

Full Changelog: v1.4.3...v1.5.0

v1.4.3

15 Dec 14:08
Compare
Choose a tag to compare

What's Changed

  • Fix MUI debounce import when @mui/material v5.11.0 is installed
  • Fix select placeholder when muiTableBodyCellEditTextFieldProps.placeholder is set
  • fix ru locale by @Volene in #254

Full Changelog: v1.4.2...v1.4.3

v1.4.2

12 Dec 03:16
Compare
Choose a tag to compare

What's Changed?

  • Fix custom muiTableBodyProps.children not being rendered
  • Give TableBody a default minHeight of 100px when no rows are present

Full Changelog: v1.4.1...v1.4.2

v1.4.1

11 Dec 20:42
Compare
Choose a tag to compare

What's Changed?

  • Fixed row virtualization with detail panels to make it usable
  • Added classNames to Detail Panel Rows and Cells to make them easier to target with CSS
  • Lowered default row virtualization overscan default count from 10 to 4
  • Added imports for MRT_ToolbarAlertBanner and MRT_ToolbarDropZone components for custom toolbars

Full Changelog: v1.4.0...v1.4.1

v1.4.0

09 Dec 00:26
Compare
Choose a tag to compare

What's Changed

  • Upgrade to TanStack Virtual v3 for better virtualization performance and bug fixes - (small breaking changes if using advanced virtualized customization features) with help from @AndreyGrek
  • New layoutMode prop to allow for either "semantic" or "grid" (flex) CSS layouts for table components
  • Added onEditingRowCancel prop by @pjtilsworth in #229
  • New "Collapse" tooltip for all locales on expand buttons when expanded
  • Clicking filter icon in header now focuses filter textfield
  • Added nl translations that can be imported from 'material-react-table/locales/nl'
  • Updated ru translations that can be imported from 'material-react-table/locales/ru'
  • Move to Turborepo + v1.4 layoutMode features by @KevinVandy in #230
  • Update nl.ts by @AronH99 in #232

New Contributors

Full Changelog: v1.3.15...v1.4.0