v8.3.0
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
- 🎨 Added new styling options and shapes for
<FunnelChart />
, includingvariant
,borderRadius
,pyramid
, andstep-pyramid
curves. - 📚 Documentation improvements
- 🐞 Bugfixes
Special thanks go out to this community member for a valuable contribution: @ptuukkan.
Team members who have contributed to this release: @alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @Janpot, @JCQuintas, @LukasTy, @MBilalShafi, @rita-codes, @romgrk.
Data Grid
@mui/x-data-grid@8.3.0
- [DataGrid] Fix cell editing of computed columns with data source (#17684) @ptuukkan
- [DataGrid] Fix lazy loading crash with
isRowSelectable
prop (#17629) @MBilalShafi - [DataGrid] Fix: use CSS nonce (#17726) @romgrk
- [DataGrid] Ignore
preProcessEditCellProps
for non-editable columns when starting a row update (#17732) @arminmeh - [DataGrid] Avoid applying row selection propagation on filtered rows (#17739) @MBilalShafi
@mui/x-data-grid-pro@8.3.0

Same changes as in @mui/x-data-grid@8.3.0
.
@mui/x-data-grid-premium@8.3.0

Same changes as in @mui/x-data-grid-pro@8.3.0
.
Date and Time Pickers
@mui/x-date-pickers@8.3.0
- [DateTimePicker] Fix focus behavior on desktop variant (#17719) @LukasTy
- [pickers] Avoid
DigitalClock
stealing focus from a Picker open button on close (#17686) @LukasTy
@mui/x-date-pickers-pro@8.3.0

Same changes as in @mui/x-date-pickers@8.3.0
, plus:
Charts
-
The
<FunnelChart />
series now accepts avariant='outlined'
prop for a simpler style.
-
Add a
borderRadius
property to<FunnelChart />
. All funnels have8px
as a default value.
-
Add a
pyramid
curve to<FunnelChart />
, which allows creation of a pyramid-shaped funnel.
-
Add a
step-pyramid
curve to<FunnelChart />
, which creates a stepped-pyramid like shape.
@mui/x-charts@8.3.0
- [charts] Add charts toolbar with zoom options (#17615) @bernardobelchior
- [charts] Add zoom slider (#17496) @bernardobelchior
- [charts] Cleanup compiler warnings (#17360) @alexfauquette
- [charts] Fix
<PieArcLabel />
not takingarcLabelRadius
into account (#17655) @bernardobelchior - [charts] Fix spark line not having clip path (#17501) @bernardobelchior
- [charts] Fix type issue with ESM (#17624) @alexfauquette
- [charts] Improve
<MarkElement />
performance (#17546) @bernardobelchior - [charts] Rename
materialSlots
internal constant (#17710) @bernardobelchior - [charts] Update zoom slider design (#17682) @bernardobelchior
- [charts] Fix zoom being documented as available for heatmap (#17657) @bernardobelchior
@mui/x-charts-pro@8.3.0

Same changes as in @mui/x-charts@8.3.0
, plus:
- [charts-pro] Add
pyramid
curve to<FunnelChart />
(#17665) @JCQuintas - [charts-pro] Add
variant='outlined'
to<FunnelChart />
series (#17661) @JCQuintas - [charts-pro] Add a
borderRadius
property to<FunnelChart />
(#17660) @JCQuintas
Tree View
@mui/x-tree-view@8.3.0
- [tree view] Bug fix - Escape does not cancel Drag n Drop (#17735) @rita-codes
- [tree view] Fix keyboard navigation error (#17685) @rita-codes
- [tree view] Continue cleaning the plugin system (#17386) @flaviendelangle
@mui/x-tree-view-pro@8.3.0

Same changes as in @mui/x-tree-view@8.3.0
.
Docs
- [charts] Add population pyramid demo (#17652) @bernardobelchior
- [charts] Fix randomised argos test (#17658) @JCQuintas
- [docs] Make preview messaging consistent in charts @bernardobelchior
Core
- [code-infra] Avoid
node
types in the built packages (#17533) @LukasTy - [code-infra] Add
pkg.pr.new
publishing (#17402) @Janpot - [code-infra] Normalize author package in org @oliviertassinari
- [code-infra] Remove required checkout step (#17729) @JCQuintas
- [docs-infra] Normalize netlify.toml in org @oliviertassinari