github mui/mui-x v5.15.0

latest releases: v7.17.0, v7.16.0, v7.15.0...
2 years ago

We'd like to offer a big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

  • 🎁 Introduce aggregation (#5592) @flaviendelangle

    Premium users can now aggregate data in the grid.
    Extract information like sum, average, count, and others with a couple of clicks.

    summary-row.mp4

    To enable this feature, add experimentalFeatures={{ aggregation: true }}.
    Aggregation functions are customizable and they combine well with row grouping.
    See the documentation to explore everything it has to offer.

  • 🚀 Introduce row pinning (#4863) @cherniavskii

    Pro users can now pin rows on top or bottom of the grid.

    row-pinning.mp4

    To do so, enable the feature with experimentalFeatures={{ rowPinning: true }} and provide the pinned rows data to the pinnedRows prop.
    For more details, see the documentation.

  • 🌍 Add simplified Chinese (zh-CN) locale to pickers (#5584) @gamecss

  • 📚 Documentation improvements

@mui/x-data-grid@v5.15.0 / @mui/x-data-grid-pro@v5.15.0 / @mui/x-data-grid-premium@v5.15.0

Changes

@mui/x-date-pickers@v5.0.0-beta.3 / @mui/x-date-picker-pro@5.0.0-beta.3

Changes

Docs

Core

Don't miss a new mui-x release

NewReleases is sending notifications on new releases.