You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/material-react-table-docs/pages/changelog.mdx
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,9 +9,18 @@ import Head from 'next/head';
9
9
10
10
> 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.
11
11
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
+
12
21
### Version 2.12.0 - 2024-02-26
13
22
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)_
15
24
- Filter label tooltip will show label instead of value when a label is provided to filterSelectOptions
16
25
- Fixed Column and Row Dragging element animation to not go back to where it started when dragging
17
26
- Replaced dv styles with dvh styles in full-screen mode
0 commit comments