From 842260f4c4c6df03281d8c3067a859e3fed7b5b6 Mon Sep 17 00:00:00 2001 From: Kevin Van Cott Date: Mon, 26 Feb 2024 03:30:56 -0600 Subject: [PATCH] release v2.12.0 --- apps/material-react-table-docs/pages/changelog.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/material-react-table-docs/pages/changelog.mdx b/apps/material-react-table-docs/pages/changelog.mdx index 4e6396be1..42bb88da4 100644 --- a/apps/material-react-table-docs/pages/changelog.mdx +++ b/apps/material-react-table-docs/pages/changelog.mdx @@ -11,9 +11,10 @@ import Head from 'next/head'; ### Version 2.12.0 - 2024-02-26 -- **Marked React 17 as a peer dependency instead of React 18 since concurrent features are not yet being utilized under the hood in MRT** +- **Marked React 17 as a peer dependency instead of React 18 since concurrent features are not yet being utilized under the hood in MRT** *(not until MRT v3 now)* - Filter label tooltip will show label instead of value when a label is provided to filterSelectOptions - Fixed Column and Row Dragging element animation to not go back to where it started when dragging +- Replaced dv styles with dvh styles in full-screen mode ### Version 2.11.3 - 2024-02-14