We'd like to extend a big thank you to the 7 contributors who made this release possible. Here are some highlights ✨:
- 🐞 Bugfixes
The following team members contributed to this release:
@bernardobelchior, @JCQuintas, @MBilalShafi, @michelengelen, @mj12albert, @sai6855, @siriwatknp
Data Grid
@mui/x-data-grid@8.27.5
- [DataGrid] Fix crash when
rowsandrowModesModelare updated simultaneously (#21684) @michelengelen - [DataGrid] Forward rest props in
GridFilterInputMultipleValue(#21444) @siriwatknp - [DataGrid] Remove double rtl inversion logic for columns pinning (#21443) @siriwatknp
- [DataGrid] Add missing
resizablePanelHandleclasses togridClassesobject (#21632) @sai6855 - [DataGrid] Refactor
headerAlignstyle calls (#21633) @sai6855 - [DataGrid] Fix keyboard navigation with single-row checkbox selection (#21529) @mj12albert
@mui/x-data-grid-pro@8.27.5 
Same changes as in @mui/x-data-grid@8.27.5, plus:
- [DataGridPro] Add
role="presentation"to detail panel toggle header content (#21691) @michelengelen - [DataGridPro] Fix sorting not reflected in nested server-side data (#21641) @MBilalShafi
@mui/x-data-grid-premium@8.27.5 
Same changes as in @mui/x-data-grid-pro@8.27.5.
Charts
@mui/x-charts@8.27.5
- [charts] Refactor
BarChartclasses structure (#21601) (#21644) @JCQuintas - [charts] Refactor
LineChartclasses structure (#21672) @JCQuintas - [charts] Refactor
ScatterChartclasses structure (#21706) @JCQuintas
@mui/x-charts-pro@8.27.5 
Same changes as in @mui/x-charts@8.27.5, plus:
- [charts-pro] Fix image export truncated when page is zoomed out (#21696) @bernardobelchior
@mui/x-charts-premium@8.27.5 
Same changes as in @mui/x-charts-pro@8.27.5.
Docs
- [docs] Fix
AssistantWithDataSourcedemo crashing (#21631) @sai6855 - [docs] Move Range Bar Chart to existing charts (#21122) @bernardobelchior
Core
- [code-infra] Fix datagrid test flakyness (#21657) @JCQuintas
- [code-infra] Removed
getTeamMembersfunction and usage from the release script (#21608) @michelengelen
Miscellaneous
- [test] Add missing tests for forwarding props to filter operators in DataGrid (#21700) @siriwatknp