A big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:
-
🎛 Add props to customize the behavior of the filter panel (#3497) @alexfauquette
<DataGrid componentsProps={{ filterPanel: { columnsSort: 'asc' }, }} />
Check the documentation to see all available props.
-
📚 Documentation improvements
-
🐞 Bugfixes
@mui/x-data-grid@v5.5.1
/ @mui/x-data-grid-pro@v5.5.1
- [DataGrid] Add
debounceMs
option tosetEditCellValue
method (#3825) @m4theushw - [DataGrid] Allow to translate
checkboxSelection
labels (#3846) @m4theushw - [DataGrid] Customize the filter panel with props (#3497) @alexfauquette
- [DataGrid] Fix filtering of string columns for
value = 0
(#3843) @flaviendelangle - [DataGrid] Fix focus when
blur
event rerenders the grid (#3718) @alexfauquette - [DataGridPro] Add clear error when the tree data has duplicated paths (#3840) @flaviendelangle
- [DataGridPro] Avoid imports from
@mui/base
(#3903) @cherniavskii - [DataGridPro] Register column pinning after selection (#3887) @m4theushw
- [l10n] Improve Turkish (tr-TR) locale (#3842) @atillaaliyev
Docs
- [docs] Update v5 migration docs (#3847) @oliviertassinari
- [docs] Fix sorting feature link (#3877) @alexfauquette
- [docs] Migrate content to the new location (#3730) @siriwatknp
- [docs] Unify multi-filtering introduction with the multi-sorting introduction (#3766) @flaviendelangle
- [docs] Move row grouping to Premium plan (#3827) @alexfauquette
- [docs] Reorganize export docs to prepare Excel export doc (#3822) @alexfauquette
Core
- [core] Add hook
useGridPagination
to callonGridPage
andonGridPageSize
(#3880) @flaviendelangle - [core] Fix docs deploy script (#3874) @oliviertassinari
- [core] Move the git repository to a new location (#3872) @oliviertassinari
- [test] Add
codecov
(#3873) @oliviertassinari