Skip to content

v8.3.0

Compare
Choose a tag to compare
@michelengelen michelengelen released this 08 May 13:20
· 360 commits to master since this release
f1be6ab

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 />, including variant, borderRadius, pyramid, and step-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 pro

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

@mui/x-data-grid-premium@8.3.0 premium

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 pro

Same changes as in @mui/x-date-pickers@8.3.0, plus:

  • [DateRangePicker] Fix to reset range position after closing mobile Picker (#17631) @LukasTy

Charts

  • The <FunnelChart /> series now accepts a variant='outlined' prop for a simpler style.
    Screenshot 2025-05-06 at 20 36 12

  • Add a borderRadius property to <FunnelChart />. All funnels have 8px as a default value.
    Screenshot 2025-05-06 at 14 00 20

  • Add a pyramid curve to <FunnelChart />, which allows creation of a pyramid-shaped funnel.
    Screenshot 2025-05-06 at 14 32 59

  • Add a step-pyramid curve to <FunnelChart />, which creates a stepped-pyramid like shape.
    Screenshot 2025-05-06 at 14 33 03

@mui/x-charts@8.3.0

@mui/x-charts-pro@8.3.0 pro

Same changes as in @mui/x-charts@8.3.0, plus:

Tree View

@mui/x-tree-view@8.3.0

@mui/x-tree-view-pro@8.3.0 pro

Same changes as in @mui/x-tree-view@8.3.0.

Docs

Core