npm @mui/x-data-grid-pro 6.0.0-alpha.6
v6.0.0-alpha.6

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

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

  • 🎁 Allow non-controlled usage of the calendar components (#6643) @flaviendelangle

    <DateCalendar defaultValue={dayjs()} />
    <MonthCalendar defaultValue={dayjs()} />
    <YearCalendar defaultValue={dayjs()} />
  • 🌍 Add Ukrainian (uk-UA) locale to pickers (#6661) @Dufran

  • 📚 Documentation improvements

  • 🐞 Bugfixes

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

Breaking changes

  • The disableIgnoreModificationsIfProcessingProps prop has been removed and its behavior when true was incorporated as the default behavior.
    The old behavior can be restored by using apiRef.current.stopRowEditMode({ ignoreModifications: true }) or apiRef.current.stopCellEditMode({ ignoreModifications: true }).

Changes

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

Changes

Core

Don't miss a new x-data-grid-pro release

NewReleases is sending notifications on new releases.