A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
-
🎁 Add support for master detail (#3387) @m4theushw
-
🌍 Add Danish (daDK) locale (#3800) @kasperfilstrup
-
📚 Documentation improvements
-
🐞 Bugfixes
@mui/x-data-grid@v5.5.0
/ @mui/x-data-grid-pro@v5.5.0
Changes
- [DataGrid] Add methods to import and export the state (#3593) @flaviendelangle
- [DataGrid] Fix PageUp jumping directly to the column header skipping the first row (#3761) @cherniavskii
- [DataGrid] Throw an error if incorrect column type is used (#3757) @DanailH
- [DataGridPro] Add support for master/detail (#3387) @m4theushw
- [l10n] Add Danish (daDK) locale (#3800) @kasperfilstrup
- [l10n] Improve Dutch (nlNL) locale (#3724) @MatthijsKok
- [l10n] Improve Hebrew (heIL) locale (#3775) @ColdAtNight
- [l10n] Improve Russian (ruRU) locale (#3818) @Leniorko
Docs
- [docs] Add default value for
Row
slot (#3807) @cherniavskii - [docs] Extend full width (#3815) @m4theushw
- [docs] Fix country column sorting not working (#3740) @cherniavskii
- [docs] Fix custom render cell when row is auto generated (#3810) @alexfauquette
- [docs] Fix flag layout shift (#3773) @oliviertassinari
- [docs] Mention row
id
requirement and documentgetRowId
prop (#3765) @cherniavskii - [docs] Refresh the license key documentation (#3529) @oliviertassinari
Core
- [core] Clean
filtering.DataGrid.test.tsx
(#3768) @flaviendelangle - [core] Improve GitHub label workflows (#3680) @DanailH
- [core] Isolate selectors called without
useGridSelector
(#3774) @m4theushw - [core] Prepare infra for pickers migration (#3714) @flaviendelangle
- [core] Remove none code related instructions from git (#3794) @oliviertassinari
- [core] Remove remaining usages of
@mui/styles
(#3769) @m4theushw - [core] Remove Stylelint (#3811) @m4theushw
- [core] Split cell / row editing into different hooks (#3219) @m4theushw
- [core] Stop using an enum for
GridPreProcessingGroup
(#3798) @flaviendelangle - [core] Fix failing tests (#3817) @cherniavskii
- [code] Fix
docs:api
silent crash (#3808) @cherniavskii - [test] Increase timeout for Firefox (#3813) @m4theushw