We'd like to extend a big thank you to the 9 contributors who made this release possible. Here are some highlights ✨:
- 📊 Allow exporting pie charts
- 📚 Documentation improvements
- 🌎 Improve Portuguese (ptPT) translations on the Data Grid
- 🌎 Improve Portuguese (ptPT, ptBR) translations on Charts
- 🌎 Improve Arabic (ar-SD) locale
- 🐞 Bugfixes
Special thanks go out to the community members for their valuable contributions: @moosekebab, @TiagoPortfolio.
The following are all team members who have contributed to this release:
@alexfauquette, @bernardobelchior, @JCQuintas, @KenanYusuf, @LukasTy, @michelengelen, @arminmeh.
Data Grid
@mui/[email protected]
- [DataGrid] Fix
registerPipeProcessor()
for Node v20 (#18241) @arminmeh - [DataGrid] Fix background color in column header filler cells (#18188) @KenanYusuf
- [DataGrid] Keep pipe pre-processors execution order when callback reference changes (#17558) @arminmeh
- [DataGrid] Use
useComponentRenderer
from x-internals (#18203) @bernardobelchior - [l10n] Improve Arabic (ar-SD) locale (#17959) @moosekebab
- [l10n] Improve Portuguese from Portugal (pt-PT) locale (#18064) @TiagoPortfolio
@mui/[email protected]

Same changes as in @mui/[email protected]
, plus:
- [DataGridPro] Skip rendering detail panels of the rows turned into skeleton rows with lazy loading (#17958) @arminmeh
@mui/[email protected]

Same changes as in @mui/[email protected]
.
Date and Time Pickers
@mui/[email protected]
@mui/[email protected]

Same changes as in @mui/[email protected]
.
Charts
@mui/[email protected]
- [charts] Allow skipping tooltip render (#18050) @alexfauquette
- [charts] Fix act warnings in toolbar tests (#18212) @JCQuintas
- [charts] Fix prop typo in
extendVertically
(#18211) @JCQuintas - [charts] Fix responsive height for ChartsWrapper (#18183) @alexfauquette
- [charts] Improve charts toolbar accessibility (#18056) @bernardobelchior
- [charts] Let line series propagate null from the dataset (#18223) @alexfauquette
- [l10n] Add Portuguese locales for charts (pt-PT, pt-BR) (#18069) @bernardobelchior
@mui/[email protected]

Same changes as in @mui/[email protected]
, plus:
- [charts-pro] Add
linear-sharp
curve as alternative to square edge (#17966) @JCQuintas - [charts-pro] Add correct classes to
FunnelSectionLabel
(#18061) @JCQuintas - [charts-pro] Allow exporting a pie chart (#18063) @bernardobelchior
- [charts-pro] Fix initial render for zoom slider selection (#18208) @bernardobelchior
- [charts-pro] Fix props being passed to DOM in FunnelChart (#18192) @JCQuintas
- [charts-pro] Show axis value in zoom slider tooltip (#18054) @bernardobelchior
- [charts-pro] Render the toolbar in the heatmap chart (#18247) @bernardobelchior
Tree View
@mui/[email protected]
Internal changes.
@mui/[email protected]

Same changes as in @mui/[email protected]
.
Docs
- [docs] Update
valueFormatter
signature in migration guide (#18226) @michelengelen
Core
- chore(deps): bump @next/eslint-plugin-next to 15.3.3 (#18155) @renovate[bot]
- chore(deps): bump @types/lodash to ^4.17.17 (#17990) @renovate[bot]
- chore(deps): bump babel (#18157) @renovate[bot]
- chore(deps): bump eslint to ^9.28.0 (#17352) @renovate[bot]
- chore(deps): bump material ui (#17802) @renovate[bot]
- chore(deps): bump next to ^15.3.3 (#18159) @renovate[bot]
- chore(deps): bump ossf/scorecard-action action to v2.4.2 (#18160) @renovate[bot]
- chore(deps): bump react-router to ^7.6.1 (#18162) @renovate[bot]
- chore(deps): bump yargs to ^18.0.0 (#18169) @renovate[bot]
- [code-infra] Different approach to console testing for
processRowUpdate
(#18213) @JCQuintas - [code-infra] Fix act warnings in DataGrid/toolbar (#18207) @JCQuintas
- [code-infra] Remove
istanbul
references (#18194) @JCQuintas - [code-infra] Remove codesandbox:ci (#18179) @JCQuintas
- [code-infra] Replace
mocha
withvitest
on e2e and regression tests (#18071) @JCQuintas - [code-infra] Upgrade @mui/internal-test-utils (#18191) @JCQuintas
- [code-infra] Use vitest for
no-direct-state-access
tests (#18209) @JCQuintas - [infra] Improve test setup (#18228) @LukasTy
- [infra] Update bug and feature request templates to standardize label types (#18198) @michelengelen
- [infra] Use
playwright
docker image (#18186) @LukasTy