We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
-
🎁 Allow non-controlled usage of the calendar components (#6643) @flaviendelangle
<DateCalendar defaultValue={dayjs()} /> <MonthCalendar defaultValue={dayjs()} /> <YearCalendar defaultValue={dayjs()} />
-
📚 Documentation improvements
-
🐞 Bugfixes
@mui/x-data-grid@v6.0.0-alpha.6
/ @mui/x-data-grid-pro@v6.0.0-alpha.6
/ @mui/x-data-grid-premium@v6.0.0-alpha.6
Breaking changes
- The
disableIgnoreModificationsIfProcessingProps
prop has been removed and its behavior whentrue
was incorporated as the default behavior.
The old behavior can be restored by usingapiRef.current.stopRowEditMode({ ignoreModifications: true })
orapiRef.current.stopCellEditMode({ ignoreModifications: true })
.
Changes
- [DataGrid] Add
rowSelection
prop (#6499) @m4theushw - [DataGrid] Avoid future regression with React 19 (#6638) @oliviertassinari
- [DataGrid] Refactor
@mui/material
imports to@mui/utils
(#6569) @LukasTy - [DataGrid] Remove
disableIgnoreModificationsIfProcessingProps
prop (#6640) @m4theushw - [DataGrid] Separate private and public
apiRef
properties (#6388) @cherniavskii
@mui/x-date-pickers@v6.0.0-alpha.6
/ @mui/x-date-pickers-pro@v6.0.0-alpha.6
Changes
- [DateRangePicker] Fix input focused style and mobile behaviour (#6645) @LukasTy
- [fields] Update sections when the locale changes (#6649) @flaviendelangle
- [pickers] Add Ukrainian (uk-UA) locale (#6661) @Dufran
- [pickers] Allow non-controlled usage of the calendar components (#6643) @flaviendelangle
- [pickers] Export other adapters derived from moment or date-fns (#6571) @alexfauquette
- [pickers] New
MobileDatePicker
andDatePicker
based onDateField
(#6690) @flaviendelangle - [pickers] New
StaticDatePicker
component (#6708) @flaviendelangle - [pickers] Rename
inputFormat
prop toformat
on the new pickers (#6722) @flaviendelangle