@mui/x-date-pickers-pro 8.0.0-beta.3 → 8.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +282 -96
- package/DateRangeCalendar/DateRangeCalendar.js +1 -2
- package/DateRangePicker/DateRangePicker.js +1 -1
- package/DateRangePickerDay/DateRangePickerDay.js +1 -3
- package/DateTimeRangePicker/DateTimeRangePicker.js +1 -1
- package/DateTimeRangePicker/DateTimeRangePickerTimeWrapper.js +1 -8
- package/DesktopDateRangePicker/DesktopDateRangePicker.js +2 -7
- package/DesktopDateTimeRangePicker/DesktopDateTimeRangePicker.js +1 -2
- package/DesktopTimeRangePicker/DesktopTimeRangePicker.js +1 -1
- package/MobileDateRangePicker/MobileDateRangePicker.js +1 -1
- package/MobileDateTimeRangePicker/MobileDateTimeRangePicker.js +1 -2
- package/MobileTimeRangePicker/MobileTimeRangePicker.js +1 -1
- package/TimeRangePicker/TimeRangePicker.js +1 -1
- package/TimeRangePicker/TimeRangePickerTimeWrapper.js +1 -6
- package/esm/DateRangeCalendar/DateRangeCalendar.js +1 -2
- package/esm/DateRangePicker/DateRangePicker.js +1 -1
- package/esm/DateRangePickerDay/DateRangePickerDay.js +1 -3
- package/esm/DateTimeRangePicker/DateTimeRangePicker.js +1 -1
- package/esm/DateTimeRangePicker/DateTimeRangePickerTimeWrapper.js +2 -9
- package/esm/DesktopDateRangePicker/DesktopDateRangePicker.js +2 -7
- package/esm/DesktopDateTimeRangePicker/DesktopDateTimeRangePicker.js +1 -2
- package/esm/DesktopTimeRangePicker/DesktopTimeRangePicker.js +1 -1
- package/esm/MobileDateRangePicker/MobileDateRangePicker.js +1 -1
- package/esm/MobileDateTimeRangePicker/MobileDateTimeRangePicker.js +1 -2
- package/esm/MobileTimeRangePicker/MobileTimeRangePicker.js +1 -1
- package/esm/TimeRangePicker/TimeRangePicker.js +1 -1
- package/esm/TimeRangePicker/TimeRangePickerTimeWrapper.js +1 -6
- package/esm/index.js +1 -1
- package/esm/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.js +8 -5
- package/esm/internals/hooks/useMobileRangePicker/useMobileRangePicker.js +4 -4
- package/esm/internals/utils/createMultiInputRangeField/useTextFieldProps.js +1 -0
- package/esm/internals/utils/createRangePickerStepNavigation.js +3 -3
- package/esm/internals/utils/date-fields-utils.d.ts +1 -0
- package/index.js +1 -1
- package/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.js +8 -5
- package/internals/hooks/useMobileRangePicker/useMobileRangePicker.js +4 -4
- package/internals/utils/createMultiInputRangeField/useTextFieldProps.js +1 -0
- package/internals/utils/createRangePickerStepNavigation.js +3 -3
- package/internals/utils/date-fields-utils.d.ts +1 -0
- package/package.json +5 -13
- package/esm/internals/utils/releaseInfo.d.ts +0 -1
- package/esm/internals/utils/releaseInfo.js +0 -13
- package/internals/utils/releaseInfo.d.ts +0 -1
- package/internals/utils/releaseInfo.js +0 -20
- package/modern/AdapterDateFns/index.d.ts +0 -1
- package/modern/AdapterDateFns/index.js +0 -1
- package/modern/AdapterDateFnsJalali/index.d.ts +0 -1
- package/modern/AdapterDateFnsJalali/index.js +0 -1
- package/modern/AdapterDateFnsJalaliV2/index.d.ts +0 -1
- package/modern/AdapterDateFnsJalaliV2/index.js +0 -1
- package/modern/AdapterDateFnsV2/index.d.ts +0 -1
- package/modern/AdapterDateFnsV2/index.js +0 -1
- package/modern/AdapterDayjs/index.d.ts +0 -1
- package/modern/AdapterDayjs/index.js +0 -1
- package/modern/AdapterLuxon/index.d.ts +0 -1
- package/modern/AdapterLuxon/index.js +0 -1
- package/modern/AdapterMoment/index.d.ts +0 -1
- package/modern/AdapterMoment/index.js +0 -1
- package/modern/AdapterMomentHijri/index.d.ts +0 -1
- package/modern/AdapterMomentHijri/index.js +0 -1
- package/modern/AdapterMomentJalaali/index.d.ts +0 -1
- package/modern/AdapterMomentJalaali/index.js +0 -1
- package/modern/DateRangeCalendar/DateRangeCalendar.d.ts +0 -17
- package/modern/DateRangeCalendar/DateRangeCalendar.js +0 -748
- package/modern/DateRangeCalendar/DateRangeCalendar.types.d.ts +0 -113
- package/modern/DateRangeCalendar/DateRangeCalendar.types.js +0 -1
- package/modern/DateRangeCalendar/dateRangeCalendarClasses.d.ts +0 -11
- package/modern/DateRangeCalendar/dateRangeCalendarClasses.js +0 -3
- package/modern/DateRangeCalendar/index.d.ts +0 -4
- package/modern/DateRangeCalendar/index.js +0 -2
- package/modern/DateRangeCalendar/useDragRange.d.ts +0 -40
- package/modern/DateRangeCalendar/useDragRange.js +0 -250
- package/modern/DateRangePicker/DateRangePicker.d.ts +0 -17
- package/modern/DateRangePicker/DateRangePicker.js +0 -344
- package/modern/DateRangePicker/DateRangePicker.types.d.ts +0 -33
- package/modern/DateRangePicker/DateRangePicker.types.js +0 -1
- package/modern/DateRangePicker/DateRangePickerToolbar.d.ts +0 -25
- package/modern/DateRangePicker/DateRangePickerToolbar.js +0 -131
- package/modern/DateRangePicker/dateRangePickerToolbarClasses.d.ts +0 -9
- package/modern/DateRangePicker/dateRangePickerToolbarClasses.js +0 -5
- package/modern/DateRangePicker/index.d.ts +0 -6
- package/modern/DateRangePicker/index.js +0 -3
- package/modern/DateRangePicker/shared.d.ts +0 -40
- package/modern/DateRangePicker/shared.js +0 -26
- package/modern/DateRangePickerDay/DateRangePickerDay.d.ts +0 -14
- package/modern/DateRangePickerDay/DateRangePickerDay.js +0 -472
- package/modern/DateRangePickerDay/DateRangePickerDay.types.d.ts +0 -91
- package/modern/DateRangePickerDay/DateRangePickerDay.types.js +0 -1
- package/modern/DateRangePickerDay/dateRangePickerDayClasses.d.ts +0 -41
- package/modern/DateRangePickerDay/dateRangePickerDayClasses.js +0 -5
- package/modern/DateRangePickerDay/index.d.ts +0 -4
- package/modern/DateRangePickerDay/index.js +0 -2
- package/modern/DateTimeRangePicker/DateTimeRangePicker.d.ts +0 -17
- package/modern/DateTimeRangePicker/DateTimeRangePicker.js +0 -431
- package/modern/DateTimeRangePicker/DateTimeRangePicker.types.d.ts +0 -28
- package/modern/DateTimeRangePicker/DateTimeRangePicker.types.js +0 -1
- package/modern/DateTimeRangePicker/DateTimeRangePickerTabs.d.ts +0 -30
- package/modern/DateTimeRangePicker/DateTimeRangePickerTabs.js +0 -193
- package/modern/DateTimeRangePicker/DateTimeRangePickerTimeWrapper.d.ts +0 -17
- package/modern/DateTimeRangePicker/DateTimeRangePickerTimeWrapper.js +0 -60
- package/modern/DateTimeRangePicker/DateTimeRangePickerToolbar.d.ts +0 -17
- package/modern/DateTimeRangePicker/DateTimeRangePickerToolbar.js +0 -200
- package/modern/DateTimeRangePicker/dateTimeRangePickerTabsClasses.d.ts +0 -13
- package/modern/DateTimeRangePicker/dateTimeRangePickerTabsClasses.js +0 -6
- package/modern/DateTimeRangePicker/dateTimeRangePickerToolbarClasses.d.ts +0 -11
- package/modern/DateTimeRangePicker/dateTimeRangePickerToolbarClasses.js +0 -5
- package/modern/DateTimeRangePicker/index.d.ts +0 -10
- package/modern/DateTimeRangePicker/index.js +0 -5
- package/modern/DateTimeRangePicker/shared.d.ts +0 -63
- package/modern/DateTimeRangePicker/shared.js +0 -51
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +0 -17
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +0 -358
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.types.d.ts +0 -27
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.types.js +0 -1
- package/modern/DesktopDateRangePicker/index.d.ts +0 -2
- package/modern/DesktopDateRangePicker/index.js +0 -1
- package/modern/DesktopDateTimeRangePicker/DesktopDateTimeRangePicker.d.ts +0 -17
- package/modern/DesktopDateTimeRangePicker/DesktopDateTimeRangePicker.js +0 -520
- package/modern/DesktopDateTimeRangePicker/DesktopDateTimeRangePicker.types.d.ts +0 -22
- package/modern/DesktopDateTimeRangePicker/DesktopDateTimeRangePicker.types.js +0 -1
- package/modern/DesktopDateTimeRangePicker/index.d.ts +0 -2
- package/modern/DesktopDateTimeRangePicker/index.js +0 -1
- package/modern/DesktopTimeRangePicker/DesktopTimeRangePicker.d.ts +0 -7
- package/modern/DesktopTimeRangePicker/DesktopTimeRangePicker.js +0 -397
- package/modern/DesktopTimeRangePicker/DesktopTimeRangePicker.types.d.ts +0 -18
- package/modern/DesktopTimeRangePicker/DesktopTimeRangePicker.types.js +0 -1
- package/modern/DesktopTimeRangePicker/index.d.ts +0 -2
- package/modern/DesktopTimeRangePicker/index.js +0 -1
- package/modern/LocalizationProvider/index.d.ts +0 -1
- package/modern/LocalizationProvider/index.js +0 -1
- package/modern/MobileDateRangePicker/MobileDateRangePicker.d.ts +0 -17
- package/modern/MobileDateRangePicker/MobileDateRangePicker.js +0 -350
- package/modern/MobileDateRangePicker/MobileDateRangePicker.types.d.ts +0 -17
- package/modern/MobileDateRangePicker/MobileDateRangePicker.types.js +0 -1
- package/modern/MobileDateRangePicker/index.d.ts +0 -2
- package/modern/MobileDateRangePicker/index.js +0 -1
- package/modern/MobileDateTimeRangePicker/MobileDateTimeRangePicker.d.ts +0 -17
- package/modern/MobileDateTimeRangePicker/MobileDateTimeRangePicker.js +0 -526
- package/modern/MobileDateTimeRangePicker/MobileDateTimeRangePicker.types.d.ts +0 -17
- package/modern/MobileDateTimeRangePicker/MobileDateTimeRangePicker.types.js +0 -1
- package/modern/MobileDateTimeRangePicker/index.d.ts +0 -2
- package/modern/MobileDateTimeRangePicker/index.js +0 -1
- package/modern/MobileTimeRangePicker/MobileTimeRangePicker.d.ts +0 -7
- package/modern/MobileTimeRangePicker/MobileTimeRangePicker.js +0 -380
- package/modern/MobileTimeRangePicker/MobileTimeRangePicker.types.d.ts +0 -17
- package/modern/MobileTimeRangePicker/MobileTimeRangePicker.types.js +0 -1
- package/modern/MobileTimeRangePicker/index.d.ts +0 -2
- package/modern/MobileTimeRangePicker/index.js +0 -1
- package/modern/MultiInputDateRangeField/MultiInputDateRangeField.d.ts +0 -25
- package/modern/MultiInputDateRangeField/MultiInputDateRangeField.js +0 -215
- package/modern/MultiInputDateRangeField/index.d.ts +0 -5
- package/modern/MultiInputDateRangeField/index.js +0 -2
- package/modern/MultiInputDateRangeField/multiInputDateRangeFieldClasses.d.ts +0 -5
- package/modern/MultiInputDateRangeField/multiInputDateRangeFieldClasses.js +0 -4
- package/modern/MultiInputDateTimeRangeField/MultiInputDateTimeRangeField.d.ts +0 -25
- package/modern/MultiInputDateTimeRangeField/MultiInputDateTimeRangeField.js +0 -255
- package/modern/MultiInputDateTimeRangeField/index.d.ts +0 -5
- package/modern/MultiInputDateTimeRangeField/index.js +0 -2
- package/modern/MultiInputDateTimeRangeField/multiInputDateTimeRangeFieldClasses.d.ts +0 -5
- package/modern/MultiInputDateTimeRangeField/multiInputDateTimeRangeFieldClasses.js +0 -4
- package/modern/MultiInputTimeRangeField/MultiInputTimeRangeField.d.ts +0 -25
- package/modern/MultiInputTimeRangeField/MultiInputTimeRangeField.js +0 -228
- package/modern/MultiInputTimeRangeField/index.d.ts +0 -5
- package/modern/MultiInputTimeRangeField/index.js +0 -2
- package/modern/MultiInputTimeRangeField/multiInputTimeRangeFieldClasses.d.ts +0 -5
- package/modern/MultiInputTimeRangeField/multiInputTimeRangeFieldClasses.js +0 -4
- package/modern/PickersRangeCalendarHeader/PickersRangeCalendarHeader.d.ts +0 -7
- package/modern/PickersRangeCalendarHeader/PickersRangeCalendarHeader.js +0 -137
- package/modern/PickersRangeCalendarHeader/PickersRangeCalendarHeader.types.d.ts +0 -17
- package/modern/PickersRangeCalendarHeader/PickersRangeCalendarHeader.types.js +0 -1
- package/modern/PickersRangeCalendarHeader/index.d.ts +0 -2
- package/modern/PickersRangeCalendarHeader/index.js +0 -1
- package/modern/SingleInputDateRangeField/SingleInputDateRangeField.d.ts +0 -19
- package/modern/SingleInputDateRangeField/SingleInputDateRangeField.js +0 -316
- package/modern/SingleInputDateRangeField/SingleInputDateRangeField.types.d.ts +0 -18
- package/modern/SingleInputDateRangeField/SingleInputDateRangeField.types.js +0 -1
- package/modern/SingleInputDateRangeField/index.d.ts +0 -3
- package/modern/SingleInputDateRangeField/index.js +0 -2
- package/modern/SingleInputDateRangeField/useSingleInputDateRangeField.d.ts +0 -2
- package/modern/SingleInputDateRangeField/useSingleInputDateRangeField.js +0 -11
- package/modern/SingleInputDateTimeRangeField/SingleInputDateTimeRangeField.d.ts +0 -19
- package/modern/SingleInputDateTimeRangeField/SingleInputDateTimeRangeField.js +0 -356
- package/modern/SingleInputDateTimeRangeField/SingleInputDateTimeRangeField.types.d.ts +0 -18
- package/modern/SingleInputDateTimeRangeField/SingleInputDateTimeRangeField.types.js +0 -1
- package/modern/SingleInputDateTimeRangeField/index.d.ts +0 -3
- package/modern/SingleInputDateTimeRangeField/index.js +0 -2
- package/modern/SingleInputDateTimeRangeField/useSingleInputDateTimeRangeField.d.ts +0 -2
- package/modern/SingleInputDateTimeRangeField/useSingleInputDateTimeRangeField.js +0 -11
- package/modern/SingleInputTimeRangeField/SingleInputTimeRangeField.d.ts +0 -19
- package/modern/SingleInputTimeRangeField/SingleInputTimeRangeField.js +0 -328
- package/modern/SingleInputTimeRangeField/SingleInputTimeRangeField.types.d.ts +0 -18
- package/modern/SingleInputTimeRangeField/SingleInputTimeRangeField.types.js +0 -1
- package/modern/SingleInputTimeRangeField/index.d.ts +0 -3
- package/modern/SingleInputTimeRangeField/index.js +0 -2
- package/modern/SingleInputTimeRangeField/useSingleInputTimeRangeField.d.ts +0 -2
- package/modern/SingleInputTimeRangeField/useSingleInputTimeRangeField.js +0 -11
- package/modern/StaticDateRangePicker/StaticDateRangePicker.d.ts +0 -17
- package/modern/StaticDateRangePicker/StaticDateRangePicker.js +0 -286
- package/modern/StaticDateRangePicker/StaticDateRangePicker.types.d.ts +0 -22
- package/modern/StaticDateRangePicker/StaticDateRangePicker.types.js +0 -1
- package/modern/StaticDateRangePicker/index.d.ts +0 -2
- package/modern/StaticDateRangePicker/index.js +0 -1
- package/modern/TimeRangePicker/TimeRangePicker.d.ts +0 -17
- package/modern/TimeRangePicker/TimeRangePicker.js +0 -333
- package/modern/TimeRangePicker/TimeRangePicker.types.d.ts +0 -22
- package/modern/TimeRangePicker/TimeRangePicker.types.js +0 -1
- package/modern/TimeRangePicker/TimeRangePickerTabs.d.ts +0 -35
- package/modern/TimeRangePicker/TimeRangePickerTabs.js +0 -138
- package/modern/TimeRangePicker/TimeRangePickerTimeWrapper.d.ts +0 -17
- package/modern/TimeRangePicker/TimeRangePickerTimeWrapper.js +0 -58
- package/modern/TimeRangePicker/TimeRangePickerToolbar.d.ts +0 -14
- package/modern/TimeRangePicker/TimeRangePickerToolbar.js +0 -256
- package/modern/TimeRangePicker/index.d.ts +0 -10
- package/modern/TimeRangePicker/index.js +0 -5
- package/modern/TimeRangePicker/shared.d.ts +0 -73
- package/modern/TimeRangePicker/shared.js +0 -61
- package/modern/TimeRangePicker/timeRangePickerTabsClasses.d.ts +0 -9
- package/modern/TimeRangePicker/timeRangePickerTabsClasses.js +0 -5
- package/modern/TimeRangePicker/timeRangePickerToolbarClasses.d.ts +0 -13
- package/modern/TimeRangePicker/timeRangePickerToolbarClasses.js +0 -5
- package/modern/dateRangeViewRenderers/dateRangeViewRenderers.d.ts +0 -49
- package/modern/dateRangeViewRenderers/dateRangeViewRenderers.js +0 -85
- package/modern/dateRangeViewRenderers/index.d.ts +0 -2
- package/modern/dateRangeViewRenderers/index.js +0 -1
- package/modern/hooks/index.d.ts +0 -3
- package/modern/hooks/index.js +0 -2
- package/modern/hooks/useMultiInputRangeField/index.d.ts +0 -2
- package/modern/hooks/useMultiInputRangeField/index.js +0 -1
- package/modern/hooks/useMultiInputRangeField/useMultiInputRangeField.d.ts +0 -72
- package/modern/hooks/useMultiInputRangeField/useMultiInputRangeField.js +0 -140
- package/modern/hooks/useMultiInputRangeField/useMultiInputRangeFieldRootProps.d.ts +0 -11
- package/modern/hooks/useMultiInputRangeField/useMultiInputRangeFieldRootProps.js +0 -25
- package/modern/hooks/useMultiInputRangeField/useMultiInputRangeFieldSelectedSections.d.ts +0 -19
- package/modern/hooks/useMultiInputRangeField/useMultiInputRangeFieldSelectedSections.js +0 -43
- package/modern/hooks/useMultiInputRangeField/useTextFieldProps.d.ts +0 -30
- package/modern/hooks/useMultiInputRangeField/useTextFieldProps.js +0 -129
- package/modern/hooks/usePickerRangePositionContext.d.ts +0 -7
- package/modern/hooks/usePickerRangePositionContext.js +0 -15
- package/modern/index.d.ts +0 -25
- package/modern/index.js +0 -40
- package/modern/internals/constants/dimensions.d.ts +0 -3
- package/modern/internals/constants/dimensions.js +0 -5
- package/modern/internals/hooks/useDesktopRangePicker/index.d.ts +0 -2
- package/modern/internals/hooks/useDesktopRangePicker/index.js +0 -1
- package/modern/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.d.ts +0 -10
- package/modern/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.js +0 -79
- package/modern/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.types.d.ts +0 -35
- package/modern/internals/hooks/useDesktopRangePicker/useDesktopRangePicker.types.js +0 -1
- package/modern/internals/hooks/useMobileRangePicker/index.d.ts +0 -2
- package/modern/internals/hooks/useMobileRangePicker/index.js +0 -1
- package/modern/internals/hooks/useMobileRangePicker/useMobileRangePicker.d.ts +0 -10
- package/modern/internals/hooks/useMobileRangePicker/useMobileRangePicker.js +0 -117
- package/modern/internals/hooks/useMobileRangePicker/useMobileRangePicker.types.d.ts +0 -31
- package/modern/internals/hooks/useMobileRangePicker/useMobileRangePicker.types.js +0 -1
- package/modern/internals/hooks/useNullablePickerRangePositionContext.d.ts +0 -5
- package/modern/internals/hooks/useNullablePickerRangePositionContext.js +0 -10
- package/modern/internals/hooks/useRangePosition.d.ts +0 -24
- package/modern/internals/hooks/useRangePosition.js +0 -18
- package/modern/internals/hooks/useStaticRangePicker/index.d.ts +0 -2
- package/modern/internals/hooks/useStaticRangePicker/index.js +0 -1
- package/modern/internals/hooks/useStaticRangePicker/useStaticRangePicker.d.ts +0 -14
- package/modern/internals/hooks/useStaticRangePicker/useStaticRangePicker.js +0 -71
- package/modern/internals/hooks/useStaticRangePicker/useStaticRangePicker.types.d.ts +0 -30
- package/modern/internals/hooks/useStaticRangePicker/useStaticRangePicker.types.js +0 -1
- package/modern/internals/models/dateRange.d.ts +0 -16
- package/modern/internals/models/dateRange.js +0 -1
- package/modern/internals/models/dateTimeRange.d.ts +0 -3
- package/modern/internals/models/dateTimeRange.js +0 -1
- package/modern/internals/models/fields.d.ts +0 -22
- package/modern/internals/models/fields.js +0 -1
- package/modern/internals/models/index.d.ts +0 -3
- package/modern/internals/models/index.js +0 -3
- package/modern/internals/models/managers.d.ts +0 -3
- package/modern/internals/models/managers.js +0 -1
- package/modern/internals/models/rangePickerProps.d.ts +0 -36
- package/modern/internals/models/rangePickerProps.js +0 -1
- package/modern/internals/utils/createMultiInputRangeField/createMultiInputRangeField.d.ts +0 -8
- package/modern/internals/utils/createMultiInputRangeField/createMultiInputRangeField.js +0 -133
- package/modern/internals/utils/createMultiInputRangeField/createMultiInputRangeField.types.d.ts +0 -73
- package/modern/internals/utils/createMultiInputRangeField/createMultiInputRangeField.types.js +0 -1
- package/modern/internals/utils/createMultiInputRangeField/index.d.ts +0 -3
- package/modern/internals/utils/createMultiInputRangeField/index.js +0 -2
- package/modern/internals/utils/createMultiInputRangeField/useTextFieldProps.d.ts +0 -14
- package/modern/internals/utils/createMultiInputRangeField/useTextFieldProps.js +0 -43
- package/modern/internals/utils/createRangePickerStepNavigation.d.ts +0 -16
- package/modern/internals/utils/createRangePickerStepNavigation.js +0 -31
- package/modern/internals/utils/date-fields-utils.d.ts +0 -23
- package/modern/internals/utils/date-fields-utils.js +0 -28
- package/modern/internals/utils/date-range-manager.d.ts +0 -32
- package/modern/internals/utils/date-range-manager.js +0 -61
- package/modern/internals/utils/date-utils.d.ts +0 -7
- package/modern/internals/utils/date-utils.js +0 -18
- package/modern/internals/utils/releaseInfo.d.ts +0 -1
- package/modern/internals/utils/releaseInfo.js +0 -13
- package/modern/internals/utils/valueManagers.d.ts +0 -10
- package/modern/internals/utils/valueManagers.js +0 -119
- package/modern/locales/index.d.ts +0 -1
- package/modern/locales/index.js +0 -1
- package/modern/managers/index.d.ts +0 -6
- package/modern/managers/index.js +0 -3
- package/modern/managers/useDateRangeManager.d.ts +0 -11
- package/modern/managers/useDateRangeManager.js +0 -40
- package/modern/managers/useDateTimeRangeManager.d.ts +0 -11
- package/modern/managers/useDateTimeRangeManager.js +0 -41
- package/modern/managers/useTimeRangeManager.d.ts +0 -11
- package/modern/managers/useTimeRangeManager.js +0 -45
- package/modern/models/fields.d.ts +0 -34
- package/modern/models/fields.js +0 -1
- package/modern/models/index.d.ts +0 -4
- package/modern/models/index.js +0 -4
- package/modern/models/range.d.ts +0 -2
- package/modern/models/range.js +0 -1
- package/modern/models/validation.d.ts +0 -6
- package/modern/models/validation.js +0 -1
- package/modern/package.json +0 -1
- package/modern/themeAugmentation/components.d.ts +0 -79
- package/modern/themeAugmentation/index.d.ts +0 -4
- package/modern/themeAugmentation/index.js +0 -1
- package/modern/themeAugmentation/overrides.d.ts +0 -27
- package/modern/themeAugmentation/props.d.ts +0 -54
- package/modern/validation/index.d.ts +0 -6
- package/modern/validation/index.js +0 -3
- package/modern/validation/validateDateRange.d.ts +0 -18
- package/modern/validation/validateDateRange.js +0 -59
- package/modern/validation/validateDateTimeRange.d.ts +0 -15
- package/modern/validation/validateDateTimeRange.js +0 -55
- package/modern/validation/validateTimeRange.d.ts +0 -17
- package/modern/validation/validateTimeRange.js +0 -48
- package/tsconfig.build.tsbuildinfo +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,192 @@
|
|
|
5
5
|
All notable changes to this project will be documented in this file.
|
|
6
6
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
7
7
|
|
|
8
|
+
## 8.0.0
|
|
9
|
+
|
|
10
|
+
_Apr 17, 2025_
|
|
11
|
+
|
|
12
|
+
We're excited to [announce the first v8 stable release](https://mui.com/blog/mui-x-v8/)! 🎉🚀
|
|
13
|
+
|
|
14
|
+
This is now the officially supported major version, where we'll keep rolling out new features, bug fixes, and improvements.
|
|
15
|
+
Migration guides are available with a complete list of the breaking changes:
|
|
16
|
+
|
|
17
|
+
- [Data Grid](https://mui.com/x/migration/migration-data-grid-v7/)
|
|
18
|
+
- [Date and Time Pickers](https://mui.com/x/migration/migration-pickers-v7/)
|
|
19
|
+
- [Tree View](https://mui.com/x/migration/migration-tree-view-v7/)
|
|
20
|
+
- [Charts](https://mui.com/x/migration/migration-charts-v7/)
|
|
21
|
+
- [Material UI v7](https://mui.com/material-ui/migration/upgrade-to-v7/)
|
|
22
|
+
|
|
23
|
+
Here are the highlights from alpha and beta releases included in this stable release:
|
|
24
|
+
|
|
25
|
+
- ⚛️ React 19 support.
|
|
26
|
+
- 🎁 `@mui/material@7` support – see the [Material UI v7 upgrade guide](https://mui.com/material-ui/migration/upgrade-to-v7/).
|
|
27
|
+
|
|
28
|
+
- 🔄 [Pivoting](https://mui.com/x/react-data-grid/pivoting/).
|
|
29
|
+
- 🤖 [AI Assistant](https://mui.com/x/react-data-grid/ai-assistant/).
|
|
30
|
+
- 🛠️ New and improved Data Grid [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/).
|
|
31
|
+
- 📦 Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan.
|
|
32
|
+
- 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid.
|
|
33
|
+
- 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/).
|
|
34
|
+
- 🔄 Add Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration).
|
|
35
|
+
- 💫 Support [aggregation with server-side data](https://mui.com/x/react-data-grid/server-side-data/aggregation/).
|
|
36
|
+
- 🎁 Support [server-side lazy loading](https://mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid.
|
|
37
|
+
- 📝 Support [editing with server-side Data Source](https://mui.com/x/react-data-grid/server-side-data/#updating-data).
|
|
38
|
+
- 🎯 Improved [data caching](https://mui.com/x/react-data-grid/server-side-data/#data-caching).
|
|
39
|
+
- 🏎️ Improved Data Grid aggregation, Excel export serialization, mount, resize and scrolling performance.
|
|
40
|
+
- 🎨 Improved Data Grid theming and add default background color.
|
|
41
|
+
|
|
42
|
+
- 📊 New Pro chart: [Funnel](https://mui.com/x/react-charts/funnel/).
|
|
43
|
+
- 📊 New Community chart: [Radar](https://mui.com/x/react-charts/radar/) is available in preview for testing.
|
|
44
|
+
- 📊 Charts legend is now an HTML element which can be styled more easily.
|
|
45
|
+
- 📊 [Gauge charts](https://mui.com/x/react-charts/gauge/) animation.
|
|
46
|
+
- 📊 Create [custom HTML components](https://mui.com/x/react-charts/components/#html-components) using chart data.
|
|
47
|
+
- 📊 Refactor Charts [Tooltip customization](https://mui.com/x/react-charts/tooltip/#overriding-content).
|
|
48
|
+
- 📊 Improved Charts [composition](https://mui.com/x/react-charts/composition/#overview).
|
|
49
|
+
- 📊 Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering).
|
|
50
|
+
- 📊 Add a new API to support multiple axes (decouple `margin` and `axis-size`).
|
|
51
|
+
- 🚫 Removed `react-spring` dependency from `@mui/x-charts`.
|
|
52
|
+
|
|
53
|
+
- 🚀 New [Time Range Picker](https://mui.com/x/react-date-pickers/time-range-picker/) component.
|
|
54
|
+
|
|
55
|
+
- 🔁 Support [automatic parents and children selection](https://mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection) for the Rich Tree View components.
|
|
56
|
+
- 🎛️ New [customization APIs](https://mui.com/x/migration/migration-tree-view-v7/#new-api-to-customize-the-tree-item) for the Tree Item component.
|
|
57
|
+
|
|
58
|
+
Below are the changes since the last beta release:
|
|
59
|
+
|
|
60
|
+
### Data Grid
|
|
61
|
+
|
|
62
|
+
#### `@mui/x-data-grid@8.0.0`
|
|
63
|
+
|
|
64
|
+
- [DataGrid] Data source with editing (#16045) @MBilalShafi
|
|
65
|
+
- [DataGrid] Deprecate old toolbar components (#17294) @KenanYusuf
|
|
66
|
+
- [DataGrid] Refactor: add typings to icons (#17291) @romgrk
|
|
67
|
+
- [DataGrid] Prevent scrollbars from showing on top (#17405) @romgrk
|
|
68
|
+
- [l10n] Improve Polish (pl-PL) locale (#17336) (#17396) @sofortdagmbh
|
|
69
|
+
- [l10n] Improve Swedish (sv-SE) locale (#17293) @ptuukkan
|
|
70
|
+
|
|
71
|
+
#### `@mui/x-data-grid-pro@8.0.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
72
|
+
|
|
73
|
+
Same changes as in `@mui/x-data-grid@8.0.0`, plus:
|
|
74
|
+
|
|
75
|
+
- [DataGridPro] Fix row virtualization not working in list view (#17399) @cherniavskii
|
|
76
|
+
|
|
77
|
+
#### `@mui/x-data-grid-premium@8.0.0` [](https://mui.com/r/x-premium-svg-link 'Premium plan')
|
|
78
|
+
|
|
79
|
+
Same changes as in `@mui/x-data-grid-pro@8.0.0`, plus:
|
|
80
|
+
|
|
81
|
+
- [DataGridPremium] AI Assistant (#16992) @arminmeh
|
|
82
|
+
- [DataGridPremium] Fix aggregated values sorting (#17326) @cherniavskii
|
|
83
|
+
- [DataGridPremium] Fix cell display with custom renderers in pivot mode (#17323) @cherniavskii
|
|
84
|
+
- [DataGridPremium] Fix stale aggregation results after filtering (#17296) @cherniavskii
|
|
85
|
+
- [DataGridPremium] Pivoting (#9877) @cherniavskii
|
|
86
|
+
- [DataGridPremium] Use `groupingValueGetter` for row grouping on the server (#17376) @cherniavskii
|
|
87
|
+
|
|
88
|
+
### Date and Time Pickers
|
|
89
|
+
|
|
90
|
+
#### Breaking changes
|
|
91
|
+
|
|
92
|
+
- The view selection process has been updated to make it clear across all Pickers.
|
|
93
|
+
Pickers no longer automatically switch between **date** and **time views** or **start** and **end positions**.
|
|
94
|
+
Moving between views and range positions is achieved using the new "Next" action button.
|
|
95
|
+
|
|
96
|
+
#### `@mui/x-date-pickers@8.0.0`
|
|
97
|
+
|
|
98
|
+
- [fields] Fix the error message when a custom field with an `<input />` but the field expects the accessible DOM structure (#17237) @flaviendelangle
|
|
99
|
+
- [fields] Fix to submit a form on `Enter` press with accessible DOM structure (#17328) @LukasTy
|
|
100
|
+
- [fields] Prevent focusing the field or any section when `disabled=true` (#17215) @flaviendelangle
|
|
101
|
+
- [l10n] Improve Czech (cs-CZ) locale (#17387) @lubka272
|
|
102
|
+
- [l10n] Improve Slovak (sk-SK) locale (#17249) @lubka272
|
|
103
|
+
- [pickers] Fix failing proptypes CI (#17413) @romgrk
|
|
104
|
+
- [pickers] Fix to not process default prevented propagated events (#17312) @LukasTy
|
|
105
|
+
- [pickers] Mark active range position field section with underline (#16938) @LukasTy
|
|
106
|
+
- [pickers] Remove automatic switch between date and time or between range positions (#17166) @flaviendelangle
|
|
107
|
+
|
|
108
|
+
#### `@mui/x-date-pickers-pro@8.0.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
109
|
+
|
|
110
|
+
Same changes as in `@mui/x-date-pickers@8.0.0`, plus:
|
|
111
|
+
|
|
112
|
+
- [DateTimeRangePicker] Fix focused view behavior (#17313) @LukasTy
|
|
113
|
+
|
|
114
|
+
### Charts
|
|
115
|
+
|
|
116
|
+
#### `@mui/x-charts@8.0.0`
|
|
117
|
+
|
|
118
|
+
- [charts] Add `slotProps.legend.hidden` to migration docs (#17379) @bernardobelchior
|
|
119
|
+
- [charts] Add labels above bars example (#16860) @bernardobelchior
|
|
120
|
+
- [charts] Add tooltip to the radar (#16950) @alexfauquette
|
|
121
|
+
- [charts] Add uncertainty area to line with forecast demo (#17355) @bernardobelchior
|
|
122
|
+
- [charts] Animate gauge chart (#17304) @bernardobelchior
|
|
123
|
+
- [charts] Convert `AnimationContext` into a plugin (#17299) @bernardobelchior
|
|
124
|
+
- [charts] Export 'series' class as part of `barElementClasses` (#17273) @10tacion
|
|
125
|
+
- [charts] Expose axes types (#17309) @bernardobelchior
|
|
126
|
+
- [charts] Expose higher level `useAnimate` hook (#17162) @bernardobelchior
|
|
127
|
+
- [charts] Fix axis types not narrowing (#17321) @bernardobelchior
|
|
128
|
+
- [charts] Fix bar chart with partial data (#17290) @alexfauquette
|
|
129
|
+
- [charts] Fix `useAnimate` test flakiness (#17372) @bernardobelchior
|
|
130
|
+
- [charts] Radar design refinement (#17165) @alexfauquette
|
|
131
|
+
- [charts] Remove unused code (#17310) @bernardobelchior
|
|
132
|
+
- [charts] Remove unused files (#17242) @JCQuintas
|
|
133
|
+
- [charts] Use `useEventCallback` to memoize `onZoomChange` without triggering a re-render (#17233) @JCQuintas
|
|
134
|
+
- [charts] Document series class name (#17362) @bernardobelchior
|
|
135
|
+
- [charts] Add default plugins in `ChartDataProvider` (#17403) @bernardobelchior
|
|
136
|
+
- [charts] Fix chart direction in docs (#17419) @bernardobelchior
|
|
137
|
+
|
|
138
|
+
#### `@mui/x-charts-pro@8.0.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
139
|
+
|
|
140
|
+
Same changes as in `@mui/x-charts@8.0.0`, plus:
|
|
141
|
+
|
|
142
|
+
- [charts-pro] Update zoom using `requestAnimationFrame` (#17137) @JCQuintas
|
|
143
|
+
|
|
144
|
+
### Tree View
|
|
145
|
+
|
|
146
|
+
#### `@mui/x-tree-view@8.0.0`
|
|
147
|
+
|
|
148
|
+
- [TreeView] Add React Compiler linting rules (#16357) @flaviendelangle
|
|
149
|
+
|
|
150
|
+
#### `@mui/x-tree-view-pro@8.0.0` [](https://mui.com/r/x-pro-svg-link 'Pro plan')
|
|
151
|
+
|
|
152
|
+
Same changes as in `@mui/x-tree-view@8.0.0`.
|
|
153
|
+
|
|
154
|
+
### Docs
|
|
155
|
+
|
|
156
|
+
- [docs] Add intro section for Telemetry (#17244) @prakhargupta1
|
|
157
|
+
- [docs] Add migration guide for the picker's `ownerState` changes (#17151) @flaviendelangle
|
|
158
|
+
- [docs] Add What's new section for MUI X v8 (#17397) @joserodolfofreitas
|
|
159
|
+
- [docs] Fix ESM guide (#17280) @oliviertassinari
|
|
160
|
+
- [docs] Fix Vale errors (#17281) @oliviertassinari
|
|
161
|
+
- [docs] Fix country columns throwing on grouping (#17315) @cherniavskii
|
|
162
|
+
- [docs] Fix paths in `ResponsiveChartContainer` migration guide (#17364) @MonstraG
|
|
163
|
+
- [docs] Mention priority support on MUI X docs (#16467) @prakhargupta1
|
|
164
|
+
- [docs] Match title side nav @oliviertassinari
|
|
165
|
+
- [docs] Fix incorrect mention of PDF export (#17277) @oliviertassinari
|
|
166
|
+
- [docs] Fix row spanning lab icon (#17278) @oliviertassinari
|
|
167
|
+
- [docs] Fix header Sentence case consistency (#17274) @oliviertassinari
|
|
168
|
+
- [docs] Flag experimental API (#17279) @oliviertassinari
|
|
169
|
+
- [docs] Fix some 301 redirections @oliviertassinari
|
|
170
|
+
- [docs] Update supported versions table (#17287) @joserodolfofreitas
|
|
171
|
+
|
|
172
|
+
### Core
|
|
173
|
+
|
|
174
|
+
- [core] Always use the correct babel runtime (#17241) @alexfauquette
|
|
175
|
+
- [core] Document `TelemetryContextType` (#17282) @oliviertassinari
|
|
176
|
+
- [core] Fix proptypes (#17378) @cherniavskii
|
|
177
|
+
- [core] Remove modern bundles (#17359) @LukasTy
|
|
178
|
+
- [core] Setup testing to work with CSS imports (#17214) @romgrk
|
|
179
|
+
- [core] Testing setup fixes & lints (#17356) @romgrk
|
|
180
|
+
- [core] Simplify the way `__RELEASE_INFO__` is managed (#17416) @LukasTy
|
|
181
|
+
- [code-infra] Align build script with core to handle sideEffects (#17370) @Janpot
|
|
182
|
+
- [code-infra] CI optimization: re-use ffmpeg (#17333) @romgrk
|
|
183
|
+
- [code-infra] Charts `vitest` changes (#17247) @JCQuintas
|
|
184
|
+
- [code-infra] Further datagrid changes for `vitest` (#17251) @JCQuintas
|
|
185
|
+
- [code-infra] Prepare argos script call for required arg (#17371) @Janpot
|
|
186
|
+
- [code-infra] Remove more `clock=fake` from pickers tests (#17225) @JCQuintas
|
|
187
|
+
- [code-infra] Tentative fix for datagrid flaky test (#17289) @JCQuintas
|
|
188
|
+
- [code-infra] Update MUI Internal and slightly cleanup regressions test setup (#17182) @LukasTy
|
|
189
|
+
- [infra] Update support label from 'priority' to 'unknown' (#17288) @michelengelen
|
|
190
|
+
- [release] Major release preparation (#17319) @michelengelen
|
|
191
|
+
- [test] Fix flaky data source aggregation test (#17307, #17311, #17316) @KenanYusuf @cherniavskii @LukasTy
|
|
192
|
+
- [test] Skip flaky aggregation test (#17391) @MBilalShafi
|
|
193
|
+
|
|
8
194
|
## 8.0.0-beta.3
|
|
9
195
|
|
|
10
196
|
_Apr 3, 2025_
|
|
@@ -325,7 +511,7 @@ _Mar 18, 2025_
|
|
|
325
511
|
|
|
326
512
|
We'd like to offer a big thanks to the 21 contributors who made this release possible. Here are some highlights ✨:
|
|
327
513
|
|
|
328
|
-
- 🚀 Add [Time Range Picker](https://
|
|
514
|
+
- 🚀 Add [Time Range Picker](https://mui.com/x/react-date-pickers/time-range-picker/) component
|
|
329
515
|
- 🎁 Add support for `@mui/material` version 7 in all X packages
|
|
330
516
|
- 🐞 Bugfixes
|
|
331
517
|
- 🌍 Improve Chinese (zh-CN), (zh-HK), (zh-TW), Czech (cs-CZ), Korean (ko-KR) and Slovak (sk-Sk) locales on the Data Grid
|
|
@@ -350,27 +536,27 @@ Below are the highlights of the alpha releases leading up to this beta release:
|
|
|
350
536
|
|
|
351
537
|
- ⚛️ React 19 support.
|
|
352
538
|
|
|
353
|
-
- 🛠️ New and improved Data Grid [Toolbar component](https://
|
|
354
|
-
- 📦 Data Grid [data source](https://
|
|
355
|
-
- 🚫 Add ["No columns" overlay](https://
|
|
356
|
-
- 🍬 Improved design for Data Grid [Header filters](https://
|
|
357
|
-
- 🔄 Add Data Grid [Scroll restoration](https://
|
|
358
|
-
- 💫 Support [aggregation with server-side data](https://
|
|
359
|
-
- 🎁 Support [Server-side lazy loading](https://
|
|
360
|
-
- 🎯 Improved [data caching](https://
|
|
539
|
+
- 🛠️ New and improved Data Grid [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/).
|
|
540
|
+
- 📦 Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan.
|
|
541
|
+
- 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid.
|
|
542
|
+
- 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/).
|
|
543
|
+
- 🔄 Add Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration).
|
|
544
|
+
- 💫 Support [aggregation with server-side data](https://mui.com/x/react-data-grid/server-side-data/aggregation/).
|
|
545
|
+
- 🎁 Support [Server-side lazy loading](https://mui.com/x/react-data-grid/server-side-data/lazy-loading/) on the Data Grid.
|
|
546
|
+
- 🎯 Improved [data caching](https://mui.com/x/react-data-grid/server-side-data/#data-caching).
|
|
361
547
|
- 🏎️ Improve Data Grid aggregation, Excel export serialization, mount, resize and scrolling performance.
|
|
362
548
|
- 🎨 Improve Data Grid theming and add default background color.
|
|
363
549
|
|
|
364
|
-
- 📊 New Pro chart: [Funnel](https://
|
|
365
|
-
- 📊 New Community chart: [Radar](https://
|
|
550
|
+
- 📊 New Pro chart: [Funnel](https://mui.com/x/react-charts/funnel/).
|
|
551
|
+
- 📊 New Community chart: [Radar](https://mui.com/x/react-charts/radar/) is available in preview for testing.
|
|
366
552
|
- 📊 Charts legend is now an HTML element which can be styled more easily.
|
|
367
|
-
- 📊 Create [custom HTML components](https://
|
|
368
|
-
- 📊 Refactor Charts [Tooltip customization](https://
|
|
369
|
-
- 📊 Improve Charts [composition](https://
|
|
370
|
-
- 📊 Charts support server-side rendering under [some conditions](https://
|
|
553
|
+
- 📊 Create [custom HTML components](https://mui.com/x/react-charts/components/#html-components) using chart data.
|
|
554
|
+
- 📊 Refactor Charts [Tooltip customization](https://mui.com/x/react-charts/tooltip/#overriding-content).
|
|
555
|
+
- 📊 Improve Charts [composition](https://mui.com/x/react-charts/composition/#overview).
|
|
556
|
+
- 📊 Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering).
|
|
371
557
|
- 📊 Add a new API to support multiple axes (decouple `margin` and `axis-size`)
|
|
372
558
|
|
|
373
|
-
- 🔁 Support [automatic parents and children selection](https://
|
|
559
|
+
- 🔁 Support [automatic parents and children selection](https://mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection) for the Rich Tree View components.
|
|
374
560
|
|
|
375
561
|
### Data Grid
|
|
376
562
|
|
|
@@ -412,8 +598,8 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-beta.0`, plus:
|
|
|
412
598
|
#### Breaking changes
|
|
413
599
|
|
|
414
600
|
- The `useClearableField` hook has been removed.
|
|
415
|
-
The custom field component now receives the `clearable` and `onClear` props — [Learn more](https://
|
|
416
|
-
- The `ExportedUseClearableFieldProps`, `UseClearableFieldSlots`, `UseClearableFieldSlotProps`, and `UseClearableFieldResponse` types have been removed — [Learn more](https://
|
|
601
|
+
The custom field component now receives the `clearable` and `onClear` props — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#useclearablefield).
|
|
602
|
+
- The `ExportedUseClearableFieldProps`, `UseClearableFieldSlots`, `UseClearableFieldSlotProps`, and `UseClearableFieldResponse` types have been removed — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#removed-types).
|
|
417
603
|
|
|
418
604
|
#### `@mui/x-date-pickers@8.0.0-beta.0`
|
|
419
605
|
|
|
@@ -508,7 +694,7 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
508
694
|
- 🚀📊 New Pro Chart: It is now possible to create Funnel charts—perfect for visualizing conversions, sales pipelines and more!
|
|
509
695
|
<img width="418" alt="Screenshot 2025-01-31 at 12 22 31" src="https://github.com/user-attachments/assets/8cd26821-5f11-46bf-a9bb-34d212880a47" />
|
|
510
696
|
- 🎁 The first iteration of the radar chart is available. Features and refinements will be added in the coming weeks.
|
|
511
|
-
- 🛠️ New and improved [Toolbar component](https://
|
|
697
|
+
- 🛠️ New and improved [Toolbar component](https://mui.com/x/react-data-grid/components/toolbar/) for the data grid
|
|
512
698
|
- 🐞 Bugfixes
|
|
513
699
|
|
|
514
700
|
Special thanks go out to the community member for their valuable contributions:
|
|
@@ -523,7 +709,7 @@ Following are all team members who have contributed to this release:
|
|
|
523
709
|
|
|
524
710
|
#### Breaking changes
|
|
525
711
|
|
|
526
|
-
- The density selector has been removed from the toolbar. It is still possible to set the density programmatically via the `density` prop. A density selector can be added to a custom toolbar passed to `slots.toolbar`. See [Toolbar component—Settings menu](https://
|
|
712
|
+
- The density selector has been removed from the toolbar. It is still possible to set the density programmatically via the `density` prop. A density selector can be added to a custom toolbar passed to `slots.toolbar`. See [Toolbar component—Settings menu](https://mui.com/x/react-data-grid/components/toolbar/#settings-menu) for an example.
|
|
527
713
|
- The quick filter is now shown in the toolbar by default. Use `slotProps={{ toolbar: { showQuickFilter: false } }}` to hide it.
|
|
528
714
|
- The `<GridSaveAltIcon />` icon is not exported anymore. Import `SaveAlt` from `@mui/icons-material` instead.
|
|
529
715
|
|
|
@@ -548,7 +734,7 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.14`.
|
|
|
548
734
|
#### Breaking changes
|
|
549
735
|
|
|
550
736
|
- All Date Time Picker variants now use Digital Clock for time editing.
|
|
551
|
-
- Stop passing invalid date to `onChange` when the date is partially filled — [Learn more](https://
|
|
737
|
+
- Stop passing invalid date to `onChange` when the date is partially filled — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#treat-partially-filled-date-as-null-in-onchange).
|
|
552
738
|
|
|
553
739
|
#### `@mui/x-date-pickers@8.0.0-alpha.14`
|
|
554
740
|
|
|
@@ -935,9 +1121,9 @@ _Feb 17, 2025_
|
|
|
935
1121
|
|
|
936
1122
|
We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
937
1123
|
|
|
938
|
-
- 📦 Data Grid [data source](https://
|
|
1124
|
+
- 📦 Data Grid [data source](https://mui.com/x/react-data-grid/server-side-data/) is now available in the Community plan
|
|
939
1125
|
- ⚡ Improve Data Grid Excel export serialization performance
|
|
940
|
-
- 🚫 Add ["No columns" overlay](https://
|
|
1126
|
+
- 🚫 Add ["No columns" overlay](https://mui.com/x/react-data-grid/overlays/#no-columns-overlay) to Data Grid
|
|
941
1127
|
- 🌍 Improve Polish (pl-PL) and Ukrainian (uk-UA) locales on the Data Grid
|
|
942
1128
|
- 🐞 Bugfixes
|
|
943
1129
|
|
|
@@ -1038,7 +1224,7 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.12`, plus:
|
|
|
1038
1224
|
|
|
1039
1225
|
#### Breaking changes
|
|
1040
1226
|
|
|
1041
|
-
- The `useSeries` hook family has been stabilized and renamed accordingly — [Learn more](https://
|
|
1227
|
+
- The `useSeries` hook family has been stabilized and renamed accordingly — [Learn more](https://mui.com/x/migration/migration-charts-v7/#stabilize-useseries-and-usexxxseries-hooks-✅)
|
|
1042
1228
|
|
|
1043
1229
|
#### `@mui/x-charts@8.0.0-alpha.12`
|
|
1044
1230
|
|
|
@@ -1280,8 +1466,8 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.10`.
|
|
|
1280
1466
|
|
|
1281
1467
|
#### Breaking changes
|
|
1282
1468
|
|
|
1283
|
-
- The component passed to the `field` slot no longer receives the `ref`, `disabled`, `className`, `sx`, `label`, `name`, `formatDensity`, `enableAccessibleFieldDOMStructure`, `selectedSections`, `onSelectedSectionsChange` and `inputRef` props — [Learn more](https://
|
|
1284
|
-
- The `MuiPickersPopper` theme entry have been renamed `MuiPickerPopper` and some of its props have been removed — [Learn more](https://
|
|
1469
|
+
- The component passed to the `field` slot no longer receives the `ref`, `disabled`, `className`, `sx`, `label`, `name`, `formatDensity`, `enableAccessibleFieldDOMStructure`, `selectedSections`, `onSelectedSectionsChange` and `inputRef` props — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-field)
|
|
1470
|
+
- The `MuiPickersPopper` theme entry have been renamed `MuiPickerPopper` and some of its props have been removed — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#muipickerspopper)
|
|
1285
1471
|
|
|
1286
1472
|
#### `@mui/x-date-pickers@8.0.0-alpha.10`
|
|
1287
1473
|
|
|
@@ -1434,12 +1620,12 @@ _Jan 16, 2025_
|
|
|
1434
1620
|
|
|
1435
1621
|
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
1436
1622
|
|
|
1437
|
-
- 🍬 Improved design for Data Grid [Header filters](https://
|
|
1623
|
+
- 🍬 Improved design for Data Grid [Header filters](https://mui.com/x/react-data-grid/filtering/header-filters/)
|
|
1438
1624
|
|
|
1439
1625
|
<img width="100%" alt="Data Grid Header filters" src="https://github.com/user-attachments/assets/74a50cd9-7a55-41fc-a2b8-f8a0d5b9120e" />
|
|
1440
1626
|
|
|
1441
|
-
- 🔄 Data Grid [Scroll restoration](https://
|
|
1442
|
-
- 📊 Charts support server-side rendering under [some conditions](https://
|
|
1627
|
+
- 🔄 Data Grid [Scroll restoration](https://mui.com/x/react-data-grid/scrolling/#scroll-restoration)
|
|
1628
|
+
- 📊 Charts support server-side rendering under [some conditions](https://mui.com/x/react-charts/getting-started/#server-side-rendering)
|
|
1443
1629
|
- 🐞 Bugfixes
|
|
1444
1630
|
|
|
1445
1631
|
Special thanks go out to the community contributors who have helped make this release possible:
|
|
@@ -1477,9 +1663,9 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.8`.
|
|
|
1477
1663
|
|
|
1478
1664
|
#### Breaking changes
|
|
1479
1665
|
|
|
1480
|
-
- The field is now editable if rendered inside a mobile Picker — [Learn more](https://
|
|
1481
|
-
- The `useMultiInputDateRangeField`, `useMultiInputTimeRangeField`, and `useMultiInputDateTimeRangeField` hooks have been removed in favor of the new `useMultiInputRangeField` hook — [Learn more](https://
|
|
1482
|
-
- The component passed to the `field` slot no longer receives the `value`, `onChange`, `timezone`, `format`, `disabled`, `formatDensity`, `enableAccessibleFieldDOMStructure`, `selectedSections` and `onSelectedSectionsChange` props — [Learn more](https://
|
|
1666
|
+
- The field is now editable if rendered inside a mobile Picker — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#field-editing-on-mobile-pickers)
|
|
1667
|
+
- The `useMultiInputDateRangeField`, `useMultiInputTimeRangeField`, and `useMultiInputDateTimeRangeField` hooks have been removed in favor of the new `useMultiInputRangeField` hook — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#usemultiinputdaterangefield)
|
|
1668
|
+
- The component passed to the `field` slot no longer receives the `value`, `onChange`, `timezone`, `format`, `disabled`, `formatDensity`, `enableAccessibleFieldDOMStructure`, `selectedSections` and `onSelectedSectionsChange` props — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-field)
|
|
1483
1669
|
|
|
1484
1670
|
#### `@mui/x-date-pickers@8.0.0-alpha.8`
|
|
1485
1671
|
|
|
@@ -1591,15 +1777,15 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.7`, plus:
|
|
|
1591
1777
|
|
|
1592
1778
|
#### Breaking changes
|
|
1593
1779
|
|
|
1594
|
-
- The `date-fns` and `date-fns-jalali` date library adapters have been renamed to better align with the current stable major versions — [Learn more](https://
|
|
1595
|
-
- Update default `closeOnSelect` and Action Bar `actions` values - [Learn more](https://
|
|
1596
|
-
- The component passed to the `layout` slot no longer receives the `value`, `onChange` and `onSelectShortcut` props — [Learn more](https://
|
|
1597
|
-
- The component passed to the `toolbar` slot no longer receives the `value`, `onChange` and `isLandscape` props — [Learn more](https://
|
|
1598
|
-
- The component passed to the `shortcuts` slot no longer receives the `onChange`, `isValid` and `isLandscape` props — [Learn more](https://
|
|
1599
|
-
- The `PickerShortcutChangeImportance` type has been renamed `PickerChangeImportance` — [Learn more](https://
|
|
1600
|
-
- The component passed to the `layout` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://
|
|
1601
|
-
- The component passed to the `toolbar` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://
|
|
1602
|
-
- The component passed to the `tabs` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://
|
|
1780
|
+
- The `date-fns` and `date-fns-jalali` date library adapters have been renamed to better align with the current stable major versions — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#✅-rename-date-fns-adapter-imports)
|
|
1781
|
+
- Update default `closeOnSelect` and Action Bar `actions` values - [Learn more](https://mui.com/x/migration/migration-pickers-v7/#update-default-closeonselect-and-action-bar-actions-values)
|
|
1782
|
+
- The component passed to the `layout` slot no longer receives the `value`, `onChange` and `onSelectShortcut` props — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-layout).
|
|
1783
|
+
- The component passed to the `toolbar` slot no longer receives the `value`, `onChange` and `isLandscape` props — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-toolbar).
|
|
1784
|
+
- The component passed to the `shortcuts` slot no longer receives the `onChange`, `isValid` and `isLandscape` props — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-shortcuts).
|
|
1785
|
+
- The `PickerShortcutChangeImportance` type has been renamed `PickerChangeImportance` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#renamed-variables-and-types).
|
|
1786
|
+
- The component passed to the `layout` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-layout).
|
|
1787
|
+
- The component passed to the `toolbar` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-toolbar).
|
|
1788
|
+
- The component passed to the `tabs` slot no longer receives the `rangePosition` and `onRangePositionChange` on range pickers — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slot-tabs).
|
|
1603
1789
|
|
|
1604
1790
|
#### `@mui/x-date-pickers@8.0.0-alpha.7`
|
|
1605
1791
|
|
|
@@ -1626,11 +1812,11 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.7`.
|
|
|
1626
1812
|
|
|
1627
1813
|
#### Breaking changes
|
|
1628
1814
|
|
|
1629
|
-
- Removed `DefaultChartsLegend` component, since it is now easier to create custom legends — [Learn more](https://
|
|
1815
|
+
- Removed `DefaultChartsLegend` component, since it is now easier to create custom legends — [Learn more](https://mui.com/x/react-charts/components/#html-components).
|
|
1630
1816
|
- The default legend is now an HTML element and can be styled more easily.
|
|
1631
1817
|
- The `width` and `height` properties of the charts now only apply to the `svg` element, and not their wrappers, this might cause some layout shifts.
|
|
1632
|
-
- `slotProps.legend.direction` now accepts `'horizontal' | 'vertical'` instead of `'row' | 'column'` — [Learn more](https://
|
|
1633
|
-
- The `getSeriesToDisplay` function was removed in favor of the `useLegend` hook. — [Learn more](https://
|
|
1818
|
+
- `slotProps.legend.direction` now accepts `'horizontal' | 'vertical'` instead of `'row' | 'column'` — [Learn more](https://mui.com/x/migration/migration-charts-v7/#legend-direction-value-change-✅).
|
|
1819
|
+
- The `getSeriesToDisplay` function was removed in favor of the `useLegend` hook. — [Learn more](https://mui.com/x/migration/migration-charts-v7/#the-getseriestodisplay-function-was-removed).
|
|
1634
1820
|
|
|
1635
1821
|
#### `@mui/x-charts@8.0.0-alpha.7`
|
|
1636
1822
|
|
|
@@ -1812,9 +1998,9 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.5`.
|
|
|
1812
1998
|
|
|
1813
1999
|
#### Breaking changes
|
|
1814
2000
|
|
|
1815
|
-
- The `<PickersMonth />` component has been moved inside the Month Calendar component — [Learn more](https://
|
|
2001
|
+
- The `<PickersMonth />` component has been moved inside the Month Calendar component — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#month-calendar).
|
|
1816
2002
|
|
|
1817
|
-
- The `<PickersYear />` component has been moved inside the Year Calendar component — [Learn more](https://
|
|
2003
|
+
- The `<PickersYear />` component has been moved inside the Year Calendar component — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#year-calendar).
|
|
1818
2004
|
|
|
1819
2005
|
#### `@mui/x-date-pickers@8.0.0-alpha.5`
|
|
1820
2006
|
|
|
@@ -2035,7 +2221,7 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.3`, plus:
|
|
|
2035
2221
|
|
|
2036
2222
|
#### Breaking changes
|
|
2037
2223
|
|
|
2038
|
-
- The `onOpen()` and `onClose()` methods of the `usePickerContext()` hook have been replaced with a single `setOpen` method — [Learn more](https://
|
|
2224
|
+
- The `onOpen()` and `onClose()` methods of the `usePickerContext()` hook have been replaced with a single `setOpen` method — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#usepickercontext).
|
|
2039
2225
|
|
|
2040
2226
|
#### `@mui/x-date-pickers@8.0.0-alpha.3`
|
|
2041
2227
|
|
|
@@ -2087,8 +2273,8 @@ _Nov 29, 2024_
|
|
|
2087
2273
|
We'd like to offer a big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
2088
2274
|
|
|
2089
2275
|
- 👨🏽💻 Improve resize performance on the Data Gird.
|
|
2090
|
-
- `<ChartDataProvider />` and `<ChartsSurface />` components are now fully divided — [Learn more](https://
|
|
2091
|
-
- Users can create their own HTML components using chart data — [Learn more](https://
|
|
2276
|
+
- `<ChartDataProvider />` and `<ChartsSurface />` components are now fully divided — [Learn more](https://mui.com/x/react-charts/composition/#overview).
|
|
2277
|
+
- Users can create their own HTML components using chart data — [Learn more](https://mui.com/x/react-charts/components/#html-components).
|
|
2092
2278
|
- 🌍 Improve Spanish, Portuguese, Chinese locales on the Data Grid component.
|
|
2093
2279
|
- 🌍 Improve Dutch locale on the Date and Time Pickers components.
|
|
2094
2280
|
- 🐞 Bugfixes
|
|
@@ -2144,9 +2330,9 @@ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.2`.
|
|
|
2144
2330
|
|
|
2145
2331
|
#### Breaking changes
|
|
2146
2332
|
|
|
2147
|
-
- The props received by the `layout` and the `toolbar` slots have been reworked — [Learn more](https://
|
|
2333
|
+
- The props received by the `layout` and the `toolbar` slots have been reworked — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#do-not-pass-the-section-type-as-a-generic).
|
|
2148
2334
|
|
|
2149
|
-
- The `TSection` generic of the `FieldRef` type has been replaced with the `TValue` generic — [Learn more](https://
|
|
2335
|
+
- The `TSection` generic of the `FieldRef` type has been replaced with the `TValue` generic — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slots-breaking-changes).
|
|
2150
2336
|
|
|
2151
2337
|
#### `@mui/x-date-pickers@v8.0.0-alpha.2`
|
|
2152
2338
|
|
|
@@ -2213,7 +2399,7 @@ _Nov 22, 2024_
|
|
|
2213
2399
|
|
|
2214
2400
|
We'd like to offer a big thanks to the 16 contributors who made this release possible. Here are some highlights ✨:
|
|
2215
2401
|
|
|
2216
|
-
- 🔧 Refactor Tooltip customisation for charts — [Learn more](https://
|
|
2402
|
+
- 🔧 Refactor Tooltip customisation for charts — [Learn more](https://mui.com/x/react-charts/tooltip/#overriding-content).
|
|
2217
2403
|
- ⚛️ React 19 support
|
|
2218
2404
|
- 🌍 Improve Chinese, Spanish, and Swedish locale on the Data Grid component
|
|
2219
2405
|
- 🐞 Bugfixes
|
|
@@ -2255,8 +2441,8 @@ Same changes as in `@mui/x-data-grid-pro@v8.0.0-alpha.1`, plus:
|
|
|
2255
2441
|
|
|
2256
2442
|
#### Breaking change
|
|
2257
2443
|
|
|
2258
|
-
- The `FieldValueType` type has been renamed to `PickerValueType` — [Learn more](https://
|
|
2259
|
-
- The `toolbar` and `layout` slots no longer receive the `disabled` and `readOnly` props — [Learn more](https://
|
|
2444
|
+
- The `FieldValueType` type has been renamed to `PickerValueType` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#renamed-variables).
|
|
2445
|
+
- The `toolbar` and `layout` slots no longer receive the `disabled` and `readOnly` props — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#slots-breaking-changes).
|
|
2260
2446
|
|
|
2261
2447
|
#### `@mui/x-date-pickers@v8.0.0-alpha.1`
|
|
2262
2448
|
|
|
@@ -2295,7 +2481,7 @@ Same changes as in `@mui/x-date-pickers@v8.0.0-alpha.1`, plus:
|
|
|
2295
2481
|
- The `theme.styleOverride` is removed for `MuiLineElement`, `MuiAreaElement`, and `MuiBarElement` to improve performance.
|
|
2296
2482
|
You can still target those elements by using the `MuiLinePlot`, `MuiAreaPlot`, and `MuiBarPlot` and target the appropriate classes `lineElementClasses.root`, `areaElementClasses.root`, `barElementClasses.root`
|
|
2297
2483
|
|
|
2298
|
-
- Removed the `resolveSizeBeforeRender` prop from all chart components — [Learn more](https://
|
|
2484
|
+
- Removed the `resolveSizeBeforeRender` prop from all chart components — [Learn more](https://mui.com/x/migration/migration-charts-v7/#remove-resolvesizebeforerender-prop).
|
|
2299
2485
|
- Removed `width` and `height` props from the `ChartsSurface` component.
|
|
2300
2486
|
- Removed the `viewport` prop from all charts.
|
|
2301
2487
|
|
|
@@ -2320,7 +2506,7 @@ Same changes as in `@mui/x-charts@v8.0.0-alpha.1`.
|
|
|
2320
2506
|
|
|
2321
2507
|
#### Breaking changes
|
|
2322
2508
|
|
|
2323
|
-
- The Tree Item component can no longer use `publicAPI` methods in the `render` because they are now memoized — [Learn more](https://
|
|
2509
|
+
- The Tree Item component can no longer use `publicAPI` methods in the `render` because they are now memoized — [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#stop-using-publicapi-methods-in-the-render).
|
|
2324
2510
|
|
|
2325
2511
|
#### `@mui/x-tree-view@v8.0.0-alpha.1`
|
|
2326
2512
|
|
|
@@ -2357,7 +2543,7 @@ _Nov 14, 2024_
|
|
|
2357
2543
|
|
|
2358
2544
|
We'd like to offer a big thanks to the 22 contributors who made this release possible. Here are some highlights ✨:
|
|
2359
2545
|
|
|
2360
|
-
- 🔁 Support [automatic parents and children selection](https://
|
|
2546
|
+
- 🔁 Support [automatic parents and children selection](https://mui.com/x/react-tree-view/rich-tree-view/selection/#automatic-parents-and-children-selection) for the Rich Tree View components.
|
|
2361
2547
|
- 🌍 Improve Greek (el-GR) locale on the Date and Time Pickers components
|
|
2362
2548
|
- 🌍 Improve Polish (pl-PL) locale on the Data Grid component
|
|
2363
2549
|
- 🐞 Bugfixes
|
|
@@ -2398,14 +2584,14 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
|
|
|
2398
2584
|
|
|
2399
2585
|
#### Breaking changes
|
|
2400
2586
|
|
|
2401
|
-
- The default DOM structure of the field has changed [Learn more](https://
|
|
2587
|
+
- The default DOM structure of the field has changed [Learn more](https://mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
|
|
2402
2588
|
|
|
2403
2589
|
- Before version `v8.x`, the fields' DOM structure consisted of an `<input />`, which held the whole value for the component, but unfortunately presents a few limitations in terms of accessibility when managing multiple section values.
|
|
2404
2590
|
- Starting with version `v8.x`, all the field and picker components come with a new DOM structure that allows the field component to set aria attributes on individual sections, providing a far better experience with screen readers.
|
|
2405
2591
|
|
|
2406
|
-
- Some translation keys no longer require `utils` and the date object as parameters, but only the formatted value as a string. The keys affected by this changes are: `clockLabelText`, `openDatePickerDialogue` and `openTimePickerDialogue` — [Learn more](https://
|
|
2592
|
+
- Some translation keys no longer require `utils` and the date object as parameters, but only the formatted value as a string. The keys affected by this changes are: `clockLabelText`, `openDatePickerDialogue` and `openTimePickerDialogue` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#stop-passing-utils-and-the-date-object-to-some-translation-keys).
|
|
2407
2593
|
|
|
2408
|
-
- The following types are no longer exported by `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` — [Learn more](https://
|
|
2594
|
+
- The following types are no longer exported by `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#removed-types).
|
|
2409
2595
|
|
|
2410
2596
|
- `UseDateFieldComponentProps`
|
|
2411
2597
|
- `UseTimeFieldComponentProps`
|
|
@@ -2414,11 +2600,11 @@ Same changes as in `@mui/x-data-grid-pro@8.0.0-alpha.0`, plus:
|
|
|
2414
2600
|
- `BaseMultiInputFieldProps`
|
|
2415
2601
|
- `BasePickersTextFieldProps`
|
|
2416
2602
|
|
|
2417
|
-
- The `TDate` generic has been removed from all the types, interfaces, and variables of the `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` packages — [Learn more](https://
|
|
2603
|
+
- The `TDate` generic has been removed from all the types, interfaces, and variables of the `@mui/x-date-pickers` and `@mui/x-date-pickers-pro` packages — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#remove-tdate-generic).
|
|
2418
2604
|
|
|
2419
|
-
- Renamed `usePickersTranslations` and `usePickersContext` hooks to have a coherent `Picker` prefix instead of `Pickers` — [Learn more](https://
|
|
2605
|
+
- Renamed `usePickersTranslations` and `usePickersContext` hooks to have a coherent `Picker` prefix instead of `Pickers` — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#renamed-variables).
|
|
2420
2606
|
|
|
2421
|
-
- The `LicenseInfo` object is no longer exported from the `@mui/x-date-pickers-pro` package — [Learn more](https://
|
|
2607
|
+
- The `LicenseInfo` object is no longer exported from the `@mui/x-date-pickers-pro` package — [Learn more](https://mui.com/x/migration/migration-pickers-v7/#stop-using-licenseinfo-from-mui-x-date-pickers-pro).
|
|
2422
2608
|
|
|
2423
2609
|
#### `@mui/x-date-pickers@8.0.0-alpha.0`
|
|
2424
2610
|
|
|
@@ -2449,17 +2635,17 @@ Same changes as in `@mui/x-date-pickers@8.0.0-alpha.0`.
|
|
|
2449
2635
|
|
|
2450
2636
|
#### Breaking changes
|
|
2451
2637
|
|
|
2452
|
-
- The `legend` prop has been removed. To pass props to the legend, use `slotProps={{ legend: { ... } }}` instead. This can be automatically done with the codemod as long as the `legend` prop does not come from a destructured object — [Learn more](https://
|
|
2638
|
+
- The `legend` prop has been removed. To pass props to the legend, use `slotProps={{ legend: { ... } }}` instead. This can be automatically done with the codemod as long as the `legend` prop does not come from a destructured object — [Learn more](https://mui.com/x/migration/migration-charts-v7/#legend-props-propagation-✅).
|
|
2453
2639
|
|
|
2454
2640
|
- The `slots.legend` does not receive the `drawingArea` prop. You can still access your custom legend with the `useDrawingArea()` hook if your custom legend needs it.
|
|
2455
2641
|
|
|
2456
|
-
- Removed or renamed multiple props from Series — [Learn more](https://
|
|
2642
|
+
- Removed or renamed multiple props from Series — [Learn more](https://mui.com/x/migration/migration-charts-v7/#series-properties-renaming).
|
|
2457
2643
|
|
|
2458
2644
|
- The `highlighted` and `faded` properties of highlightScope have been deprecated in favor of `highlight` and `fade`.
|
|
2459
2645
|
The deprecated ones are now removed.
|
|
2460
2646
|
- The `xAxisKey`, `yAxisKey`, and `zAxisKey` properties have been deprecated in favor of `xAxisId`, `yAxisId`, and `zAxisId`.
|
|
2461
2647
|
|
|
2462
|
-
- The Pie Chart lost all props and renderer linked to axes because pie chart does not need cartesian axes. If you used it, you can still add them back with composition. Please consider opening an issue to share your use case with us — [Learn more](https://
|
|
2648
|
+
- The Pie Chart lost all props and renderer linked to axes because pie chart does not need cartesian axes. If you used it, you can still add them back with composition. Please consider opening an issue to share your use case with us — [Learn more](https://mui.com/x/migration/migration-charts-v7/#remove-pie-chart-axes).
|
|
2463
2649
|
|
|
2464
2650
|
#### `@mui/x-charts@8.0.0-alpha.0`
|
|
2465
2651
|
|
|
@@ -2482,15 +2668,15 @@ Same changes as in `@mui/x-charts@8.0.0-alpha.0`.
|
|
|
2482
2668
|
|
|
2483
2669
|
#### Breaking changes
|
|
2484
2670
|
|
|
2485
|
-
- The `ContentComponent` or `ContentProps` props of the `<TreeItem />` component have been removed in favor of the new `slots`, `slotProps` props and of the `useTreeItem` hook — [Learn more](https://
|
|
2671
|
+
- The `ContentComponent` or `ContentProps` props of the `<TreeItem />` component have been removed in favor of the new `slots`, `slotProps` props and of the `useTreeItem` hook — [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#new-api-to-customize-the-tree-item).
|
|
2486
2672
|
|
|
2487
|
-
- The `onClick` and `onMouseDown` callbacks of the Tree Item component are now passed to the root element instead of the content — [Learn more](https://
|
|
2673
|
+
- The `onClick` and `onMouseDown` callbacks of the Tree Item component are now passed to the root element instead of the content — [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#behavior-change-on-the-onclick-and-onmousedown-props-of-treeitem).
|
|
2488
2674
|
|
|
2489
|
-
- Rename the `<TreeItem2 />` component (and related utils) — [Learn more](https://
|
|
2675
|
+
- Rename the `<TreeItem2 />` component (and related utils) — [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#✅-rename-the-treeitem2-and-related-utils).
|
|
2490
2676
|
|
|
2491
|
-
- The `<TreeView />` component has been renamed `<SimpleTreeView />` which has exactly the same API — [Learn more](https://
|
|
2677
|
+
- The `<TreeView />` component has been renamed `<SimpleTreeView />` which has exactly the same API — [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#✅-use-simple-tree-view-instead-of-tree-view).
|
|
2492
2678
|
|
|
2493
|
-
- The indentation of nested Tree Items is now applied on the content of the element — [Learn more](https://
|
|
2679
|
+
- The indentation of nested Tree Items is now applied on the content of the element — [Learn more](https://mui.com/x/migration/migration-tree-view-v7/#apply-the-indentation-on-the-item-content-instead-of-its-parents-group).
|
|
2494
2680
|
|
|
2495
2681
|
#### `@mui/x-tree-view@8.0.0-alpha.0`
|
|
2496
2682
|
|
|
@@ -3045,7 +3231,7 @@ _Jan 17, 2025_
|
|
|
3045
3231
|
|
|
3046
3232
|
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
3047
3233
|
|
|
3048
|
-
- 🔄 Data Grid [Scroll restoration](https://
|
|
3234
|
+
- 🔄 Data Grid [Scroll restoration](https://v7.mui.com/x/react-data-grid/scrolling/#scroll-restoration)
|
|
3049
3235
|
- 🐞 Bugfixes
|
|
3050
3236
|
|
|
3051
3237
|
Special thanks go out to the community contributors who have helped make this release possible:
|
|
@@ -6730,7 +6916,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-beta.4`.
|
|
|
6730
6916
|
|
|
6731
6917
|
- The headless field hooks (e.g.: `useDateField`) now returns a new prop called `enableAccessibleFieldDOMStructure`.
|
|
6732
6918
|
This property is utilized to determine whether the anticipated UI is constructed using an accessible DOM structure.
|
|
6733
|
-
Learn more about this new accessible DOM structure in the [v8 migration guide](https://
|
|
6919
|
+
Learn more about this new accessible DOM structure in the [v8 migration guide](https://v7.mui.com/x/migration/migration-pickers-v7/#new-dom-structure-for-the-field).
|
|
6734
6920
|
|
|
6735
6921
|
When building a custom UI, you are most-likely only supporting one DOM structure, so you can remove `enableAccessibleFieldDOMStructure` before it is passed to the DOM:
|
|
6736
6922
|
|
|
@@ -6832,11 +7018,11 @@ _Feb 16, 2024_
|
|
|
6832
7018
|
|
|
6833
7019
|
We'd like to offer a big thanks to the 8 contributors who made this release possible. Here are some highlights ✨:
|
|
6834
7020
|
|
|
6835
|
-
- 🎁 Charts get a [built in grid](https://
|
|
7021
|
+
- 🎁 Charts get a [built in grid](https://v7.mui.com/x/react-charts/axis/#grid)
|
|
6836
7022
|
|
|
6837
7023
|
<img src="https://github.com/mui/mui-x/assets/45398769/74299f54-f020-4135-b38c-dc88a230db30" width="510" alt="Charts Grid" />
|
|
6838
7024
|
|
|
6839
|
-
- 🎛️ Charts get a [Gauge component](https://
|
|
7025
|
+
- 🎛️ Charts get a [Gauge component](https://v7.mui.com/x/react-charts/gauge/).
|
|
6840
7026
|
|
|
6841
7027
|
<img src="https://github.com/mui/mui-x/assets/45398769/fb7a94b5-bef6-4fc2-a0cd-d6ff5b60fa8b" width="510" alt="Guage Chart" />
|
|
6842
7028
|
|
|
@@ -6848,7 +7034,7 @@ We'd like to offer a big thanks to the 8 contributors who made this release poss
|
|
|
6848
7034
|
|
|
6849
7035
|
#### Breaking changes
|
|
6850
7036
|
|
|
6851
|
-
- The `rowEditCommit` event and the related prop `onRowEditCommit` was removed. The [`processRowUpdate`](https://
|
|
7037
|
+
- The `rowEditCommit` event and the related prop `onRowEditCommit` was removed. The [`processRowUpdate`](https://v7.mui.com/x/react-data-grid/editing/#the-processrowupdate-callback) prop can be used in place.
|
|
6852
7038
|
|
|
6853
7039
|
#### `@mui/x-data-grid@7.0.0-beta.3`
|
|
6854
7040
|
|
|
@@ -6951,7 +7137,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-beta.2`.
|
|
|
6951
7137
|
|
|
6952
7138
|
#### Breaking changes
|
|
6953
7139
|
|
|
6954
|
-
- If you're using the [commercial license](https://
|
|
7140
|
+
- If you're using the [commercial license](https://v7.mui.com/x/introduction/licensing), you need to update the import path:
|
|
6955
7141
|
|
|
6956
7142
|
```diff
|
|
6957
7143
|
-import { LicenseInfo } from '@mui/x-license-pro';
|
|
@@ -7003,10 +7189,10 @@ We'd like to offer a big thanks to the 12 contributors who made this release pos
|
|
|
7003
7189
|
- 🚀 All charts have click handlers (#11411) @alexfauquette
|
|
7004
7190
|
Test their respective documentation demonstrations to know more about the data format:
|
|
7005
7191
|
|
|
7006
|
-
- [Scatter Chart](https://
|
|
7007
|
-
- [Line Chart](https://
|
|
7008
|
-
- [Bar Chart](https://
|
|
7009
|
-
- [Pie Chart](https://
|
|
7192
|
+
- [Scatter Chart](https://v7.mui.com/x/react-charts/scatter/#click-event)
|
|
7193
|
+
- [Line Chart](https://v7.mui.com/x/react-charts/lines/#click-event)
|
|
7194
|
+
- [Bar Chart](https://v7.mui.com/x/react-charts/bars/#click-event)
|
|
7195
|
+
- [Pie Chart](https://v7.mui.com/x/react-charts/pie/#click-event)
|
|
7010
7196
|
|
|
7011
7197
|
Big thanks to @giladappsforce and @yaredtsy for their contribution on exploring this feature.
|
|
7012
7198
|
|
|
@@ -7128,7 +7314,7 @@ Same changes as in `@mui/x-date-pickers@7.0.0-beta.1`.
|
|
|
7128
7314
|
|
|
7129
7315
|
- The line chart now have animation by default.
|
|
7130
7316
|
You can disable it with `skipAnimation` prop.
|
|
7131
|
-
See [animation documentation](
|
|
7317
|
+
See [animation documentation](v7.mui.com/x/react-charts/lines/#animation) for more information.
|
|
7132
7318
|
|
|
7133
7319
|
- Pie charts `onClick` get renamed `onItemClick` for consistency with other charts click callback.
|
|
7134
7320
|
|
|
@@ -7163,7 +7349,7 @@ We are glad to announce MUI X v7 beta!
|
|
|
7163
7349
|
This version has several improvements, bug fixes, and exciting features 🎉.
|
|
7164
7350
|
We want to offer a big thanks to the 7 contributors who made this release possible ✨:
|
|
7165
7351
|
|
|
7166
|
-
- 🚀 Release the [Date Time Range Picker](https://
|
|
7352
|
+
- 🚀 Release the [Date Time Range Picker](https://v7.mui.com/x/react-date-pickers/date-time-range-picker/) component (#9528) @LukasTy
|
|
7167
7353
|
|
|
7168
7354
|
<img src="https://github.com/mui/mui-x/assets/4941090/122bb7bc-5e72-4e11-a8e5-96f3026de922" width="510" height="652" alt="Date Time Range Picker example" />
|
|
7169
7355
|
|
|
@@ -7178,7 +7364,7 @@ We want to offer a big thanks to the 7 contributors who made this release possib
|
|
|
7178
7364
|
|
|
7179
7365
|
#### Breaking changes
|
|
7180
7366
|
|
|
7181
|
-
- The columns management component has been redesigned and the component was extracted from the `ColumnsPanel` which now only serves as a wrapper to display the component above the headers as a panel. As a result, a new slot `columnsManagement` and the related prop `slotProps.columnsManagement` have been introduced. The props corresponding to the columns management component which were previously passed to the prop `slotProps.columnsPanel` should now be passed to `slotProps.columnsManagement`. `slotProps.columnsPanel` could still be used to override props corresponding to the `Panel` component used in `ColumnsPanel` which uses [`Popper`](https://
|
|
7367
|
+
- The columns management component has been redesigned and the component was extracted from the `ColumnsPanel` which now only serves as a wrapper to display the component above the headers as a panel. As a result, a new slot `columnsManagement` and the related prop `slotProps.columnsManagement` have been introduced. The props corresponding to the columns management component which were previously passed to the prop `slotProps.columnsPanel` should now be passed to `slotProps.columnsManagement`. `slotProps.columnsPanel` could still be used to override props corresponding to the `Panel` component used in `ColumnsPanel` which uses [`Popper`](https://v7.mui.com/material-ui/react-popper/) component under the hood.
|
|
7182
7368
|
|
|
7183
7369
|
```diff
|
|
7184
7370
|
<DataGrid
|
|
@@ -7262,7 +7448,7 @@ _Jan 19, 2024_
|
|
|
7262
7448
|
We'd like to offer a big thanks to the 11 contributors who made this release possible. Here are some highlights ✨:
|
|
7263
7449
|
|
|
7264
7450
|
- 🎁 The Data Grid headers have been refactored to bring immense improvements to scrolling, state management, and overall performance of the grid.
|
|
7265
|
-
- ⚙️ The Data Grid disabled column-specific features like filtering, sorting, grouping, etc. could now be accessed programmatically. See the related [docs](https://
|
|
7451
|
+
- ⚙️ The Data Grid disabled column-specific features like filtering, sorting, grouping, etc. could now be accessed programmatically. See the related [docs](https://v7.mui.com/x/react-data-grid/api-object/#access-the-disabled-column-features) section.
|
|
7266
7452
|
- 🚀 Uplift the Simple Tree View customization examples (#11424) @noraleonte
|
|
7267
7453
|
- 🌍 Add Croatian (hr-HR), Portuguese (pt-PT), and Chinese (Hong Kong) (zh-HK) locales (#11668) on the Data Grid @BCaspari
|
|
7268
7454
|
- 🐞 Bugfixes
|
|
@@ -7295,10 +7481,10 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
7295
7481
|
</div>
|
|
7296
7482
|
```
|
|
7297
7483
|
|
|
7298
|
-
- When the [Tree data](https://
|
|
7484
|
+
- When the [Tree data](https://v7.mui.com/x/react-data-grid/tree-data/) feature is used, the grid role is now `role="treegrid"` instead of `role="grid"`.
|
|
7299
7485
|
- The Data Grid cells now have `role="gridcell"` instead of `role="cell"`.
|
|
7300
7486
|
|
|
7301
|
-
- The buttons in toolbar composable components `GridToolbarColumnsButton`, `GridToolbarFilterButton`, `GridToolbarDensity`, and `GridToolbarExport` are now wrapped with a tooltip component and have a consistent interface. To override some props corresponding to the toolbar buttons or their corresponding tooltips, you can use the `slotProps` prop. Following is an example diff. See [Toolbar section](https://
|
|
7487
|
+
- The buttons in toolbar composable components `GridToolbarColumnsButton`, `GridToolbarFilterButton`, `GridToolbarDensity`, and `GridToolbarExport` are now wrapped with a tooltip component and have a consistent interface. To override some props corresponding to the toolbar buttons or their corresponding tooltips, you can use the `slotProps` prop. Following is an example diff. See [Toolbar section](https://v7.mui.com/x/react-data-grid/components/#toolbar) for more details.
|
|
7302
7488
|
|
|
7303
7489
|
```diff
|
|
7304
7490
|
function CustomToolbar() {
|
|
@@ -7329,7 +7515,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
7329
7515
|
|
|
7330
7516
|
- The column grouping selectors `gridFocusColumnGroupHeaderSelector` and `gridTabIndexColumnGroupHeaderSelector` are no longer prefixed with `unstable_`.
|
|
7331
7517
|
|
|
7332
|
-
- The disabled column specific features like `hiding`, `sorting`, `filtering`, `pinning`, `row grouping`, etc could now be controlled programmatically using `initialState`, respective controlled models, or the [API object](https://
|
|
7518
|
+
- The disabled column specific features like `hiding`, `sorting`, `filtering`, `pinning`, `row grouping`, etc could now be controlled programmatically using `initialState`, respective controlled models, or the [API object](https://v7.mui.com/x/react-data-grid/api-object/). See the related [docs](https://v7.mui.com/x/react-data-grid/api-object/#access-the-disabled-column-features) section.
|
|
7333
7519
|
|
|
7334
7520
|
#### `@mui/x-data-grid@7.0.0-alpha.9`
|
|
7335
7521
|
|
|
@@ -7924,7 +8110,7 @@ We'd like to offer a big thanks to the 9 contributors who made this release poss
|
|
|
7924
8110
|
|
|
7925
8111
|
- The `instanceId` prop is now required for state selectors.
|
|
7926
8112
|
This prop is used to distinguish between multiple Data Grid instances on the same page.
|
|
7927
|
-
See [migration docs](https://
|
|
8113
|
+
See [migration docs](https://v7.mui.com/x/migration/migration-data-grid-v6/#instanceid-prop-is-required-for-state-selectors) for more details.
|
|
7928
8114
|
|
|
7929
8115
|
#### `@mui/x-data-grid@7.0.0-alpha.5`
|
|
7930
8116
|
|
|
@@ -8078,9 +8264,9 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
8078
8264
|
- 🚀 The scatter charts now use voronoi to trigger items
|
|
8079
8265
|
|
|
8080
8266
|
Users needed to hover the item to highlight the scatter item or show the tooltip.
|
|
8081
|
-
Now they can interact with data by triggering the closest element. See the [docs page](https://
|
|
8267
|
+
Now they can interact with data by triggering the closest element. See the [docs page](https://v7.mui.com/x/react-charts/scatter/#interaction) for more info.
|
|
8082
8268
|
|
|
8083
|
-
- 📚 Add [Pickers FAQ page](https://
|
|
8269
|
+
- 📚 Add [Pickers FAQ page](https://v7.mui.com/x/react-date-pickers/faq/)
|
|
8084
8270
|
- 🎉 The Data Grid Header filters feature is now stable
|
|
8085
8271
|
- 🌍 Improve Danish (da-DK) locale on Data Grid
|
|
8086
8272
|
- 🐞 Bugfixes
|
|
@@ -8090,7 +8276,7 @@ We'd like to offer a big thanks to the 11 contributors who made this release pos
|
|
|
8090
8276
|
#### Breaking changes
|
|
8091
8277
|
|
|
8092
8278
|
- The header filters feature is now stable. `unstable_` prefix is removed from prop `headerFilters` and related exports.
|
|
8093
|
-
See [migration docs](https://
|
|
8279
|
+
See [migration docs](https://v7.mui.com/x/migration/migration-data-grid-v6/#filtering) for more details.
|
|
8094
8280
|
|
|
8095
8281
|
- The `GridColDef['type']` has been narrowed down to only accept the built-in column types.
|
|
8096
8282
|
TypeScript users need to use the `GridColDef` interface when defining columns:
|
|
@@ -8160,7 +8346,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
|
|
|
8160
8346
|
|
|
8161
8347
|
- 🚀 Support localized start of the week on pickers' `AdapterLuxon`
|
|
8162
8348
|
|
|
8163
|
-
When using Luxon 3.4.4 or higher, the start of the week will be defined by the date locale (
|
|
8349
|
+
When using Luxon 3.4.4 or higher, the start of the week will be defined by the date locale (for example: Sunday for `en-US`, Monday for `fr-FR`).
|
|
8164
8350
|
|
|
8165
8351
|
- 📈 Fix a lot of Charts package issues
|
|
8166
8352
|
- 🎉 The Data Grid features Cell selection and Clipboard paste are now stable
|
|
@@ -8176,7 +8362,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
|
|
|
8176
8362
|
|
|
8177
8363
|
- The clipboard related exports `ignoreValueFormatterDuringExport` and `splitClipboardPastedText` are no longer prefixed with `unstable_`.
|
|
8178
8364
|
|
|
8179
|
-
- The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` have been removed from the Data Grid exports. Use the [`filterDebounceMs`](https://
|
|
8365
|
+
- The deprecated constants `SUBMIT_FILTER_STROKE_TIME` and `SUBMIT_FILTER_DATE_STROKE_TIME` have been removed from the Data Grid exports. Use the [`filterDebounceMs`](https://v7.mui.com/x/api/data-grid/data-grid/#data-grid-prop-filterDebounceMs) prop to customize filter debounce time.
|
|
8180
8366
|
|
|
8181
8367
|
- The `slots.preferencesPanel` slot and the `slotProps.preferencesPanel` prop were removed. Use `slots.panel` and `slotProps.panel` instead.
|
|
8182
8368
|
|
|
@@ -8201,7 +8387,7 @@ We'd like to offer a big thanks to the 15 contributors who made this release pos
|
|
|
8201
8387
|
| `unstable_setCellSelectionModel` | `setCellSelectionModel` |
|
|
8202
8388
|
|
|
8203
8389
|
- The Quick Filter now ignores hidden columns by default.
|
|
8204
|
-
See [including hidden columns](https://
|
|
8390
|
+
See [including hidden columns](https://v7.mui.com/x/react-data-grid/filtering/quick-filter/#including-hidden-columns) section for more details.
|
|
8205
8391
|
|
|
8206
8392
|
#### `@mui/x-data-grid@7.0.0-alpha.3`
|
|
8207
8393
|
|
|
@@ -8370,7 +8556,7 @@ Same changes as in `@mui/x-data-grid-pro@7.0.0-alpha.2`.
|
|
|
8370
8556
|
The `shouldDisableClock` prop received `value` as a `number` of hours, minutes, or seconds.
|
|
8371
8557
|
Instead, the `shouldDisableTime` prop receives the date object (based on the used adapter).
|
|
8372
8558
|
|
|
8373
|
-
You can read more about the deprecation of this prop in [v6 migration guide](https://
|
|
8559
|
+
You can read more about the deprecation of this prop in [v6 migration guide](https://v7.mui.com/x/migration/migration-pickers-v5/#%E2%9C%85-rename-or-refactor-shoulddisabletime-prop).
|
|
8374
8560
|
|
|
8375
8561
|
```diff
|
|
8376
8562
|
<DateTimePicker
|