We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Support week day formats in the field components
- 🌍 Add Hungarian (hu-HU) and Urdu (ur-PK) locales
- 🌍 Improve French (fr-FR) and Italian (it-IT) locales
- ✨ New codemods for migrating to v6
- 📚 Documentation improvements
- 🐞 Bug fixes
@mui/x-data-grid@v6.0.0-beta.2
/ @mui/x-data-grid-pro@v6.0.0-beta.2
/ @mui/x-data-grid-premium@v6.0.0-beta.2
Changes
- [DataGrid] Handle non-numeric values returned by
getRowHeight
prop (#7703) @cherniavskii - [DataGrid] Merge row styles with
componentsProps.row.style
(#7641) @marktoman - [l10n] Add Hungarian (hu-HU) locale (#7776) @noherczeg
- [l10n] Add Urdu (ur-PK) locale (#6866) @MBilalShafi
- [l10n] Improve French (fr-FR) locale (#7777) @Vivek-Prajapatii
- [l10n] Improve Italian (it-IT) locale (#7761) @simonecervini
@mui/x-date-pickers@v6.0.0-beta.2
/ @mui/x-date-pickers-pro@v6.0.0-beta.2
Changes
- [fields] Support week day formats (#7392) @flaviendelangle
- [pickers] Allow to initialize and control the
rangePosition
on all range components (#7764) @flaviendelangle - [pickers] Fix theme augmentation (#7800) @LukasTy
- [pickers] Hide scrollbars in the date calendar container (#7766) @Vivek-Prajapatii
- [pickers] Remove the dependency on
rifm
(#7785) @alexfauquette
@mui/x-codemod@v6.0.0-beta.2
Changes
- [codemod] Add pickers
rename-default-toolbar-title-localeText
codemod (#7752) @LukasTy - [codemod] Add pickers
rename-inputFormat-prop
codemod (#7736) @LukasTy
Docs
- [docs] Fix a typo in data grid layout page (#7113) @sfbaker7
- [docs] Fix require context path to avoid duplicate key creation (#7781) @LukasTy
- [docs] Polish pickers migration docs (#7737) @LukasTy
- [docs] Rename
next
translation docs and remove duplicates with-next
(#7729) @LukasTy
Core
- [core] Fix l10n data file (#7804) @flaviendelangle
- [core] Fix Next.js warning (#7754) @oliviertassinari
- [core] Remove unused demos (#7758) @flaviendelangle