Skip to content

Releases: KevinVandy/material-react-table

v2.3.1

02 Jan 16:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.3.0...v2.3.1

v2.3.0

02 Jan 06:40
Compare
Choose a tag to compare

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

02 Jan 01:58
Compare
Choose a tag to compare

What's Changed

  • Added new useMRT_Rows, useMRT_ColumnVirtualizer, and useMRT_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

Full Changelog: v2.1.0...v2.2.0

v2.1.0

22 Dec 17:55
Compare
Choose a tag to compare

What's Changed

  • Upgraded to TanStack Table v8.11.2 for new columnResizeDirection 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

16 Dec 02:39
Compare
Choose a tag to compare

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

Full Changelog: v2.0.5...v2.0.6

v2.0.5

05 Dec 06:14
Compare
Choose a tag to compare

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 return undefined
  • 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

Full Changelog: v2.0.4...v2.0.5

v2.0.4

09 Nov 15:58
Compare
Choose a tag to compare

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

Full Changelog: v2.0.3...v2.0.4

v2.0.3

06 Nov 18:03
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.2...v2.0.3

v2.0.2

01 Nov 13:49
Compare
Choose a tag to compare

What's Changed

  • Fixed bug with popover filters null ref focus

Full Changelog: v2.0.1...v2.0.2

v2.0.1

31 Oct 14:11
Compare
Choose a tag to compare

What's Changed

  • Changed pagination text to a span instead of with hardcoded 0 margin and padding
  • Fixed bug where edit row action menu was created for all editDisplayModes
  • fix MRT_TableHeadRow props by @ajkarell in #774
  • Update migrating-to-v2.mdx by @dmhumphrey in #764
  • Update sticky-header.mdx by @dmhumphrey in #765
  • Update column-pinning.mdx by @dmhumphrey in #766
  • Update filter-variants.mdx by @dmhumphrey in #767
  • Update popover-filters.mdx by @dmhumphrey in #768

New Contributors

Full Changelog: v2.0.0...v2.0.1