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
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ import Head from 'next/head';
7
7
8
8
## MRT V2 Changelog
9
9
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
+
12
+
### Version 2.12.0 - 2024-02-26
13
+
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**
15
+
- Filter label tooltip will show label instead of value when a label is provided to filterSelectOptions
16
+
- Fixed Column and Row Dragging element animation to not go back to where it started when dragging
17
+
10
18
### Version 2.11.3 - 2024-02-14
11
19
12
20
- Upgraded to TanStack Table v8.12.0 for new column pinning/sizing/pinning instance APIs and better column resizing performance
Copy file name to clipboardExpand all lines: apps/material-react-table-docs/pages/docs/getting-started/migrating-to-v2.mdx
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,8 @@ import { InstallCommand } from '../../../components/mdx/InstallCommand';
15
15
16
16
This should be an easy to moderate upgrade for most developers. The only breaking changes have to do with the removed `tableInstanceRef`, some renamed props/options, and new column sizing behaviors.
17
17
18
+
> 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.
19
+
18
20
### New Feature Highlights
19
21
20
22
1. New optional but recommended `useMaterialReactTable` hook that allows you to create the `table` instance in your own scope
0 commit comments