npm @mui/x-data-grid-pro 8.13.0
v8.13.0

latest release: 8.13.1
8 hours ago

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/x-data-grid@8.13.0

@mui/x-data-grid-pro@8.13.0 pro

Same changes as in @mui/x-data-grid@8.13.0, plus:

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

Same changes as in @mui/x-data-grid-pro@8.13.0, 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/x-date-pickers@8.12.0

Internal changes.

@mui/x-date-pickers-pro@8.12.0 pro

Same changes as in @mui/x-date-pickers@8.12.0.

Charts

@mui/x-charts@8.13.0

@mui/x-charts-pro@8.13.0 pro

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

@mui/x-charts-premium@8.13.0 premium

Same changes as in @mui/x-charts-pro@8.13.0.

Tree View

@mui/x-tree-view@8.13.0

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

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

Codemod

@mui/x-codemod@8.12.0

Internal changes.

Docs

Core

Don't miss a new x-data-grid-pro release

NewReleases is sending notifications on new releases.