Skip to content

Commit e572e0d

Browse files
committed
release v2.12.1
1 parent 51fd971 commit e572e0d

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

apps/material-react-table-docs/pages/changelog.mdx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@ import Head from 'next/head';
99

1010
> 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.
1111
12+
### Version 2.12.1 - 2024-02-28
13+
14+
- Fixed `rangeFilterIndex` being undefined in filterProps callback
15+
- Added `hr` locale for Croatian translations
16+
- Upgraded to TanStack Table v8.13.2
17+
- Fixed column.getIsVisible() not returning accurate value for parent group columns
18+
- Fixed Deep Keys type for Partial TData types
19+
- New pagination table instance APIs
20+
1221
### Version 2.12.0 - 2024-02-26
1322

14-
- **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)*
23+
- **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)_
1524
- Filter label tooltip will show label instead of value when a label is provided to filterSelectOptions
1625
- Fixed Column and Row Dragging element animation to not go back to where it started when dragging
1726
- Replaced dv styles with dvh styles in full-screen mode

0 commit comments

Comments
 (0)