We'd like to extend a big thank you to the 14 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Charts have optimized data structures for closest point calculations — initial render times reduced by ~25% for 1,000+ data points, with greater gains at larger scales (#19790) @bernardobelchior
- 🐞 Bugfixes
- 📚 Documentation improvements
Special thanks go out to the community members for their valuable contributions:
@djpremier, @jacknot, @justdoit1897, @mellis481, @sai6855
The following are all team members who have contributed to this release:
@arminmeh, @bernardobelchior, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @noraleonte, @siriwatknp
Data Grid
@mui/x-data-grid@8.14.1
- [DataGrid] Fix cell not rerendering on
isCellEditable
prop change (#19898) @cherniavskii - [DataGrid] Fix virtualizer memory leaks (#19886) @cherniavskii
- [DataGrid] Fix tree data unable to deselect row for exclude model (#19846) @siriwatknp
- [l10n] Improve Italian (it-IT) locale (#19322) @jacknot and (#19940) @justdoit1897
@mui/x-data-grid-pro@8.14.1

Same changes as in @mui/x-data-grid@8.14.1
, plus:
- [DataGridPro] Clear cache before new request to the nested request queue after a row has been edited (#19873) @arminmeh
@mui/x-data-grid-premium@8.14.1

Same changes as in @mui/x-data-grid-pro@8.14.1
.
Date and Time Pickers
@mui/x-date-pickers@8.14.1
Internal changes.
@mui/x-date-pickers-pro@8.14.1

Same changes as in @mui/x-date-pickers@8.14.1
.
Charts
@mui/x-charts@8.14.1
- [charts] Fix
minBarSize
when y-axis is reversed (#19932) @bernardobelchior - [charts] Fix bar chart border radius when axis is reversed (#19895) @bernardobelchior
- [charts] Fix scatter chart
datasetKeys.id
not being optional (#19897) @bernardobelchior - [charts] Use more performant data structure for closest point (#19790) @bernardobelchior
- [charts] Fix
GaugeValueArc
having wrong class (#19965) @bernardobelchior - [charts] Fix
undefined
path when highlight empty line chart axis (#19969) @bernardobelchior
@mui/x-charts-pro@8.14.1

Same changes as in @mui/x-charts@8.14.1
, plus:
- [charts-pro] Add
highlighting
to Sankey chart (#19662) @JCQuintas
@mui/x-charts-premium@8.14.1

Same changes as in @mui/x-charts-pro@8.14.1
.
Tree View
@mui/x-tree-view@8.14.1
- [tree view] Do not forward the
ownerState
to the icon (#19772) @flaviendelangle
@mui/x-tree-view-pro@8.14.1

Same changes as in @mui/x-tree-view@8.14.1
.
Codemod
@mui/x-codemod@8.14.0
Internal changes.
Docs
- [docs] Add
'bumpX'
and'bumpY'
curve types to the interpolation demo (#19676) @djpremier - [docs] Add scatter chart with linear regression demo (#19900) @bernardobelchior
- [docs] Correctly describe Data Grid's row selection behavior (#19968) @arminmeh
- [docs] Fix
isExpanded
type in tree view docs (#19092) @mellis481