Skip to content

v8.10.0

Compare
Choose a tag to compare
@arminmeh arminmeh released this 08 Aug 12:11
· 166 commits to master since this release
a213c4e

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 allow variant 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 on isCellEditable() (#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] pro

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

@mui/[email protected] premium

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 RTL MobileDatePicker variant (#18981) @rita-codes

@mui/[email protected] pro

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

Charts

@mui/[email protected]

@mui/[email protected] pro

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

Tree View

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

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

Codemod

@mui/[email protected]

Internal changes.

Docs

Core

Miscellaneous