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';
-