Skip to content

Releases: KevinVandy/material-react-table

v2.0.0-alpha.6

12 Oct 06:36
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release

What's Changed

Full Changelog: v2.0.0-alpha.5...v2.0.0-alpha.6

v2.0.0-alpha.5

11 Oct 22:54
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

What's Changed

  • Column resizing does not grow columns by default anymore (new layoutMode: 'grid-no-grow' option)
  • New selection alert banner head overlay display mode
  • add armenian language by @AlekseySamushkin in #724

New Contributors

Full Changelog: v2.0.0-alpha.4...v2.0.0-alpha.5

v2.0.0-alpha.4

07 Oct 06:13
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release

What's Changed

  • New pagination 'pages' display mode for different pagination ui

Full Changelog: v2.0.0-alpha.3...v2.0.0-alpha.4

v2.0.0-alpha.3

06 Oct 23:15
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release

What's Changed

  • New 'date' and date-range' filter variants
  • New 'autocomplete' filter variants
  • Nepali Language Translations added by @achyutkneupane in #715

New Contributors

Full Changelog: v2.0.0-alpha.2...v2.0.0-alpha.3

v2.0.0-alpha.2

04 Oct 21:00
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

What's Changed

  • New Column filter popover display mode feature
  • fix: wrong first or last column when pinned. by @YongThePsibor in #701
  • fix: empty string if currentFilterOption is undefined by @paolapog in #640

New Contributors

Full Changelog: v2.0.0-alpha.1...v2.0.0-alpha.2

v2.0.0-alpha.1

03 Oct 05:36
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release

What's Changed

  • New Row Pinning features

Full Changelog: v2.0.0-alpha.0...v2.0.0-alpha.1

v2.0.0-alpha.0

26 Sep 03:23
Compare
Choose a tag to compare
v2.0.0-alpha.0 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v1.14.0...v2.0.0-alpha.0

v1.15.0

26 Sep 03:22
Compare
Choose a tag to compare

What's Changed

  • Upgraded to latest TanStack Table v8.10.3 various performance improvements and bug fixes
  • Upgraded to latest TanStack Virtual v3.0.0-beta.60 for various bug fixes

New Contributors

Full Changelog: v1.14.0...v1.15.0

v1.14.0

17 Jun 06:39
Compare
Choose a tag to compare

What's Changed

  • Added no translations that can be imported from 'material-react-table/locales/no'
  • Added new internalColumnMenuItems param in the renderColumnActionsMenuItems prop/column option for rendering custom column actions menu items
  • Fixed renderColumnActionsMenuItems prop not replacing all default column actions menu items
  • Fixed "Clear Filter" menu item not being disabled when no filter is applied for range filters
  • Fixed issues with faceted values not being re-calculated when data changes in filter components
  • Range slider, additional useEffect dependencies by @jlundan in #573

Full Changelog: v1.13.1...v1.14.0

v1.13.1

16 Jun 04:08
Compare
Choose a tag to compare

What's Changed

  • Range slider, array of arrays from getFacetedMinMaxValues() by @jlundan in #570

New Contributors

Full Changelog: v1.13.0...v1.13.1