Skip to content

v8.13.0

Choose a tag to compare

@github-actions github-actions released this 01 Oct 14:16
af1fc43

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

  • 📊 The chart zoom now supports the tapAndDrag gesture. Zoom in/out by tapping twice and dragging vertically.
  • 🔎 Charts now allow fine-grained control for zoom interactions.
    <BarChartPro
      zoomInteractionConfig={{
        // Only zoom when Control key is pressed
        zoom: [{ type: 'wheel', keys: ['Control'] }],
        // Only pan when Shift key is pressed
        pan: [{ type: 'drag', keys: ['Shift'] }],
      }}
    />
  • ➡️ Data Grid grouping rows now persist their expansion state when the rows are updated.
  • 📜 Updated Data Grid vertical scrollbar to include pinned rows and aggregation sections.
  • 📌 Improved the appearance of pinned columns and pinned rows sections in the Data Grid.
  • 🚀 Tree View now fetches the children of expanded items on mount when using lazy loading.
  • 🐞 Bugfixes
  • 📚 Documentation improvements

Special thanks go out to the community members for their valuable contributions:
@sai6855

The following are all team members who have contributed to this release:
@alexfauquette, @arminmeh, @bernardobelchior, @flaviendelangle, @hasdfa, @Janpot, @JCQuintas, @KenanYusuf, @mapache-salvaje, @MBilalShafi, @mnajdova, @rita-codes, @siriwatknp

Data Grid

@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], plus:

  • [DataGridPremium] Add metadata.referenceId to AI assistant prompt resolver (#19695) @hasdfa
  • [DataGridPremium] Fix aggregation value retrieval (#19724) @arminmeh
  • [DataGridPremium] Get correct active chart id while rebuilding data (#19720) @arminmeh

Date and Time Pickers

@mui/[email protected]

Internal changes.

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

@mui/[email protected] pro

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

Codemod

@mui/[email protected]

Internal changes.

Docs

Core