npm @mui/x-data-grid-pro 5.12.0
v5.12.0

latest releases: 7.17.0, 7.16.0, 7.15.0...
2 years ago

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

@mui/x-data-grid@v5.12.0 / @mui/x-data-grid-pro@v5.12.0 / @mui/x-data-grid-premium@v5.12.0

@mui/x-date-pickers@5.0.0-alpha.5 / @mui/x-date-pickers-pro@5.0.0-alpha.5

Breaking changes

  • [pickers] Restructure props in MonthPicker / YearPicker and DayPicker (#4814) @flaviendelangle

    The props of MonthPicker / YearPicker and DayPicker have been reworked to make them more consistent for a standalone usage (#4814) @flaviendelangle

    MonthPicker: The prop onMonthChange has been removed, you can use onChange instead since every change is a month change

    YearPicker: The prop onYearPicker has been removed, you can use onChange instead since every change is a year change

    DayPicker: The prop isDateDisabled has been removed, you can now use the same validation props as for the other components (maxDate, minDate, shouldDisableDate, disableFuture and disablePast)

Changes

Docs

Core

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

NewReleases is sending notifications on new releases.