We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
- 🌎 Improve Swedish (sv-SE) locale on the Data Grid
- 🐞 Bugfixes
Special thanks go out to the community members for their valuable contributions:
@KyeongJooni, @VismaAndreasIvarsson
The following team members contributed to this release:
@alelthomas, @alexfauquette, @arminmeh, @bernardobelchior, @Janpot, @JCQuintas, @mapache-salvaje, @michelengelen, @mj12albert, @prakhargupta1, @romgrk, @siriwatknp
Data Grid
@mui/x-data-grid@8.22.1
- [data grid] Fix column menu keyboard shortcut (#20621) @mj12albert
- [data grid] Fix row checkbox disabled state on first render and keep cell focusable (ARIA) (#20641) @michelengelen
- [data grid] Fix tree data selection bug (#20528) @michelengelen
- [data grid] Prevent clear cell selection on edit mode (#20544) @siriwatknp
- [data grid] Refactor column merge logic to prioritize defined properties only (#20640) @michelengelen
- [data grid] Reset row spanning on row expansion change (#20661) @siriwatknp
- [data grid] Resize newly added rows while resize action is happening (#20676)
- [l10n] Improve Swedish (sv-SE) locale (#20682) @VismaAndreasIvarsson
@mui/x-data-grid-pro@8.22.1 
Same changes as in @mui/x-data-grid@8.22.1.
@mui/x-data-grid-premium@8.22.1 
Same changes as in @mui/x-data-grid-pro@8.22.1, plus:
- [DataGridPremium] Import
useId()from@mui/utilsto maintain React 17 compatibility (#20635) @arminmeh
Date and Time Pickers
@mui/x-date-pickers@8.22.1
- [pickers] Add minutesStep validation test (#20672) @KyeongJooni
- [pickers] Fix
onAccept()returning wrong year after selecting year then month (#20639) @michelengelen
@mui/x-date-pickers-pro@8.22.1 
Same changes as in @mui/x-date-pickers@8.22.1.
Charts
@mui/x-charts@8.22.1
- [charts] Extract
FocusedPieArcfromPieArcPlot(#20613) @alexfauquette - [charts] Fix regression on the highlight control (#20627) @alexfauquette
- [charts] Refactor:
useSelector()=>store.use()(#20681) @romgrk - [charts] Remove duplicated types (#20694) @alexfauquette
- [charts] Remove unused generics from bar charts (#20642) @bernardobelchior
- [charts] Simplify tooltip position getter for pie chart (#20625) @alexfauquette
@mui/x-charts-pro@8.22.1 
Same changes as in @mui/x-charts@8.22.1, plus:
- [charts-pro] Add heatmap performance benchmark (#20695) @bernardobelchior
@mui/x-charts-premium@8.22.1 
Same changes as in @mui/x-charts-pro@8.22.1, plus:
- [charts-premium] Create
BarChartPremium(#20643) @bernardobelchior
Tree View
@mui/x-tree-view@8.22.1
Internal changes.
@mui/x-tree-view-pro@8.22.1 
Same changes as in @mui/x-tree-view@8.22.1.
Codemod
@mui/x-codemod@8.22.1
Internal changes.
Docs
- [docs] Add button to GitHub source code for the Data Grid advanced demos (DX-50) (#20633) @alelthomas
- [docs] Remove
seriesConfigto prevent future confusion (#20678) @alexfauquette - [docs] Revise the Data Grid's API object doc for clarity and style (#20649) @mapache-salvaje
- [docs] Update list of charts (#20479) @prakhargupta1