We'd like to extend a big thank you to the 8 contributors who made this release possible. Here are some highlights ✨:
- 🔃 Data Grid tree data now supports row reordering. See the Drag-and-drop tree data reordering section for more details.
- 🐞 Bugfixes
The following team members contributed to this release:
@alexfauquette, @arminmeh, @bernardobelchior, @cherniavskii, @siriwatknp, @JCQuintas, @MBilalShafi, @prakhargupta1
Data Grid
@mui/x-data-grid@8.20.0
- [DataGrid] Fix RTL virtualization to display columns when viewport width is larger than the grid (#20409) @siriwatknp
- [DataGrid] Fix row range selection (#20442) @arminmeh
- [DataGrid] Initialize data grid core packages (#20276) @cherniavskii
- [DataGrid] Improve accessibility of the sort icon (#20430) @arminmeh
- [DataGrid] Use
viewportas a boundary for theBasePopperflip (#20311) @arminmeh
@mui/x-data-grid-pro@8.20.0 
Same changes as in @mui/x-data-grid@8.20.0, plus:
- [DataGridPro] Avoid automatic scroll back to the focused header filter after it leaves the viewport (#20416) @arminmeh
- [DataGridPro] Tree data row reordering (#19401) @MBilalShafi
@mui/x-data-grid-premium@8.20.0 
Same changes as in @mui/x-data-grid-pro@8.20.0.
Charts
@mui/x-charts@8.20.0
- [charts] Fix item tooltip position with node anchor (#20421) @alexfauquette
- [charts] Fix radar item tooltip closing bug (#20429) @alexfauquette
- [charts] Move series processing to selector (#20388) @JCQuintas
- [charts] Prevent pointer out from removing controlled highlight (#20385) @alexfauquette
@mui/x-charts-pro@8.20.0 
Same changes as in @mui/x-charts@8.20.0, plus:
- [charts-pro] Fix Content-Security-Policy nonce not being correctly set on export (#20395) @bernardobelchior
- [charts-pro] Improve vertical zoom slider thumb on mobile (#20439) @bernardobelchior
- [charts-pro] Provide arguments to the
AreaPlotRootstyled component (#20414) @arminmeh - [charts-pro] Remove grid outside the drawing area (#20412) @alexfauquette
@mui/x-charts-premium@8.20.0 
Same changes as in @mui/x-charts-pro@8.20.0, plus:
- [charts-premium] Add explicit return type to
ChartsRendererfor better compatibility with React 18 (#20413) @arminmeh
Docs
- [docs] Add
llms.txtlink to the sidebar (#20312) @siriwatknp - [docs] Add a line chart demo for the Overview section (#20239) @prakhargupta1