yarn @mui/x-date-pickers 7.0.0-beta.0
v7.0.0-beta.0

latest releases: 7.18.0, 7.17.0, 7.16.0...
7 months ago

We are glad to announce MUI X v7 beta!
This version has several improvements, bug fixes, and exciting features 🎉.
We want to offer a big thanks to the 7 contributors who made this release possible ✨:

Data Grid

Breaking changes

  • The columns management component has been redesigned and the component was extracted from the ColumnsPanel which now only serves as a wrapper to display the component above the headers as a panel. As a result, a new slot columnsManagement and the related prop slotProps.columnsManagement have been introduced. The props corresponding to the columns management component which were previously passed to the prop slotProps.columnsPanel should now be passed to slotProps.columnsManagement. slotProps.columnsPanel could still be used to override props corresponding to the Panel component used in ColumnsPanel which uses Popper component under the hood.

     <DataGrid
      slotProps={{
    -   columnsPanel: {
    +   columnsManagement: {
          sort: 'asc',
          autoFocusSearchField: false,
        },
      }}
     />
  • Show all and Hide all buttons in the ColumnsPanel have been combined into one Show/Hide All toggle in the new columns management component. The related props disableShowAllButton and disableHideAllButton have been replaced with a new prop disableShowHideToggle.

     <DataGrid
    -  disableShowAllButton
    -  disableHideAllButton
    +  disableShowHideToggle
     />

@mui/x-data-grid@7.0.0-beta.0

@mui/x-data-grid-pro@7.0.0-beta.0 pro

Same changes as in @mui/x-data-grid@7.0.0-beta.0.

@mui/x-data-grid-premium@7.0.0-beta.0 premium

Same changes as in @mui/x-data-grid-pro@7.0.0-beta.0.

Date Pickers

@mui/x-date-pickers@7.0.0-beta.0

@mui/x-date-pickers-pro@7.0.0-beta.0 pro

Same changes as in @mui/x-date-pickers@7.0.0-beta.0, plus:

Tree View / @mui/x-tree-view@7.0.0-beta.0

Docs

Core

Don't miss a new x-date-pickers release

NewReleases is sending notifications on new releases.