From 4b99f08dd46b64b3617d81a60d030d06bd9b051e Mon Sep 17 00:00:00 2001 From: Kevin Van Cott Date: Fri, 30 Aug 2024 18:42:38 -0500 Subject: [PATCH] release v2.13.2 --- .../pages/changelog.mdx | 7 +++ .../pages/roadmap.mdx | 53 ++++--------------- packages/material-react-table/package.json | 2 +- 3 files changed, 19 insertions(+), 43 deletions(-) diff --git a/apps/material-react-table-docs/pages/changelog.mdx b/apps/material-react-table-docs/pages/changelog.mdx index 5cdf08a04..d430c1b34 100644 --- a/apps/material-react-table-docs/pages/changelog.mdx +++ b/apps/material-react-table-docs/pages/changelog.mdx @@ -9,6 +9,13 @@ import Head from 'next/head'; > Note: As of v2.12.0, the React and ReactDom peer dependencies have been moved back down to React v17 in order to help more people upgrade to MRT v2 without having to upgrade to React v18. +### Version 2.13.2 - 2024-08-30 + +- Upgraded to TanStack Table v8.20.5 +- Upgraded to TanStack Virtual v3.10.6 +- Added sorting aria and data- attributes to table header cells +- Added better support for edit textfield composition events + ### Version 2.13.1 - 2024-07-28 - Upgraded to TanStack Table v8.19.3 diff --git a/apps/material-react-table-docs/pages/roadmap.mdx b/apps/material-react-table-docs/pages/roadmap.mdx index 03dddc064..fa7ebd13c 100644 --- a/apps/material-react-table-docs/pages/roadmap.mdx +++ b/apps/material-react-table-docs/pages/roadmap.mdx @@ -1,9 +1,7 @@ import Head from 'next/head'; - - {'MRT V2 and V3 Roadmap - Material React Table V2 Docs'} - + {'MRT V2 and V3 Roadmap - Material React Table V2 Docs'}