We'd like to extend a big thank you to the 6 contributors who made this release possible. Here are some highlights ✨:
- 📝 CSS bundler support is no longer needed for the Data Grid
- 🐞 Bugfixes
Special thanks go out to these community members for their valuable contributions:
@sai6855
The following team members contributed to this release:
@arminmeh, @cherniavskii, @flaviendelangle, @mj12albert, @MBilalShafi
Data Grid
@mui/x-data-grid@8.27.1
- [DataGrid] Hide column menu icon when there are no items (#21303) @MBilalShafi
- [DataGrid] Migrate styled imports and remove
index.css(#21176) @MBilalShafi - [DataGrid] Optimize
GridRootStylesoverrides resolver (#21251) @sai6855
@mui/x-data-grid-pro@8.27.1 
Same changes as in @mui/x-data-grid@8.27.1, plus:
- [DataGridPro] Fix column pinning issue with
restoreState(#21305) @MBilalShafi - [DataGridPro] Fix lazy loading params for page with one row (#21238) @MBilalShafi
- [DataGridPro] Properly extract parent path (#21301) @arminmeh
@mui/x-data-grid-premium@8.27.1 
Same changes as in @mui/x-data-grid-pro@8.27.1, plus:
- [DataGridPremium] Fix aggregation display when
initialStatehas bothsortModelandpinnedColumns(#21152) @mj12albert
Tree View
@mui/x-tree-view@8.27.1
- [tree view] Fix
apiRef.current.setItemExpansion()(#21095) @flaviendelangle
@mui/x-tree-view-pro@8.27.1 
Same changes as in @mui/x-tree-view@8.27.1.
Core
- [internal] Add CLI for translation using LLM (#21299) @cherniavskii