Skip to content

Commit 70b19d7

Browse files
committed
release 3.0.2
1 parent 91a7a20 commit 70b19d7

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

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

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

88
## MRT V3 Changelog
99

10-
### Version 3.0.1
10+
### Version 3.0.2 - 2024-12-08
11+
12+
- Fixed rendering of multi-select filter when filter value is an empty array
13+
- Rearranged execution of `muiTableBodyCellProps?.onKeyDown` internally to allow these events to be overridden or even skipped
14+
- Fixed MRT_RowActionMenu key prop internally
15+
- Corrected Sweedish `sv` locale translations
16+
- Removed 'new-password' from autocomplete in text fields and just use 'off'
17+
18+
### Version 3.0.1 - 2024-09-05
1119

1220
- Removed fullscreen MUI FocusTrap wrapper for now since vitest had issues with it
1321

14-
### Version 3.0.0
22+
### Version 3.0.0 - 2024-09-05
1523

1624
- `@mui/material` and `@mui/icons-material` v6.0.0 are now minimum required versions of Material UI packages (you might be able to get away with lower MUI versions for a while, but eventually MUI V6 APIs will be used internally by MRT and your project will break)
1725
- `@mui/x-date-pickers` v7.15.0 is now a minimum required dependency

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