We'd like to extend a big thank you to the 13 contributors who made this release possible. Here are some highlights ✨:
-
Add
colorGetterprop to cartesian charts series
-
🌎 Add Catalan (ca-ES) locale on the Data Grid
-
🌎 Add Norwegian Bokmål (nb-NO) locale on the Charts
-
🐞 Bugfixes
-
📚 Documentation improvements
Special thanks go out to these community members for their valuable contributions:
@frncesc, @Methuselah96, @samuelwalk, @htollefsen
The following team members contributed to this release:
@alexfauquette, @bernardobelchior, @flaviendelangle, @Janpot, @JCQuintas, @mnajdova, @rita-codes, @arminmeh, @brijeshb42
Data Grid
@mui/x-data-grid@8.17.0
- [DataGrid] Stop event propagation on data grid action buttons (GridActionsCellItem) (#19513) @Copilot
- [DataGrid] Update cell editable state if
editableprop is updated in the column definition (#20147) @arminmeh - [DataGrid] Wait for external model updates before resetting pagination after sort/filter (#20162) @arminmeh
- [l10n] Add Catalan (ca-ES) locale (#20154) @frncesc
- [l10n] Improve Arabic (ar-SD) locale (#20185) @samuelwalk
@mui/x-data-grid-pro@8.17.0 
Same changes as in @mui/x-data-grid@8.17.0.
@mui/x-data-grid-premium@8.17.0 
Same changes as in @mui/x-data-grid-pro@8.17.0.
Date and Time Pickers
@mui/x-date-pickers@8.17.0
Internal changes.
@mui/x-date-pickers-pro@8.17.0 
Same changes as in @mui/x-date-pickers@8.17.0.
Charts
@mui/x-charts@8.17.0
- [charts] Add
barLabelto bar series. DeprecatebarLabelinBarPlot. (#20184) @bernardobelchior - [charts] Add series color callback (#20084) @bernardobelchior
- [charts] Expose
ChartsSurfaceclasses (#20180) @bernardobelchior - [charts] Fix chart cut off when inside
overflow: scrollcontainer (#20182) @bernardobelchior - [charts] Fix tick label overflow on multiple axes and series demo (#20152) @bernardobelchior
- [charts] Organize series config (#20155) @bernardobelchior
- [charts] Use selectors from
@mui/x-internals(#20052) @alexfauquette - [charts] Use store from
@mui/x-internals(#20121) @alexfauquette - [charts] Add
useDatasethook (#20205) @JCQuintas - [l10n] Add Norwegian Bokmål (nb-NO) locale (#20197) @htollefsen
@mui/x-charts-pro@8.17.0 
Same changes as in @mui/x-charts@8.17.0, plus:
- [charts-pro] Fix zoom pan issue when controlled (#20163) @JCQuintas
@mui/x-charts-premium@8.17.0 
Same changes as in @mui/x-charts-pro@8.17.0.
Tree View
@mui/x-tree-view@8.17.0
- [tree view] Accept read only arrays in
expandedItemsprop (#20181) @Methuselah96 - [tree view] Use
aria-checkedinstead ofaria-selectedon items (#19851) @flaviendelangle
@mui/x-tree-view-pro@8.17.0 
Same changes as in @mui/x-tree-view@8.17.0.
Codemod
@mui/x-codemod@8.17.0
Internal changes.
Docs
- [docs] Fix focus issues in the action column demo (#20178) @arminmeh
- [docs] Remove hidden Tree View headless page (#20119) @flaviendelangle
- [docs] Fix some external redirects (#20211) @Janpot
Core
- [code-infra] Fix cci job timeout due to buffered test output (#20193) @Janpot
- [code-infra] Fix publish workflow (#20140) @bernardobelchior
- [code-infra] Increase JSDOM test parallelism (#20179) @Janpot
- [code-infra] Remove React import requirement for jsx (#20144) @brijeshb42
- [code-infra] Replace
getInitialPropswithgetStaticProps(#20192) @Janpot - [code-infra] git-ignore next-env.d.ts (#20177) @Janpot
- [code-infra] Stabilize screenshot testing (#19868) @Janpot