Skip to content

Releases: mui/mui-x

v5.16.0

25 Aug 14:50
8db0bfa
Compare
Choose a tag to compare

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

  • 🎁 Introduce column grouping for data grid (#5133) @alexfauquette

    You can now group columns using the columnGroupingModel prop. This lets you to display more structured data.

    To enable this feature, add experimentalFeatures={{ columnGrouping: true }}.
    The grouping header can be fully customized.
    See the documentation to explore everything it has to offer.

  • 🐞 Bugfixes

  • 🌏 New locales for pickers thanks to @tesseractjh and @drastus

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

Changes

@mui/x-date-pickers@v5.0.0-beta.7 / @mui/x-date-pickers-pro@v5.0.0-beta.7

Changes

Docs

Core

v5.15.3

18 Aug 22:06
323a33a
Compare
Choose a tag to compare

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

  • 📚 Documentation improvements
  • 🐞 Bugfixes

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

Changes

  • [DataGrid] Fix Enter causing Select to re-open when commiting value (#5756) @m4theushw
  • [DataGrid] Fix GridOverlays bypassing pointer events (#5674) @philjones88

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

Changes

  • [DatePicker] Support click on day outside of current month (#5768) @alexfauquette
  • [pickers] Extend PickersActionBarProps with DialogActionProps (#5798) @LukasTy

Docs

Core

v5.15.2

11 Aug 14:19
7f8975d
Compare
Choose a tag to compare

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

  • ✨ Improve quick filtering with row grouping (#5701) @alexfauquette
  • 📚 Documentation improvements
  • 🐞 Bugfixes

@mui/x-data-grid@5.15.2 / @mui/x-data-grid-pro@5.15.2 / @mui/x-data-grid-premium@5.15.2

Changes

  • [DataGrid] Catch errors if rows freezing is not supported (#5711) @cherniavskii
  • [DataGrid] Preserve cell mode when entering edit mode while commiting (#5686) @m4theushw
  • [DataGridPremium] Let quick filter search in row grouping children (#5701) @alexfauquette

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

Changes

Docs

Core

v5.15.1

04 Aug 16:23
17a2570
Compare
Choose a tag to compare

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

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

Changes

  • [DataGrid] Improve start edit UX (#5511) @oliviertassinari
  • [DataGrid] Add initialOpen prop to GridEditSingleSelectCell to allow overriding initial open state (#5645) @shapaaa
  • [DataGrid] Forward ref to root element in GridEditInputCell (#5631) @Zenoo
  • [DataGrid] Toggle open state when clicking on buttons in the GridToolbar (#5503) @cherniavskii
  • [DataGrid] Improve German (de-DE) locale (#5586) @sebastianfrey
  • [DataGrid] Improve Korean (ko-KR) locale (#5668) @Einere
  • [DataGrid] Complete Italian (it-IT) locale (#5487) @mamodev

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

Changes

Docs

Core

v5.15.0

29 Jul 08:13
4816d03
Compare
Choose a tag to compare

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

  • [l10n] Add simplified Chinese (zh-CN) locale (#5584) @gamecss

Docs

Core

v5.14.0

22 Jul 15:39
Compare
Choose a tag to compare

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

  • 🧪 Export GridBooleanCell component from data grid (#5537) @cliedeman
  • ⚙️ Improve accessibility of the Export menu (#5486) @nogalpaulina
  • 🌍 Improvements to different locales
  • 📚 Documentation improvements
  • 🐞 Bugfixes

@mui/x-data-grid@5.14.0 / @mui/x-data-grid-pro@5.14.0 / @mui/x-data-grid-premium@5.14.0

Changes

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

Changes

Docs

Core

v5.13.1

16 Jul 01:04
e71f205
Compare
Choose a tag to compare

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

  • ✏️ Enter edit mode when pasting in a cell with Ctrl+V (Cmd+V on macOS) (#5405) @alexfauquette
  • 🌍 Many improvements to the locales
  • 📚 Documentation improvements
  • 🐞 Bugfixes

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

Changes

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

Changes

Docs

Core

v5.13.0

07 Jul 16:54
84d2940
Compare
Choose a tag to compare

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

  • 🎁 @mui/x-date-pickers and @mui/x-date-pickers-pro are now in beta!

  • ✨ Allow detail panel's height to match its content (#5163) @m4theushw

    <DataGridPro getDetailPanelHeight={() => 'auto'} />
  • 🌍 Add Romanian (ro-RO) locale on the data grid (#5345) @rolule

  • 📚 Documentation improvements

  • 🐞 Bugfixes

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

Changes

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

Changes

Docs

v5.12.3

14 Jul 17:51
3009f9d
Compare
Choose a tag to compare

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

  • 🌍 Add Swedish (sv-SE) locale on the data grid and the pickers (#5210) @mrxdst
  • 🌍 Add Dutch (nl-NL) locale on the pickers (#5237) @DDukers
  • 📚 Documentation improvements
  • 🐞 Bugfixes

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

Changes

@mui/x-date-pickers@v5.0.0-alpha.7 / @mui/x-date-pickers-pro@v5.0.0-alpha.7

Changes

Docs

Core

v5.12.2

16 Jun 15:10
c89587c
Compare
Choose a tag to compare

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

  • 🚀 Performance improvement for dynamic row height (#5135) @m4theushw
  • 🕒 Add demo of how to use the data grid with date pickers (#5053) @cherniavskii
  • 📚 Documentation improvements
  • 🐞 Bugfixes

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

Changes

  • [DataGrid] Fix for cosmetic bug on column filter badge (#5170) @simbahandiane
  • [DataGrid] Hide vertical scrollbar if autoHeight is enabled (#5164) @m4theushw
  • [DataGrid] Use exponential search to render non-measured rows (#5135) @m4theushw
  • [DataGridPro] Fix label of the detail panel toggle column (#5191) @m4theushw
  • [DataGridPro] Refresh detail panel caches when props change (#5110) @m4theushw

Docs

Core