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

latest releases: v7.5.0, v6.19.12, v7.4.0...
pre-release17 months ago

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

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

Breaking changes

  • Ctrl + Enter will no longer toggle the master detail panel (#6945) @MBilalShafi
    You can restore the old behavior by listening to cellKeyDown and calling apiRef.current.toggleDetailPanel().

  • Remove unnecessary keyboard navigation events (#6863) @m4theushw
    The cellNavigationKeyDown event was removed. Use cellKeyDown and check the key provided in the event argument.
    The columnHeaderNavigationKeyDown event was removed. Use columnHeaderKeyDown and check the key provided in the event argument.

  • Rename rowsScroll event to scrollPositionChange (#6957) @DanailH

Changes

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

Changes

Docs

Core

Don't miss a new mui-x release

NewReleases is sending notifications on new releases.