v6.17.0
flaviendelangle
released this
27 Oct 11:58
·
2385 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/[email protected]
- [DataGrid] Allow custom debounce time for row positions calculation (#10708) @cherniavskii
- [DataGrid] Persist stable row index for focused row (#10674) @cherniavskii
@mui/[email protected]
Same changes as in @mui/[email protected]
, plus:
- [DataGridPro] Fix
undefined
values passed tovalueFormatter
for tree leaf nodes (#10748) @cherniavskii
@mui/[email protected]
Same changes as in @mui/[email protected]
, plus:
- [DataGridPremium] Fix
avg
aggregation to ignore non-numeric values (#10787) @cherniavskii - [DataGridPremium] Fix
size
aggregation to ignoreundefined
values (#10745) @cherniavskii - [DataGridPremium] Fix
sum
aggregation to ignore non-numeric values (#10730) @cherniavskii - [DataGridPremium] Fix cell selection throwing index error on second page and beyond (#10784) @MBilalShafi