All Versions
90
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History
Page 2

  • v5.15.2 Changes

    Aug 11, 2022

    πŸš€ 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
  • v5.15.1 Changes

    Aug 4, 2022

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

    • πŸ“š New page presenting the apiRef (#5273) @flaviendelangle
    • πŸ‘ ✨ Better keyboard support for start editing cells (#5511) @oliviertassinari
    • 🌍 Improvements to different locales
    • πŸ›  🐞 Bugfixes
  • v5.15.0 Changes

    Jul 29, 2022

    πŸš€ 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.

    https://user-images.githubusercontent.com/45398769/181581503-77cc412e-9d9e-4de1-8bc3-c3bccc54cdaa.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.

    https://user-images.githubusercontent.com/45398769/181581493-56c733a3-6dd5-4546-bf8d-3f2dff72b14a.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
  • v5.14.0 Changes

    Jul 21, 2022

    πŸš€ 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
  • v5.13.1 Changes

    Jul 15, 2022

    πŸš€ 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
  • v5.13.0 Changes

    Jul 7, 2022

    πŸš€ 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
  • v5.12.3 Changes

    πŸ”„ Changes
    • [DataGrid] Do not hide non-hideable column when pressing Hide All button (#5298) @flaviendelangle
    • [DataGrid] Do not regenerate the row tree when the loading prop changes (#5213) @flaviendelangle
    • 0️⃣ [DataGrid] Fix the default filter operator fallback on state initialization (#5266) @flaviendelangle
    • πŸ—„ [DataGrid] Stop using the deprecated api prop in the grid components (#5205) @flaviendelangle
    • [DataGrid] Add Swedish (sv-SE) locale (#5210) @mrxdst
    • [DataGridPremium] Fix detail panel on DataGridPremium (#5264) @flaviendelangle
    • [DataGridPremium] Fix Excel import with Remix / Vite (#5207) @alexfauquette
    • [DataGridPremium] Fix error with quick filter and grouping rows (#5238) @alexfauquette
  • v5.12.2 Changes

    πŸ”„ 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
  • v5.12.1 Changes

    πŸ”„ Changes
    • [DataGrid] Add reason to onFilterModelChange (#4938) @m4theushw
    • βͺ [DataGrid] Restore focus after dismissing the column menu (#5027) @m4theushw
    • ⚑️ [DataGrid] Update quick filter input when model is modified (#5013) @alexfauquette
    • [DataGrid] Fix implicit dependency on react-dom (#5121) @oliviertassinari
    • πŸ‘ [DataGrid] Support getRowId in row reordering (#5093) @flaviendelangle
    • [DataGridPro] Fix column resizing in RTL mode (#4989) @cherniavskii
    • [DataGridPro] Fix column resizing on touchscreen (#5056) @cherniavskii
    • ⚑️ [l10n] Update Japanese (ja-JP) locale (#5122) @hikotq
    • ⚑️ [l10n] Update Russian (ru-RU) locale (#5069) @Artboomy
  • v5.12.0 Changes

    πŸ”„ Changes
    • πŸ‘ [DataGrid] Support dynamic row height (#4859) @m4theushw
    • [DataGrid] Add onMenuOpen and onMenuClose props (#4825) @DanailH
    • [DataGrid] Add generics to GridActionsColDef to match GridColDef (#4982) @subvertallchris
    • [DataGrid] Disable drag event handlers when row or column reorder are disabled (#4857) @DanailH
    • [DataGrid] Allow other attempts to stop edit mode if the first failed (#5016) @m4theushw
    • πŸ’» [DataGrid] Better reflect the dependency on Material UI (#4795) @oliviertassinari
    • [DataGrid] Add an id to the filter item created when opening the filter panel (#5014) @flaviendelangle
    • [DataGrid] Use column visibility model on Hide All / Show All when enabled (#5050) @flaviendelangle
    • [DataGridPro] Unpin columns back to original position (#4512) @m4theushw
    • 🚚 [DataGridPro] Remove experimental row grouping from Pro plan (#4949) @flaviendelangle
    • [DataGridPro] Allow to scroll detail panel content if it overflows the panel (#4979) @cherniavskii
    • [DataGridPro] Do not call setRowIndex when dragging a column over a row (#4987) @flaviendelangle
    • [l10n] Add Norwegian (BokmΓ₯l) (nb-NO) locale (#5001) @spiftire
    • [l10n] Add Turkish (tr-TR) locale (#5026) @Rassilion