Skip to content

v6.17.0

Compare
Choose a tag to compare
@flaviendelangle flaviendelangle released this 27 Oct 11:58
· 1118 commits to master since this release
5505a59

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!

tree-view-example

  • ✨ 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

@mui/x-data-grid-pro@6.17.0 pro

Same changes as in @mui/x-data-grid@6.17.0, plus:

  • [DataGridPro] Fix undefined values passed to valueFormatter for tree leaf nodes (#10748) @cherniavskii

@mui/x-data-grid-premium@6.17.0 premium

Same changes as in @mui/x-data-grid-pro@6.17.0, plus:

  • [DataGridPremium] Fix avg aggregation to ignore non-numeric values (#10787) @cherniavskii
  • [DataGridPremium] Fix size aggregation to ignore undefined 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