Skip to content

Commit ce8ab61

Browse files
committed
release v3.0.3
1 parent 8964ed8 commit ce8ab61

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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

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

88
## MRT V3 Changelog
99

10+
### Version 3.0.3 - 2024-12-13
11+
12+
- Fixed filter text field value
13+
1014
### Version 3.0.2 - 2024-12-08
1115

1216
- Fixed rendering of multi-select filter when filter value is an empty array

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