Skip to content

Commit

Permalink
release 3.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinVandy committed Dec 9, 2024
1 parent 91a7a20 commit 70b19d7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions apps/material-react-table-docs/pages/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@ import Head from 'next/head';

## MRT V3 Changelog

### Version 3.0.1
### Version 3.0.2 - 2024-12-08

- Fixed rendering of multi-select filter when filter value is an empty array
- Rearranged execution of `muiTableBodyCellProps?.onKeyDown` internally to allow these events to be overridden or even skipped
- Fixed MRT_RowActionMenu key prop internally
- Corrected Sweedish `sv` locale translations
- Removed 'new-password' from autocomplete in text fields and just use 'off'

### Version 3.0.1 - 2024-09-05

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

### Version 3.0.0
### Version 3.0.0 - 2024-09-05

- `@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)
- `@mui/x-date-pickers` v7.15.0 is now a minimum required dependency
Expand Down
2 changes: 1 addition & 1 deletion packages/material-react-table/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.1",
"version": "3.0.2",
"license": "MIT",
"name": "material-react-table",
"description": "A fully featured Material UI V6 implementation of TanStack React Table V8, written from the ground up in TypeScript.",
Expand Down

0 comments on commit 70b19d7

Please sign in to comment.