Skip to content

v2.6.0

Compare
Choose a tag to compare
@KevinVandy KevinVandy released this 11 Jan 23:37
· 132 commits to v2 since this release

What's Changed

  • Added support for Detail Panels and Row Virtualization at the same time
  • Added support for Conditional Detail Panels (expand button is disabled when renderDetailPanel returns falsy value). Empty detail panels <tr> still render for virtualization and striped rows to work properly.
  • Fixed Row Selection indeterminate and checked state when sub-row selection is off
  • Fixed Expand Row Button padding and rotation in RTL mode
  • Fixed Pagination Icon Buttons in RTL mode
  • Set a default "right" cell alignment when theme.direction is "rtl"
  • Improved Header Group Column Sizing
  • Removed some internal "@mui/material" imports. (Could speed up dev server hot reloads in some cases)

New Contributors

Full Changelog: v2.5.2...v2.6.0