We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
-
🎁 Introduce column grouping for data grid (#5133) @alexfauquette
You can now group columns using the
columnGroupingModel
prop. This lets you to display more structured data.To enable this feature, add
experimentalFeatures={{ columnGrouping: true }}
.
The grouping header can be fully customized.
See the documentation to explore everything it has to offer. -
🐞 Bugfixes
-
🌏 New locales for pickers thanks to @tesseractjh and @drastus
@mui/x-data-grid@v5.16.0
/ @mui/x-data-grid-pro@v5.16.0
/ @mui/x-data-grid-premium@v5.16.0
Changes
- [DataGrid] Implement column grouping (#5133) @alexfauquette
- [DataGrid] Handle
disableVirtualization
prop change (#5889) @cherniavskii - [DataGrid] Improve
GridRowModel
typing (#5734) @cherniavskii - [DataGrid] Update deprecation note for
GridColDef
hide
property (#5886) @cherniavskii
@mui/x-date-pickers@v5.0.0-beta.7
/ @mui/x-date-pickers-pro@v5.0.0-beta.7
Changes
- [DatePicker] Fix to pass down
className
prop provided on DatePicker torenderInput
(#5471) @CruseCtrl - [DatePicker] Improve
a11y
support (#5809) @LukasTy - [pickers] Add
PaperContent
component slot (#5801) @LukasTy - [pickers] Add a breaking change section in the migration guide (#5805) @alexfauquette
- [pickers] Add new translations to
localeText
(#5143) @alexfauquette - [pickers] Document components slots (#4657) @flaviendelangle
- [pickers] Add new unstable field components (#5504) @flaviendelangle
- [pickers] Fallback to default
minDate
/maxDate
whennull
value is passed (#5397) @flaviendelangle - [l10n] Add Korean (ko-KR) locale (#5854) @tesseractjh
- [l10n] Add Polish (pl-PL) locale (#5833) @drastus
Docs
- [docs] Fix typo in
migration from lab
(#5277) @chuckwired - [docs] Use
dayjs
instead ofdate-fns
in doc examples (#5481) @flaviendelangle
Core
- [core] Clarify the scope of the license key used for tests and documentation (#5824) @oliviertassinari
- [core] Fix Typescript error on field hooks (#5892) @flaviendelangle
- [core] Memoize
columns
inuseDemoData
hook (#5848) @cherniavskii - [core] Remove Firefox from the BrowserStack list (#5874) @DanailH
- [core] Small changes to the release script (#5840) @m4theushw