v8.17.0
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/[email protected]
- [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/[email protected] 
Same changes as in @mui/[email protected].
@mui/[email protected] 
Same changes as in @mui/[email protected].
Date and Time Pickers
@mui/[email protected]
Internal changes.
@mui/[email protected] 
Same changes as in @mui/[email protected].
Charts
@mui/[email protected]
- [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/[email protected] 
Same changes as in @mui/[email protected], plus:
- [charts-pro] Fix zoom pan issue when controlled (#20163) @JCQuintas
@mui/[email protected] 
Same changes as in @mui/[email protected].
Tree View
@mui/[email protected]
- [tree view] Accept read only arrays in
expandedItemsprop (#20181) @Methuselah96 - [tree view] Use
aria-checkedinstead ofaria-selectedon items (#19851) @flaviendelangle
@mui/[email protected] 
Same changes as in @mui/[email protected].
Codemod
@mui/[email protected]
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