v6.17.0
·
6487 commits
to master
since this release
We'd like to offer a big thanks to the 9 contributors who made this release possible. Here are some highlights ✨:
- 🎁 The Tree View package is now officially stable!
- ✨ Improve the handling of non-numeric values by Data Grid aggregation
- 🚀 Support lines with different domains on the line charts
- 🐞 Bugfixes
- 📚 Documentation improvements
Data Grid
@mui/x-data-grid@6.17.0
- [DataGrid] Allow custom debounce time for row positions calculation (#10708) @cherniavskii
- [DataGrid] Persist stable row index for focused row (#10674) @cherniavskii
@mui/x-data-grid-pro@6.17.0 
Same changes as in @mui/x-data-grid@6.17.0, plus:
- [DataGridPro] Fix
undefinedvalues passed tovalueFormatterfor tree leaf nodes (#10748) @cherniavskii
@mui/x-data-grid-premium@6.17.0 
Same changes as in @mui/x-data-grid-pro@6.17.0, plus:
- [DataGridPremium] Fix
avgaggregation to ignore non-numeric values (#10787) @cherniavskii - [DataGridPremium] Fix
sizeaggregation to ignoreundefinedvalues (#10745) @cherniavskii - [DataGridPremium] Fix
sumaggregation to ignore non-numeric values (#10730) @cherniavskii - [DataGridPremium] Fix cell selection throwing index error on second page and beyond (#10784) @MBilalShafi
