Releases: KevinVandy/material-react-table
Releases · KevinVandy/material-react-table
v1.4.0
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
- @pjtilsworth made their first contribution in #229
- @AronH99 made their first contribution in #232
Full Changelog: v1.3.15...v1.4.0
v1.3.15
v1.3.14
v1.3.13
What's Changed?
- Upgraded to latest TanStack Match Sorter Utils 8.7.0 for webpack compatibility fixes and better esm support
Full Changelog: v1.3.12...v1.3.13
v1.3.12
What's Changed?
- Upgraded to latest TanStack Table 8.7.0 for webpack compatibility fixes and better esm support
Full Changelog: v1.3.11...v1.3.12
v1.3.11
What's Changed
- Add vi locale by @congtuan0104 in #214
- Upgraded to latest TanStack Table 8.6.0 for new
maxLeafRowFilterDepth
prop
New Contributors
- @congtuan0104 made their first contribution in #214
Full Changelog: v1.3.10...v1.3.11
v1.3.10
What's Changed
- Update fr.ts for new French translations by @Nakeva in #208
- Upgraded to latest TanStack Table 8.5.30 for better TypeScript performance
- Allow TableBody children override for custom empty table components
New Contributors
Full Changelog: v1.3.9...v1.3.10
v1.3.9
What's Changed?
- upgraded to latest TanStack Table 8.5.27 for better sorting in grouped rows
Full Changelog: v1.3.8...v1.3.9
v1.3.8
What's Changed?
- Fix filter textfield calling clear method on mount which sometimes caused additional data fetches.
Full Changelog: v1.3.7...v1.3.8
v1.3.7
What's Changed?
- upgraded to latest TanStack Table 8.5.24 to fix
filterFromLeafRows
bug
Full Changelog: v1.3.6...v1.3.7