From 70b19d7149d7b1aa9cd20056392ffefa37f1e3d7 Mon Sep 17 00:00:00 2001 From: Kevin Van Cott Date: Sun, 8 Dec 2024 22:04:09 -0600 Subject: [PATCH] release 3.0.2 --- apps/material-react-table-docs/pages/changelog.mdx | 12 ++++++++++-- packages/material-react-table/package.json | 2 +- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/apps/material-react-table-docs/pages/changelog.mdx b/apps/material-react-table-docs/pages/changelog.mdx index 328607849..89c240f95 100644 --- a/apps/material-react-table-docs/pages/changelog.mdx +++ b/apps/material-react-table-docs/pages/changelog.mdx @@ -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 diff --git a/packages/material-react-table/package.json b/packages/material-react-table/package.json index 32154dbf4..acabe91af 100644 --- a/packages/material-react-table/package.json +++ b/packages/material-react-table/package.json @@ -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.",