Skip to content

v6.0.0-alpha.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@m4theushw m4theushw released this 24 Nov 21:58
· 2571 commits to next since this release
9a211f7

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