github mui/mui-x v6.0.0-alpha.12

latest releases: v7.18.0, v6.20.5, v7.17.0...
pre-release21 months ago

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

  • 🚀 The apiRef prop is now available in the @mui/x-data-grid package:

    const apiRef = useGridApiRef();
    
    return (
      <DataGrid apiRef={apiRef} {...other} />
    )

    See the documentation for more information.

  • 🎁 The DataGridPremium now supports cell selection:

    <DataGridPremium unstable_cellSelection />

    See the documentation for more information

  • 🌍 Support the Right To Left orientation on the fields components

  • 📚 Documentation improvements

  • 🐞 Bugfixes

@mui/x-data-grid@v6.0.0-alpha.12 / @mui/x-data-grid-pro@v6.0.0-alpha.12 / @mui/x-data-grid-premium@v6.0.0-alpha.12

Breaking changes

  • The showCellRightBorder was renamed to showCellVerticalBorder
  • The showColumnRightBorder was renamed to showColumnVerticalBorder
  • The .MuiDataGrid-withBorder CSS class was renamed to .MuiDataGrid-withBorderColor and it only sets border-color CSS property now.
  • The following undocumented properties from apiRef were removed: footerRef, headerRef, columnHeadersElementRef, columnHeadersContainerElementRef
  • The GridHeaderPlaceholder component was removed.
  • The MAX_PAGE_SIZE constant was removed.
  • The useGridScrollFn hook was removed.

Changes

@mui/x-date-pickers@v6.0.0-alpha.12 / @mui/x-date-pickers-pro@v6.0.0-alpha.12

Changes

Docs

Core

Don't miss a new mui-x release

NewReleases is sending notifications on new releases.