v4.0.1
Sep 29, 2021
This version backports bug fixes and some of the features from the v5.x active release line.
As the development of v5 evolves, newer fixes might not be cherry-picked to the legacy version.
To have access to the latest features it is encouraged to upgrade to MUI X v5 and MUI Core v5.
Big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
- 👁 Allow to disable virtualization with the
disableVirtualization
prop (#2728) @m4theushw - 🕹 Fix navigation between column headers with rows filtered (#2730) @m4theushw
- 🐞 Fix numeric filter operators not handling '0' correctly (#2732) @flaviendelangle
@mui/[email protected]
/ @mui/[email protected]
Changes
- [DataGrid] Add
disableVirtualization
prop (#2728) @m4theushw - [DataGrid] Fix navigation between column headers with rows filtered (#2730) @m4theushw
- [DataGrid] Fix numeric filter operators not handling '0' correctly (#2732) @flaviendelangle
- [DataGridPro] Only apply
checkboxSelectionVisibleOnly
when pagination is enabled (#2731) @flaviendelangle
Docs
- [docs] Improve SEO ranking (#2467) @oliviertassinari
Core
- [core] Allow to create one logger per Grid instance (#2442) @flaviendelangle
- [core] Update monorepo (#2726) @m4theushw