diff --git a/apps/material-react-table-docs/pages/changelog.mdx b/apps/material-react-table-docs/pages/changelog.mdx index 42bb88da4..ce5813375 100644 --- a/apps/material-react-table-docs/pages/changelog.mdx +++ b/apps/material-react-table-docs/pages/changelog.mdx @@ -9,9 +9,18 @@ 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.12.1 - 2024-02-28 + +- Fixed `rangeFilterIndex` being undefined in filterProps callback +- Added `hr` locale for Croatian translations +- Upgraded to TanStack Table v8.13.2 + - Fixed column.getIsVisible() not returning accurate value for parent group columns + - Fixed Deep Keys type for Partial TData types + - New pagination table instance APIs + ### 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** *(not until MRT v3 now)* +- **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