v8.10.0
We'd like to extend a big thank you to the 17 contributors who made this release possible. Here are some highlights ✨:
- 📊
FunnelChart
marked as stable - 📈 Zoom slider and Preview marked as stable
- 📈 Supporting label groups in band and point axis
- 🌎 Improve Norwegian Nynorsk (nn-NO) locale on the Data Grid
- 🐞 Bugfixes
- 📚 Documentation improvements
Special thanks go out to the community members for their valuable contributions:
@AnderzL7, @aqeelat, @dwrth, @noobyogi0010, @nusr, @sai6855
The following are all team members who have contributed to this release:
@arminmeh, @bernardobelchior, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @mapache-salvaje, @MBilalShafi, @oliviertassinari, @rita-codes, @romgrk
Data Grid
@mui/[email protected]
- [DataGrid] Move spread operator in
BaseSelect
to allowvariant
change (#19026) @dwrth - [DataGrid] Use
use-sync-external-store
shim (#19063) @romgrk - [DataGrid] Allow skipping cache in
dataSource.fetchRows()
API method (#18904) @MBilalShafi - [DataGrid] Do not call
preProcessEditCellProps()
if cell is not editable based onisCellEditable()
(#18405) @nusr - [DataGrid] Fix
renderCountry
throwing an error when used in tree data (#19068) @cherniavskii - [DataGrid] Fix performance issue for root level "select all" (#19015) @MBilalShafi
- [DataGrid] Fix pagination
slotProps
being ignored by the grid (#19095) @romgrk - [l10n] Improve Norwegian Nynorsk (nn-NO) locale (#19076) @AnderzL7
@mui/[email protected]

Same changes as in @mui/[email protected]
, plus:
- [DataGridPro] Fix row reorder not working with column reorder disabled (#19016) @MBilalShafi
- [DataGridPro] Fix header filters cache sharing issue (#19090) @MBilalShafi
@mui/[email protected]

Same changes as in @mui/[email protected]
, plus:
- [DataGridPremium] Allow additional derived columns customization via
valueFormatter
(#18982) @arminmeh - [DataGridPremium] Fix complex
singleSelect
columns not working in pivot model (#18971) @cherniavskii
Date and Time Pickers
@mui/[email protected]
- [pickers]
MuiPickersLayout-toolbar
is overlapping the Calendar in RTLMobileDatePicker
variant (#18981) @rita-codes
@mui/[email protected]

Same changes as in @mui/[email protected]
.
Charts
@mui/[email protected]
- [charts] Add
groups
toband
andpoint
axis config (#18766) @JCQuintas - [charts] Animation example using
motion
library (#18993) @JCQuintas - [charts] Deprecate
Unstable_
radar exports (#19079) @JCQuintas - [charts] Improve grouped axis logic (#19069) @JCQuintas
- [charts] Fix type assertion in axis highlight components (#19060) @sai6855
- [charts] Remove unnecessary type assertion in tooltip
valueFormatter
in heatmap (#19047) @sai6855
@mui/[email protected]

Same changes as in @mui/[email protected]
, plus:
- [charts-pro] Fix
slotProps.tooltip.trigger
not respected inScatterChartPro
andFunnelChart
(#18902) @bernardobelchior - [charts-pro] Fix zoom filtering adjusting axis too soon (#18992) @bernardobelchior
- [charts-pro] Mark
FunnelChart
as stable (#19048) @JCQuintas - [charts-pro] Mark zoom slider and preview as stable (#19049) @JCQuintas
- [charts-pro] Refactor
createAxisFilterMapper
(#18998) @bernardobelchior
Tree View
@mui/[email protected]
Internal changes.
@mui/[email protected]

Same changes as in @mui/[email protected]
.
Codemod
@mui/[email protected]
Internal changes.
Docs
- [docs] Add CSS bundler breaking change to migration guide (#17436) @romgrk
- [docs]
RichTreeViewPro
demo for dragging via custom drag-handle is not working properly (#19008) @rita-codes - [docs] Fix broken link to D3 in Charts (#19020) @oliviertassinari
- [docs] Revise the Charts Animation doc (#18990) @mapache-salvaje
- [docs] Fix incorrect code in line chart preview (#19023) @noobyogi0010
- [docs] Improve bundling instructions for the Data Grid (#19065) @romgrk
- [docs] Reduce image size in the inventory grid demo (#19004) @arminmeh
Core
- [core] Fix ESLint reference name @oliviertassinari
Miscellaneous
- [infra] Remove bundle size tracking for subpaths (#19072) @Janpot
- [infra] Accept
PORT
env ondocs:dev
script (#19014) @JCQuintas - [infra] Skip codesandbox iframe demos in regressions tests (#18970) @cherniavskii
- [infra] Remove package.json
module
field (#18961) @Janpot - [internal] Remove peer dependency on
@mui/system
(#19062) @aqeelat