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