Skip to content

v8.16.0

Choose a tag to compare

@github-actions github-actions released this 29 Oct 18:46
9630f2b

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

  • 🖌️ Add brush zoom interaction to charts
  • 🔁 Server-side update in a grid with tree data/row grouping and aggregation will trigger re-fetch for all parent levels of that row to update aggregated values. See the demo.

Special thanks go out to the community members for their valuable contributions:
@felix-wg, @frncesc, @sai6855

The following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @bernardobelchior, @brijeshb42, @flaviendelangle, @JCQuintas, @MBilalShafi, @mbrookes, @michelengelen, @noraleonte, @rita-codes

Data Grid

@mui/[email protected]

  • [DataGrid] Ignore Ctrl+A key combination for the row selection in the community version (#20110) @felix-wg
  • [DataGrid][l10n] Improve Spanish (es-ES) locale (#20134) @frncesc

@mui/[email protected] pro

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

  • [DataGridPro] Add explicit return type to getVisibleRowsLookup() to fix the build with tsc (#20116) @arminmeh
  • [DataGridPro] Retain the expansion state with expansion configuration props (#20126) @MBilalShafi

@mui/[email protected] premium

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

  • [DataGridPremium] Export and restore chart integration state (#20079) @arminmeh
  • [DataGridPremium] Fix grouping column valueFormatter() crash (#20070) @sai6855
  • [DataGridPremium] Refetch aggregation data after row update with server-side aggregation (#20039) @arminmeh

Date and Time Pickers

@mui/[email protected]

@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:

@mui/[email protected] premium

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

Tree View

@mui/[email protected]

Internal changes.

@mui/[email protected] pro

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

Codemod

@mui/[email protected]

Internal changes.

Core

Miscellaneous