Skip to content

Commit e0f8943

Browse files
committed
release v3.2.1
1 parent 035f23a commit e0f8943

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

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

88
## MRT V3 Changelog
99

10+
### Version 3.2.1 - 2025-03-02
11+
12+
- Fixed bug where `globalFilter` state was not being updated correctly when using `initialState`
13+
- Fixed bug where selected row count was not always being updated frequently.
14+
- Fixed extra pagination out of bounds check sometimes causing an extra re-render.
15+
- Fixed pinned columns not re-ordering from column management menu
16+
- Fixed an issue with MRT Filter Text Field slotProps not being applied correctly when an endAdornment was provided
17+
1018
### Version 3.2.0 - 2025-02-14
1119

1220
- Added language localization support for converting numbers to local string

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.2.0",
2+
"version": "3.2.1",
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)