We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
- ⚡️ Improve grid performance by reducing rerenders (#7857) @cherniavskii
- 📚 Documentation improvements
- 🐞 Bugfixes
@mui/x-data-grid@v6.0.0-beta.4
/ @mui/x-data-grid-pro@v6.0.0-beta.4
/ @mui/x-data-grid-premium@v6.0.0-beta.4
Changes
- [DataGrid] Add interface for
singleSelect
column (#7685) @m4theushw - [DataGrid] Allow to pass props to the
TrapFocus
inside the panel wrapper (#7733) @Vivek-Prajapatii - [DataGrid] Avoid unnecessary rerenders after
updateRows
(#7857) @cherniavskii - [DataGridPro] Change cursor when dragging a column (#7725) @sai6855
- [DataGridPremium] Fix
leafField
to have correct focus value (#7950) @MBilalShafi
@mui/x-date-pickers@v6.0.0-beta.4
/ @mui/x-date-pickers-pro@v6.0.0-beta.4
Changes
- [DateRangePicker] Fix slide transition by avoiding useless component re-rendering (#7874) @LukasTy
- [fields] Support Backspace key on
Android
(#7842) @flaviendelangle - [fields] Support escaped characters on
Luxon
(#7888) @flaviendelangle - [pickers] Prepare new pickers for custom fields (#7806) @flaviendelangle
@mui/x-codemod@v6.0.0-beta.4
Changes
Docs
- [docs] Add an info callout specifying the current state of desktop time view (#7933) @LukasTy
- [docs] Add missing param in
useGridApiEventHandler
examples (#7939) @flaviendelangle - [docs] Fix markdown table alignments (#7898) @oliviertassinari
- [docs] Improve
DataGrid
migration guide (#7861) @MBilalShafi - [docs] Update
LocalizationProvider
dateAdapter
with a link to the doc (#7872) @LukasTy
Core
- [core] Run editing field tests on all major adapters (#7868) @flaviendelangle