v6.0.0-alpha.10
Pre-release
Pre-release
·
2543 commits
to next
since this release
We'd like to offer a big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
- 🌍 Improve Ukrainian (uk-UA) and add Urdu (ur-PK) locales
- 📚 Documentation improvements
- 🐞 Bugfixes
@mui/x-data-grid@v6.0.0-alpha.10 / @mui/x-data-grid-pro@v6.0.0-alpha.10 / @mui/x-data-grid-premium@v6.0.0-alpha.10
Breaking changes
-
[DataGrid] Removes
GridCellfallback tovalueToRenderonnullchildren (#7023) @MBilalShafiReturning
nullincolumn.renderCellorcolumn.renderEditCellnow renders an empty cell instead of the default formatted value. -
[DataGrid] Refactor
GridFilterItemprops (#6985) @MBilalShafiProperties
columnFieldandoperatorValueofGridFilterItemare renamedfieldandoperator. Andoperatorproperty is now required.filterModel: { items: [{ - columnField: 'rating', + field: 'rating', - operatorValue: '>', + operator: '>', // required value: '2.5' }], },
Changes
- [DataGrid] Fix row selection when clicking blank cell (#6974) @yami03
- [DataGrid] Refactor
GridFilterItemprops (#6985) @MBilalShafi - [DataGrid] Removes
<GridCell />fallback tovalueToRenderonnullchildren (#7023) @MBilalShafi - [DataGridPremium] Fix empty column group in Excel export (#7029) @alexfauquette
- [DataGridPremium] Update cache before hydrating columns (#7040) @m4theushw
- [DataGridPremium] Use custom cell component for grouping cell by default (#6692) @cherniavskii
- [l10n] Improve Ukrainian (uk-UA) locale (#7009) @rettoua
@mui/x-date-pickers@v6.0.0-alpha.10 / @mui/x-date-pickers-pro@v6.0.0-alpha.10
Breaking changes
-
Rename
dateRangeIcontodateIcon(#7024) @LukasTyThe
dateRangeIconprop has been renamed todateIcon:// Same on all other Date Time Picker variations <DateTimePicker componentsProps={{ tabs: { - dateRangeIcon: <LightModeIcon />, + dateIcon: <LightModeIcon />, } }} />
Changes
- [DateTimePicker] Rename
dateRangeIcontodateIcon(#7024) @LukasTy - [pickers] Allow non-controlled usage of
TimeClock(#6962) @flaviendelangle - [pickers] Throw error when using adapter from
@date-io(#6972) @flaviendelangle - [l10n] Add Urdu (ur-PK) locale (#7007) @MBilalShafi
- [l10n] Improve Ukrainian (uk-UA) locale (#7009) @rettoua
Docs
- [docs] Add Demos section on the pickers API pages (#6909) @flaviendelangle
- [docs] Add missing pickers migration docs (#7000) @LukasTy
- [docs] Fix broken link (#7048) @flaviendelangle
- [docs] Improve demo about customizing pagination (#6724) @m4theushw
- [docs] Keep track of localization completion (#7002) @alexfauquette
- [docs] Remove
LocalizationProviderfrom previews (#6869) @flaviendelangle - [docs] Remove the statement of support to RTL (#6521) @joserodolfofreitas
- [docs] Rework localization doc pages (#6625) @flaviendelangle
- [docs] Setup GitHub issue template for feedbacks about docs (#7026) @alexfauquette
- [docs] Test links with API page ignoring url hash (#7004) @alexfauquette
- [docs] Update API links from clock-picker to time-clock (#6993) @alexfauquette
- [docs] Use new pickers on the validation page (#7047) @flaviendelangle
Core
- [core] Remove useless type casting in field hooks (#7045) @flaviendelangle
- [core] Unify testing of the value-related props (#6964) @flaviendelangle
- [test] Sync
test:unitwith monorepo (#6907) @oliviertassinari