Skip to content

v8.11.0

Latest
Compare
Choose a tag to compare
@noraleonte noraleonte released this 29 Aug 13:39
· 16 commits to master since this release
5bd5fcd

We'd like to extend a big thank you to the 19 contributors who made this release possible. Here are some highlights ✨:

  • 📊 Add new SankeyChart

    Screenshot 2025-07-24 at 12 54 33
  • 🚀 Data Grid row grouping now supports row reordering

    See the Drag-and-drop group reordering section for more details.

  • 📚 Documentation improvements

Special thanks go out to the community members for their valuable contributions:
@dwrth, @lauri865, @Webini

The following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @brijeshb42, @cherniavskii, @flaviendelangle, @Janpot, @JCQuintas, @mapache-salvaje, @MBilalShafi, @michelengelen, @noraleonte, @oliviertassinari, @rita-codes, @romgrk, @sai6855, @siriwatknp

Data Grid

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

  • [DataGridPro] Fix column menu sort when multipleColumnsSortingMode="always" (#19099) @MBilalShafi
  • [DataGridPro] Keep the drop effect if keepColumnPositionIfDraggedOutside is enabled (#19372) @arminmeh

@mui/[email protected] premium

Same changes as in @mui/[email protected], plus:

Date and Time Pickers

@mui/[email protected]

  • [pickers] Fix Firefox bug causing crash when startContainer is a restricted object (#18772) @Webini
  • [pickers] RTL not applied correctly for Calendar Systems examples (works in v7.x but broken in latest version) (#19287) @rita-codes
  • [pickers] Use the locale week day on the Luxon adapter (#19230) @flaviendelangle
  • [pickers] Fix display of placeholder when label is shrunk (#19318) @sai6855

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Charts

@mui/[email protected]

  • [charts] Add RadarAxis component to render labels (#19240) @alexfauquette
  • [charts] Handle item identifier with data (#19295) @JCQuintas
  • [charts] Refactor optional chaining for props in PieChart, PieChartPro, and ScatterChartPro components (#19292) @sai6855
  • [charts] Remove unused fill and stroke properties (#19316) @sai6855
  • [charts] Correct hideLegend prop description in docs (#19371) @sai6855

@mui/[email protected] pro

Same changes as in @mui/[email protected], plus:

Tree View

@mui/[email protected]

@mui/[email protected] pro

Same changes as in @mui/[email protected].

Codemod

@mui/[email protected]

Internal changes.

Docs

Core

Miscellaneous