github mui/mui-x v8.0.0-alpha.3

latest releases: v8.0.0-alpha.5, v7.23.3, v8.0.0-alpha.4...
pre-release14 days ago

Dec 5, 2024

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

Special thanks go out to the community contributors who have helped make this release possible:
@ihsanberkozcan, @k-rajat19, @perezShaked.
Following are all team members who have contributed to this release:
@arminmeh, @cherniavskii, @flaviendelangle, @JCQuintas, @MBilalShafi, @noraleonte.

Data Grid

Breaking changes

  • The "Select all" checkbox is now checked when all the selectable rows are selected, ignoring rows that are not selectable because of the isRowSelectable prop.
  • The rowPositionsDebounceMs prop was removed.
  • The gridRowsDataRowIdToIdLookupSelector selector was removed. Use the gridRowsLookupSelector selector in combination with the getRowId() API method instead.
    -const idToIdLookup = gridRowsDataRowIdToIdLookupSelector(apiRef);
    -const rowId = idToIdLookup[id]
    +const rowsLookup = gridRowsLookupSelector(apiRef);
    +const rowId = apiRef.current.getRowId(rowsLookup[id])
  • The Grid is now more aligned with the WAI-ARIA authoring practices and sets the role attribute to treegrid if the Data Grid is used with row grouping feature.

@mui/x-data-grid@8.0.0-alpha.3

@mui/x-data-grid-pro@8.0.0-alpha.3 pro

Same changes as in @mui/x-data-grid@8.0.0-alpha.3, plus:

@mui/x-data-grid-premium@8.0.0-alpha.3 premium

Same changes as in @mui/x-data-grid-pro@8.0.0-alpha.3, plus:

Date and Time Pickers

Breaking changes

  • The onOpen() and onClose() methods of the usePickerContext() hook have been replaced with a single setOpen method — Learn more.

@mui/x-date-pickers@8.0.0-alpha.3

  • [pickers] Replace the onOpen() and onClose() methods of usePickerContext() with a single setOpen() method. (#15701) @flaviendelangle

@mui/x-date-pickers-pro@8.0.0-alpha.3 pro

Same changes as in @mui/x-date-pickers@8.0.0-alpha.3.

Charts

@mui/x-charts@8.0.0-alpha.3

@mui/x-charts-pro@8.0.0-alpha.3 pro

Same changes as in @mui/x-charts@8.0.0-alpha.3.

Tree View

@mui/x-tree-view@8.0.0-alpha.3

No changes since @mui/x-tree-view-pro@v8.0.0-alpha.2.

@mui/x-tree-view-pro@8.0.0-alpha.3 pro

Same changes as in @mui/x-tree-view@8.0.0-alpha.3.

Docs

Core

Don't miss a new mui-x release

NewReleases is sending notifications on new releases.