Skip to content

Commit f621e4f

Browse files
committed
release v3.2.0
1 parent 2d8467d commit f621e4f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ import Head from 'next/head';
77

88
## MRT V3 Changelog
99

10+
### Version 3.2.0 - 2025-02-14
11+
12+
- Added language localization support for converting numbers to local string
13+
- Fixed bug with dragging rows while rows were being filtered
14+
- Fixed autocomplete filter textfield sometimes not showing cleared filter value after filter was removed
15+
1016
### Version 3.1.0 - 2024-12-22
1117

1218
- Un-deprecated several `mui*Props` that were initially marked as deprecated in V3.0.0. They will be sticking around longer than expected until TanStack Table itself handles merging `defaultColumn` options better

packages/material-react-table/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.1.0",
2+
"version": "3.2.0",
33
"license": "MIT",
44
"name": "material-react-table",
55
"description": "A fully featured Material UI V6 implementation of TanStack React Table V8, written from the ground up in TypeScript.",

0 commit comments

Comments
 (0)