v1.3.0
KevinVandy/mantine-react-tablev1.3.0Sep 18, 2023by KevinVandy
AI Summary
Major update aligning with Mantine v6 and upgrading the core table library to v8.10.0, including new accessor key inference and row pinning APIs.
Key Highlights
- Updated Mantine peer dependencies to ^6.0.0
- Upgraded to @tanstack/react-table v8.10.0
- New accessorKey deep key inference
- New row pinning APIs
Breaking Changes
- Updated `@mantine/` peerDependencies to `^6.0.0`
New Features
- Better accessorKey deep key inference
- New row pinning apis
Full Release Notes
### What's Changed - Updated the mrt `package.json` `@mantine/` peerDependencies to `^6.0.0` to indicate that MRT v1 is now compatible with Mantine v6 - Upgraded to `@tanstack/react-table v8.10.0` - Better accessorKey deep key inference - New row pinning apis (MRT does not implement row pinning features yet) **Full Changelog**: https://github.com/KevinVandy/mantine-react-table/compare/v1.2.1...v1.3.0