@mui/lab 5.0.0-alpha.74 → 5.0.0-alpha.77
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/AdapterDateFns/index.d.ts +1 -1
- package/AdapterDateFns/index.js +1 -1
- package/AdapterDayjs/index.d.ts +1 -1
- package/AdapterDayjs/index.js +1 -1
- package/AdapterLuxon/index.d.ts +1 -1
- package/AdapterLuxon/index.js +1 -1
- package/AdapterMoment/index.d.ts +1 -1
- package/AdapterMoment/index.js +1 -1
- package/CHANGELOG.md +247 -30
- package/CalendarPicker/index.d.ts +2 -5
- package/CalendarPicker/index.js +1 -1
- package/CalendarPickerSkeleton/index.d.ts +2 -3
- package/CalendarPickerSkeleton/index.js +1 -1
- package/ClockPicker/index.d.ts +2 -5
- package/ClockPicker/index.js +1 -2
- package/DatePicker/index.d.ts +2 -2
- package/DatePicker/index.js +1 -2
- package/DateRangePicker/DateRangePicker.d.ts +11 -65
- package/DateRangePicker/DateRangePicker.js +14 -512
- package/DateRangePicker/index.d.ts +2 -3
- package/DateRangePicker/index.js +2 -2
- package/DateRangePickerDay/DateRangePickerDay.d.ts +13 -79
- package/DateRangePickerDay/DateRangePickerDay.js +17 -240
- package/DateRangePickerDay/index.d.ts +2 -2
- package/DateRangePickerDay/index.js +2 -2
- package/DateTimePicker/index.d.ts +2 -2
- package/DateTimePicker/index.js +1 -2
- package/DesktopDatePicker/index.d.ts +2 -2
- package/DesktopDatePicker/index.js +1 -2
- package/DesktopDateRangePicker/DesktopDateRangePicker.d.ts +10 -64
- package/DesktopDateRangePicker/DesktopDateRangePicker.js +13 -477
- package/DesktopDateRangePicker/index.d.ts +2 -2
- package/DesktopDateRangePicker/index.js +2 -2
- package/DesktopDateTimePicker/index.d.ts +2 -2
- package/DesktopDateTimePicker/index.js +1 -2
- package/DesktopTimePicker/index.d.ts +2 -2
- package/DesktopTimePicker/index.js +1 -2
- package/LoadingButton/LoadingButton.d.ts +3 -3
- package/LoadingButton/loadingButtonClasses.d.ts +22 -22
- package/LocalizationProvider/index.d.ts +2 -2
- package/LocalizationProvider/index.js +1 -2
- package/Masonry/Masonry.d.ts +2 -2
- package/Masonry/masonryClasses.d.ts +8 -8
- package/MobileDatePicker/index.d.ts +2 -2
- package/MobileDatePicker/index.js +1 -2
- package/MobileDateRangePicker/MobileDateRangePicker.d.ts +10 -64
- package/MobileDateRangePicker/MobileDateRangePicker.js +13 -487
- package/MobileDateRangePicker/index.d.ts +2 -2
- package/MobileDateRangePicker/index.js +2 -2
- package/MobileDateTimePicker/index.d.ts +2 -2
- package/MobileDateTimePicker/index.js +1 -2
- package/MobileTimePicker/index.d.ts +2 -2
- package/MobileTimePicker/index.js +1 -2
- package/MonthPicker/index.d.ts +2 -3
- package/MonthPicker/index.js +1 -1
- package/PickersDay/index.d.ts +2 -4
- package/PickersDay/index.js +1 -2
- package/StaticDatePicker/index.d.ts +2 -2
- package/StaticDatePicker/index.js +1 -2
- package/StaticDateRangePicker/StaticDateRangePicker.d.ts +10 -67
- package/StaticDateRangePicker/StaticDateRangePicker.js +13 -443
- package/StaticDateRangePicker/index.d.ts +2 -2
- package/StaticDateRangePicker/index.js +2 -2
- package/StaticDateTimePicker/index.d.ts +2 -2
- package/StaticDateTimePicker/index.js +1 -2
- package/StaticTimePicker/index.d.ts +2 -2
- package/StaticTimePicker/index.js +1 -2
- package/TabContext/TabContext.d.ts +2 -2
- package/TabList/TabList.d.ts +3 -3
- package/TabPanel/TabPanel.d.ts +2 -2
- package/TabPanel/tabPanelClasses.d.ts +8 -8
- package/TimePicker/index.d.ts +2 -2
- package/TimePicker/index.js +1 -2
- package/Timeline/Timeline.d.ts +59 -59
- package/Timeline/Timeline.js +2 -2
- package/Timeline/TimelineContext.d.ts +6 -6
- package/Timeline/index.d.ts +5 -5
- package/Timeline/timelineClasses.d.ts +3 -3
- package/TimelineConnector/TimelineConnector.d.ts +2 -2
- package/TimelineConnector/timelineConnectorClasses.d.ts +8 -8
- package/TimelineContent/TimelineContent.d.ts +3 -3
- package/TimelineContent/timelineContentClasses.d.ts +14 -14
- package/TimelineDot/TimelineDot.d.ts +2 -2
- package/TimelineDot/timelineDotClasses.d.ts +24 -24
- package/TimelineItem/TimelineItem.d.ts +2 -2
- package/TimelineItem/timelineItemClasses.d.ts +16 -16
- package/TimelineOppositeContent/TimelineOppositeContent.d.ts +3 -3
- package/TimelineOppositeContent/timelineOppositeContentClasses.d.ts +14 -14
- package/TimelineSeparator/TimelineSeparator.d.ts +2 -2
- package/TimelineSeparator/timelineSeparatorClasses.d.ts +8 -8
- package/TreeItem/TreeItem.d.ts +3 -3
- package/TreeItem/TreeItem.js +1 -1
- package/TreeItem/treeItemClasses.d.ts +24 -24
- package/TreeView/TreeView.d.ts +2 -2
- package/TreeView/treeViewClasses.d.ts +8 -8
- package/YearPicker/index.d.ts +2 -5
- package/YearPicker/index.js +1 -3
- package/index.js +1 -1
- package/internal/svg-icons/ArrowDropDown.d.ts +7 -7
- package/internal/svg-icons/ArrowLeft.d.ts +7 -7
- package/internal/svg-icons/ArrowRight.d.ts +7 -7
- package/internal/svg-icons/Calendar.d.ts +7 -7
- package/internal/svg-icons/Clock.d.ts +7 -7
- package/internal/svg-icons/DateRange.d.ts +7 -7
- package/internal/svg-icons/Pen.d.ts +7 -7
- package/internal/svg-icons/Time.d.ts +7 -7
- package/legacy/AdapterDateFns/index.js +1 -1
- package/legacy/AdapterDayjs/index.js +1 -1
- package/legacy/AdapterLuxon/index.js +1 -1
- package/legacy/AdapterMoment/index.js +1 -1
- package/legacy/CalendarPicker/index.js +1 -1
- package/legacy/CalendarPickerSkeleton/index.js +1 -1
- package/legacy/ClockPicker/index.js +1 -2
- package/legacy/DatePicker/index.js +1 -2
- package/legacy/DateRangePicker/DateRangePicker.js +13 -517
- package/legacy/DateRangePicker/index.js +2 -2
- package/legacy/DateRangePickerDay/DateRangePickerDay.js +17 -245
- package/legacy/DateRangePickerDay/index.js +2 -2
- package/legacy/DateTimePicker/index.js +1 -2
- package/legacy/DesktopDatePicker/index.js +1 -2
- package/legacy/DesktopDateRangePicker/DesktopDateRangePicker.js +12 -482
- package/legacy/DesktopDateRangePicker/index.js +2 -2
- package/legacy/DesktopDateTimePicker/index.js +1 -2
- package/legacy/DesktopTimePicker/index.js +1 -2
- package/legacy/LocalizationProvider/index.js +1 -2
- package/legacy/MobileDatePicker/index.js +1 -2
- package/legacy/MobileDateRangePicker/MobileDateRangePicker.js +12 -492
- package/legacy/MobileDateRangePicker/index.js +2 -2
- package/legacy/MobileDateTimePicker/index.js +1 -2
- package/legacy/MobileTimePicker/index.js +1 -2
- package/legacy/MonthPicker/index.js +1 -1
- package/legacy/PickersDay/index.js +1 -2
- package/legacy/StaticDatePicker/index.js +1 -2
- package/legacy/StaticDateRangePicker/StaticDateRangePicker.js +12 -449
- package/legacy/StaticDateRangePicker/index.js +2 -2
- package/legacy/StaticDateTimePicker/index.js +1 -2
- package/legacy/StaticTimePicker/index.js +1 -2
- package/legacy/TimePicker/index.js +1 -2
- package/legacy/Timeline/Timeline.js +2 -2
- package/legacy/TreeItem/TreeItem.js +1 -1
- package/legacy/YearPicker/index.js +1 -3
- package/legacy/index.js +1 -1
- package/modern/AdapterDateFns/index.js +1 -1
- package/modern/AdapterDayjs/index.js +1 -1
- package/modern/AdapterLuxon/index.js +1 -1
- package/modern/AdapterMoment/index.js +1 -1
- package/modern/CalendarPicker/index.js +1 -1
- package/modern/CalendarPickerSkeleton/index.js +1 -1
- package/modern/ClockPicker/index.js +1 -2
- package/modern/DatePicker/index.js +1 -2
- package/modern/DateRangePicker/DateRangePicker.js +14 -512
- package/modern/DateRangePicker/index.js +2 -2
- package/modern/DateRangePickerDay/DateRangePickerDay.js +17 -240
- package/modern/DateRangePickerDay/index.js +2 -2
- package/modern/DateTimePicker/index.js +1 -2
- package/modern/DesktopDatePicker/index.js +1 -2
- package/modern/DesktopDateRangePicker/DesktopDateRangePicker.js +13 -477
- package/modern/DesktopDateRangePicker/index.js +2 -2
- package/modern/DesktopDateTimePicker/index.js +1 -2
- package/modern/DesktopTimePicker/index.js +1 -2
- package/modern/LocalizationProvider/index.js +1 -2
- package/modern/MobileDatePicker/index.js +1 -2
- package/modern/MobileDateRangePicker/MobileDateRangePicker.js +13 -487
- package/modern/MobileDateRangePicker/index.js +2 -2
- package/modern/MobileDateTimePicker/index.js +1 -2
- package/modern/MobileTimePicker/index.js +1 -2
- package/modern/MonthPicker/index.js +1 -1
- package/modern/PickersDay/index.js +1 -2
- package/modern/StaticDatePicker/index.js +1 -2
- package/modern/StaticDateRangePicker/StaticDateRangePicker.js +13 -443
- package/modern/StaticDateRangePicker/index.js +2 -2
- package/modern/StaticDateTimePicker/index.js +1 -2
- package/modern/StaticTimePicker/index.js +1 -2
- package/modern/TimePicker/index.js +1 -2
- package/modern/Timeline/Timeline.js +2 -2
- package/modern/TreeItem/TreeItem.js +1 -1
- package/modern/YearPicker/index.js +1 -3
- package/modern/index.js +1 -1
- package/node/AdapterDateFns/index.js +2 -4
- package/node/AdapterDayjs/index.js +2 -4
- package/node/AdapterLuxon/index.js +2 -4
- package/node/AdapterMoment/index.js +2 -4
- package/node/CalendarPicker/index.js +2 -6
- package/node/CalendarPickerSkeleton/index.js +2 -6
- package/node/ClockPicker/index.js +2 -6
- package/node/DatePicker/index.js +2 -19
- package/node/DateRangePicker/DateRangePicker.js +14 -517
- package/node/DateRangePickerDay/DateRangePickerDay.js +20 -254
- package/node/DateTimePicker/index.js +2 -19
- package/node/DesktopDatePicker/index.js +2 -19
- package/node/DesktopDateRangePicker/DesktopDateRangePicker.js +13 -482
- package/node/DesktopDateTimePicker/index.js +2 -19
- package/node/DesktopTimePicker/index.js +2 -19
- package/node/LocalizationProvider/index.js +2 -19
- package/node/MobileDatePicker/index.js +2 -19
- package/node/MobileDateRangePicker/MobileDateRangePicker.js +13 -492
- package/node/MobileDateTimePicker/index.js +2 -19
- package/node/MobileTimePicker/index.js +2 -19
- package/node/MonthPicker/index.js +2 -6
- package/node/PickersDay/index.js +2 -6
- package/node/StaticDatePicker/index.js +2 -19
- package/node/StaticDateRangePicker/StaticDateRangePicker.js +13 -447
- package/node/StaticDateTimePicker/index.js +2 -19
- package/node/StaticTimePicker/index.js +2 -19
- package/node/TimePicker/index.js +2 -19
- package/node/Timeline/Timeline.js +2 -2
- package/node/TreeItem/TreeItem.js +1 -1
- package/node/YearPicker/index.js +9 -26
- package/node/index.js +1 -1
- package/package.json +9 -12
- package/themeAugmentation/components.d.ts +0 -50
- package/themeAugmentation/index.d.ts +2 -0
- package/themeAugmentation/overrides.d.ts +0 -16
- package/themeAugmentation/props.d.ts +0 -36
- package/CalendarPicker/CalendarPicker.d.ts +0 -106
- package/CalendarPicker/CalendarPicker.js +0 -344
- package/CalendarPicker/PickersCalendar.d.ts +0 -47
- package/CalendarPicker/PickersCalendar.js +0 -145
- package/CalendarPicker/PickersCalendarHeader.d.ts +0 -43
- package/CalendarPicker/PickersCalendarHeader.js +0 -165
- package/CalendarPicker/PickersFadeTransitionGroup.d.ts +0 -12
- package/CalendarPicker/PickersFadeTransitionGroup.js +0 -44
- package/CalendarPicker/PickersSlideTransition.d.ts +0 -16
- package/CalendarPicker/PickersSlideTransition.js +0 -103
- package/CalendarPicker/shared.d.ts +0 -1
- package/CalendarPicker/shared.js +0 -1
- package/CalendarPicker/useCalendarState.d.ts +0 -32
- package/CalendarPicker/useCalendarState.js +0 -110
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.d.ts +0 -41
- package/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -149
- package/ClockPicker/Clock.d.ts +0 -28
- package/ClockPicker/Clock.js +0 -267
- package/ClockPicker/ClockNumber.d.ts +0 -19
- package/ClockPicker/ClockNumber.js +0 -72
- package/ClockPicker/ClockNumbers.d.ts +0 -24
- package/ClockPicker/ClockNumbers.js +0 -80
- package/ClockPicker/ClockPicker.d.ts +0 -121
- package/ClockPicker/ClockPicker.js +0 -398
- package/ClockPicker/ClockPickerStandalone.d.ts +0 -28
- package/ClockPicker/ClockPickerStandalone.js +0 -47
- package/ClockPicker/ClockPointer.d.ts +0 -23
- package/ClockPicker/ClockPointer.js +0 -103
- package/ClockPicker/shared.d.ts +0 -5
- package/ClockPicker/shared.js +0 -57
- package/DatePicker/DatePicker.d.ts +0 -27
- package/DatePicker/DatePicker.js +0 -469
- package/DatePicker/DatePickerToolbar.d.ts +0 -23
- package/DatePicker/DatePickerToolbar.js +0 -82
- package/DatePicker/shared.d.ts +0 -45
- package/DatePicker/shared.js +0 -54
- package/DateRangePicker/DateRangePickerInput.d.ts +0 -35
- package/DateRangePicker/DateRangePickerInput.js +0 -132
- package/DateRangePicker/DateRangePickerToolbar.d.ts +0 -15
- package/DateRangePicker/DateRangePickerToolbar.js +0 -65
- package/DateRangePicker/DateRangePickerView.d.ts +0 -44
- package/DateRangePicker/DateRangePickerView.js +0 -177
- package/DateRangePicker/DateRangePickerViewDesktop.d.ts +0 -29
- package/DateRangePicker/DateRangePickerViewDesktop.js +0 -159
- package/DateRangePicker/DateRangePickerViewMobile.d.ts +0 -17
- package/DateRangePicker/DateRangePickerViewMobile.js +0 -62
- package/DateRangePicker/RangeTypes.d.ts +0 -8
- package/DateRangePicker/RangeTypes.js +0 -1
- package/DateRangePicker/date-range-manager.d.ts +0 -14
- package/DateRangePicker/date-range-manager.js +0 -43
- package/DateTimePicker/DateTimePicker.d.ts +0 -27
- package/DateTimePicker/DateTimePicker.js +0 -547
- package/DateTimePicker/DateTimePickerTabs.d.ts +0 -13
- package/DateTimePicker/DateTimePickerTabs.js +0 -87
- package/DateTimePicker/DateTimePickerToolbar.d.ts +0 -7
- package/DateTimePicker/DateTimePickerToolbar.js +0 -139
- package/DateTimePicker/shared.d.ts +0 -67
- package/DateTimePicker/shared.js +0 -58
- package/DesktopDatePicker/DesktopDatePicker.d.ts +0 -20
- package/DesktopDatePicker/DesktopDatePicker.js +0 -444
- package/DesktopDateTimePicker/DesktopDateTimePicker.d.ts +0 -20
- package/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -518
- package/DesktopTimePicker/DesktopTimePicker.d.ts +0 -20
- package/DesktopTimePicker/DesktopTimePicker.js +0 -366
- package/LocalizationProvider/LocalizationProvider.d.ts +0 -35
- package/LocalizationProvider/LocalizationProvider.js +0 -108
- package/MobileDatePicker/MobileDatePicker.d.ts +0 -20
- package/MobileDatePicker/MobileDatePicker.js +0 -449
- package/MobileDateTimePicker/MobileDateTimePicker.d.ts +0 -20
- package/MobileDateTimePicker/MobileDateTimePicker.js +0 -529
- package/MobileTimePicker/MobileTimePicker.d.ts +0 -20
- package/MobileTimePicker/MobileTimePicker.js +0 -377
- package/MonthPicker/MonthPicker.d.ts +0 -53
- package/MonthPicker/MonthPicker.js +0 -182
- package/MonthPicker/PickersMonth.d.ts +0 -15
- package/MonthPicker/PickersMonth.js +0 -72
- package/PickersDay/PickersDay.d.ts +0 -93
- package/PickersDay/PickersDay.js +0 -396
- package/StaticDatePicker/StaticDatePicker.d.ts +0 -25
- package/StaticDatePicker/StaticDatePicker.js +0 -406
- package/StaticDateTimePicker/StaticDateTimePicker.d.ts +0 -25
- package/StaticDateTimePicker/StaticDateTimePicker.js +0 -486
- package/StaticTimePicker/StaticTimePicker.d.ts +0 -25
- package/StaticTimePicker/StaticTimePicker.js +0 -333
- package/TimePicker/TimePicker.d.ts +0 -27
- package/TimePicker/TimePicker.js +0 -395
- package/TimePicker/TimePickerToolbar.d.ts +0 -23
- package/TimePicker/TimePickerToolbar.js +0 -172
- package/TimePicker/shared.d.ts +0 -36
- package/TimePicker/shared.js +0 -45
- package/YearPicker/PickersYear.d.ts +0 -27
- package/YearPicker/PickersYear.js +0 -112
- package/YearPicker/YearPicker.d.ts +0 -44
- package/YearPicker/YearPicker.js +0 -251
- package/YearPicker/yearPickerClasses.d.ts +0 -3
- package/YearPicker/yearPickerClasses.js +0 -6
- package/internal/pickers/KeyboardDateInput.d.ts +0 -4
- package/internal/pickers/KeyboardDateInput.js +0 -59
- package/internal/pickers/Picker/Picker.d.ts +0 -33
- package/internal/pickers/Picker/Picker.js +0 -130
- package/internal/pickers/Picker/PickerView.d.ts +0 -3
- package/internal/pickers/Picker/PickerView.js +0 -11
- package/internal/pickers/PickersArrowSwitcher.d.ts +0 -41
- package/internal/pickers/PickersArrowSwitcher.js +0 -91
- package/internal/pickers/PickersModalDialog.d.ts +0 -47
- package/internal/pickers/PickersModalDialog.js +0 -78
- package/internal/pickers/PickersPopper.d.ts +0 -44
- package/internal/pickers/PickersPopper.js +0 -267
- package/internal/pickers/PickersToolbar.d.ts +0 -14
- package/internal/pickers/PickersToolbar.js +0 -88
- package/internal/pickers/PickersToolbarButton.d.ts +0 -13
- package/internal/pickers/PickersToolbarButton.js +0 -39
- package/internal/pickers/PickersToolbarText.d.ts +0 -8
- package/internal/pickers/PickersToolbarText.js +0 -36
- package/internal/pickers/PureDateInput.d.ts +0 -80
- package/internal/pickers/PureDateInput.js +0 -51
- package/internal/pickers/constants/dimensions.d.ts +0 -4
- package/internal/pickers/constants/dimensions.js +0 -4
- package/internal/pickers/constants/prop-types.d.ts +0 -1
- package/internal/pickers/constants/prop-types.js +0 -1
- package/internal/pickers/date-time-utils.d.ts +0 -8
- package/internal/pickers/date-time-utils.js +0 -28
- package/internal/pickers/date-utils.d.ts +0 -52
- package/internal/pickers/date-utils.js +0 -138
- package/internal/pickers/hooks/date-helpers-hooks.d.ts +0 -16
- package/internal/pickers/hooks/date-helpers-hooks.js +0 -37
- package/internal/pickers/hooks/useIsLandscape.d.ts +0 -4
- package/internal/pickers/hooks/useIsLandscape.js +0 -43
- package/internal/pickers/hooks/useMaskedInput.d.ts +0 -7
- package/internal/pickers/hooks/useMaskedInput.js +0 -93
- package/internal/pickers/hooks/useOpenState.d.ts +0 -10
- package/internal/pickers/hooks/useOpenState.js +0 -38
- package/internal/pickers/hooks/usePickerState.d.ts +0 -38
- package/internal/pickers/hooks/usePickerState.js +0 -117
- package/internal/pickers/hooks/useUtils.d.ts +0 -7
- package/internal/pickers/hooks/useUtils.js +0 -25
- package/internal/pickers/hooks/useValidation.d.ts +0 -23
- package/internal/pickers/hooks/useValidation.js +0 -44
- package/internal/pickers/hooks/useViews.d.ts +0 -19
- package/internal/pickers/hooks/useViews.js +0 -50
- package/internal/pickers/test-utils.js +0 -91
- package/internal/pickers/text-field-helper.d.ts +0 -11
- package/internal/pickers/text-field-helper.js +0 -66
- package/internal/pickers/time-utils.d.ts +0 -33
- package/internal/pickers/time-utils.js +0 -68
- package/internal/pickers/typings/BasePicker.d.ts +0 -95
- package/internal/pickers/typings/BasePicker.js +0 -1
- package/internal/pickers/typings/Views.d.ts +0 -1
- package/internal/pickers/typings/Views.js +0 -1
- package/internal/pickers/typings/helpers.d.ts +0 -9
- package/internal/pickers/typings/helpers.js +0 -1
- package/internal/pickers/utils.d.ts +0 -7
- package/internal/pickers/utils.js +0 -36
- package/internal/pickers/wrappers/DesktopTooltipWrapper.d.ts +0 -4
- package/internal/pickers/wrappers/DesktopTooltipWrapper.js +0 -55
- package/internal/pickers/wrappers/DesktopWrapper.d.ts +0 -16
- package/internal/pickers/wrappers/DesktopWrapper.js +0 -45
- package/internal/pickers/wrappers/MobileWrapper.d.ts +0 -14
- package/internal/pickers/wrappers/MobileWrapper.js +0 -50
- package/internal/pickers/wrappers/PickerStaticWrapper.d.ts +0 -21
- package/internal/pickers/wrappers/PickerStaticWrapper.js +0 -63
- package/internal/pickers/wrappers/ResponsiveWrapper.d.ts +0 -23
- package/internal/pickers/wrappers/ResponsiveWrapper.js +0 -44
- package/internal/pickers/wrappers/WrapperProps.d.ts +0 -13
- package/internal/pickers/wrappers/WrapperProps.js +0 -1
- package/internal/pickers/wrappers/WrapperVariantContext.d.ts +0 -11
- package/internal/pickers/wrappers/WrapperVariantContext.js +0 -12
- package/legacy/CalendarPicker/CalendarPicker.js +0 -355
- package/legacy/CalendarPicker/PickersCalendar.js +0 -159
- package/legacy/CalendarPicker/PickersCalendarHeader.js +0 -176
- package/legacy/CalendarPicker/PickersFadeTransitionGroup.js +0 -44
- package/legacy/CalendarPicker/PickersSlideTransition.js +0 -98
- package/legacy/CalendarPicker/shared.js +0 -1
- package/legacy/CalendarPicker/useCalendarState.js +0 -118
- package/legacy/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -155
- package/legacy/ClockPicker/Clock.js +0 -273
- package/legacy/ClockPicker/ClockNumber.js +0 -71
- package/legacy/ClockPicker/ClockNumbers.js +0 -83
- package/legacy/ClockPicker/ClockPicker.js +0 -437
- package/legacy/ClockPicker/ClockPickerStandalone.js +0 -49
- package/legacy/ClockPicker/ClockPointer.js +0 -130
- package/legacy/ClockPicker/shared.js +0 -61
- package/legacy/DatePicker/DatePicker.js +0 -467
- package/legacy/DatePicker/DatePickerToolbar.js +0 -82
- package/legacy/DatePicker/shared.js +0 -57
- package/legacy/DateRangePicker/DateRangePickerInput.js +0 -144
- package/legacy/DateRangePicker/DateRangePickerToolbar.js +0 -73
- package/legacy/DateRangePicker/DateRangePickerView.js +0 -181
- package/legacy/DateRangePicker/DateRangePickerViewDesktop.js +0 -174
- package/legacy/DateRangePicker/DateRangePickerViewMobile.js +0 -64
- package/legacy/DateRangePicker/RangeTypes.js +0 -1
- package/legacy/DateRangePicker/date-range-manager.js +0 -51
- package/legacy/DateTimePicker/DateTimePicker.js +0 -545
- package/legacy/DateTimePicker/DateTimePickerTabs.js +0 -88
- package/legacy/DateTimePicker/DateTimePickerToolbar.js +0 -151
- package/legacy/DateTimePicker/shared.js +0 -58
- package/legacy/DesktopDatePicker/DesktopDatePicker.js +0 -446
- package/legacy/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -520
- package/legacy/DesktopTimePicker/DesktopTimePicker.js +0 -368
- package/legacy/LocalizationProvider/LocalizationProvider.js +0 -108
- package/legacy/MobileDatePicker/MobileDatePicker.js +0 -452
- package/legacy/MobileDateTimePicker/MobileDateTimePicker.js +0 -532
- package/legacy/MobileTimePicker/MobileTimePicker.js +0 -380
- package/legacy/MonthPicker/MonthPicker.js +0 -179
- package/legacy/MonthPicker/PickersMonth.js +0 -70
- package/legacy/PickersDay/PickersDay.js +0 -399
- package/legacy/StaticDatePicker/StaticDatePicker.js +0 -410
- package/legacy/StaticDateTimePicker/StaticDateTimePicker.js +0 -490
- package/legacy/StaticTimePicker/StaticTimePicker.js +0 -336
- package/legacy/TimePicker/TimePicker.js +0 -393
- package/legacy/TimePicker/TimePickerToolbar.js +0 -179
- package/legacy/TimePicker/shared.js +0 -44
- package/legacy/YearPicker/PickersYear.js +0 -115
- package/legacy/YearPicker/YearPicker.js +0 -254
- package/legacy/YearPicker/yearPickerClasses.js +0 -6
- package/legacy/internal/pickers/KeyboardDateInput.js +0 -57
- package/legacy/internal/pickers/Picker/Picker.js +0 -141
- package/legacy/internal/pickers/Picker/PickerView.js +0 -11
- package/legacy/internal/pickers/PickersArrowSwitcher.js +0 -92
- package/legacy/internal/pickers/PickersModalDialog.js +0 -85
- package/legacy/internal/pickers/PickersPopper.js +0 -280
- package/legacy/internal/pickers/PickersToolbar.js +0 -92
- package/legacy/internal/pickers/PickersToolbarButton.js +0 -36
- package/legacy/internal/pickers/PickersToolbarText.js +0 -34
- package/legacy/internal/pickers/PureDateInput.js +0 -53
- package/legacy/internal/pickers/constants/dimensions.js +0 -4
- package/legacy/internal/pickers/constants/prop-types.js +0 -1
- package/legacy/internal/pickers/date-time-utils.js +0 -25
- package/legacy/internal/pickers/date-utils.js +0 -143
- package/legacy/internal/pickers/hooks/date-helpers-hooks.js +0 -35
- package/legacy/internal/pickers/hooks/useIsLandscape.js +0 -46
- package/legacy/internal/pickers/hooks/useMaskedInput.js +0 -105
- package/legacy/internal/pickers/hooks/useOpenState.js +0 -41
- package/legacy/internal/pickers/hooks/usePickerState.js +0 -143
- package/legacy/internal/pickers/hooks/useUtils.js +0 -25
- package/legacy/internal/pickers/hooks/useValidation.js +0 -43
- package/legacy/internal/pickers/hooks/useViews.js +0 -55
- package/legacy/internal/pickers/test-utils.js +0 -112
- package/legacy/internal/pickers/text-field-helper.js +0 -68
- package/legacy/internal/pickers/time-utils.js +0 -69
- package/legacy/internal/pickers/typings/BasePicker.js +0 -1
- package/legacy/internal/pickers/typings/Views.js +0 -1
- package/legacy/internal/pickers/typings/helpers.js +0 -1
- package/legacy/internal/pickers/utils.js +0 -52
- package/legacy/internal/pickers/wrappers/DesktopTooltipWrapper.js +0 -53
- package/legacy/internal/pickers/wrappers/DesktopWrapper.js +0 -43
- package/legacy/internal/pickers/wrappers/MobileWrapper.js +0 -47
- package/legacy/internal/pickers/wrappers/PickerStaticWrapper.js +0 -61
- package/legacy/internal/pickers/wrappers/ResponsiveWrapper.js +0 -42
- package/legacy/internal/pickers/wrappers/WrapperProps.js +0 -1
- package/legacy/internal/pickers/wrappers/WrapperVariantContext.js +0 -12
- package/modern/CalendarPicker/CalendarPicker.js +0 -344
- package/modern/CalendarPicker/PickersCalendar.js +0 -145
- package/modern/CalendarPicker/PickersCalendarHeader.js +0 -165
- package/modern/CalendarPicker/PickersFadeTransitionGroup.js +0 -44
- package/modern/CalendarPicker/PickersSlideTransition.js +0 -103
- package/modern/CalendarPicker/shared.js +0 -1
- package/modern/CalendarPicker/useCalendarState.js +0 -108
- package/modern/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -149
- package/modern/ClockPicker/Clock.js +0 -267
- package/modern/ClockPicker/ClockNumber.js +0 -72
- package/modern/ClockPicker/ClockNumbers.js +0 -80
- package/modern/ClockPicker/ClockPicker.js +0 -398
- package/modern/ClockPicker/ClockPickerStandalone.js +0 -47
- package/modern/ClockPicker/ClockPointer.js +0 -103
- package/modern/ClockPicker/shared.js +0 -57
- package/modern/DatePicker/DatePicker.js +0 -469
- package/modern/DatePicker/DatePickerToolbar.js +0 -82
- package/modern/DatePicker/shared.js +0 -54
- package/modern/DateRangePicker/DateRangePickerInput.js +0 -128
- package/modern/DateRangePicker/DateRangePickerToolbar.js +0 -65
- package/modern/DateRangePicker/DateRangePickerView.js +0 -177
- package/modern/DateRangePicker/DateRangePickerViewDesktop.js +0 -159
- package/modern/DateRangePicker/DateRangePickerViewMobile.js +0 -62
- package/modern/DateRangePicker/RangeTypes.js +0 -1
- package/modern/DateRangePicker/date-range-manager.js +0 -43
- package/modern/DateTimePicker/DateTimePicker.js +0 -547
- package/modern/DateTimePicker/DateTimePickerTabs.js +0 -87
- package/modern/DateTimePicker/DateTimePickerToolbar.js +0 -139
- package/modern/DateTimePicker/shared.js +0 -58
- package/modern/DesktopDatePicker/DesktopDatePicker.js +0 -444
- package/modern/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -518
- package/modern/DesktopTimePicker/DesktopTimePicker.js +0 -366
- package/modern/LocalizationProvider/LocalizationProvider.js +0 -108
- package/modern/MobileDatePicker/MobileDatePicker.js +0 -449
- package/modern/MobileDateTimePicker/MobileDateTimePicker.js +0 -529
- package/modern/MobileTimePicker/MobileTimePicker.js +0 -377
- package/modern/MonthPicker/MonthPicker.js +0 -182
- package/modern/MonthPicker/PickersMonth.js +0 -72
- package/modern/PickersDay/PickersDay.js +0 -396
- package/modern/StaticDatePicker/StaticDatePicker.js +0 -406
- package/modern/StaticDateTimePicker/StaticDateTimePicker.js +0 -486
- package/modern/StaticTimePicker/StaticTimePicker.js +0 -333
- package/modern/TimePicker/TimePicker.js +0 -395
- package/modern/TimePicker/TimePickerToolbar.js +0 -172
- package/modern/TimePicker/shared.js +0 -45
- package/modern/YearPicker/PickersYear.js +0 -112
- package/modern/YearPicker/YearPicker.js +0 -251
- package/modern/YearPicker/yearPickerClasses.js +0 -6
- package/modern/internal/pickers/KeyboardDateInput.js +0 -59
- package/modern/internal/pickers/Picker/Picker.js +0 -130
- package/modern/internal/pickers/Picker/PickerView.js +0 -11
- package/modern/internal/pickers/PickersArrowSwitcher.js +0 -91
- package/modern/internal/pickers/PickersModalDialog.js +0 -78
- package/modern/internal/pickers/PickersPopper.js +0 -267
- package/modern/internal/pickers/PickersToolbar.js +0 -88
- package/modern/internal/pickers/PickersToolbarButton.js +0 -39
- package/modern/internal/pickers/PickersToolbarText.js +0 -36
- package/modern/internal/pickers/PureDateInput.js +0 -51
- package/modern/internal/pickers/constants/dimensions.js +0 -4
- package/modern/internal/pickers/constants/prop-types.js +0 -1
- package/modern/internal/pickers/date-time-utils.js +0 -28
- package/modern/internal/pickers/date-utils.js +0 -138
- package/modern/internal/pickers/hooks/date-helpers-hooks.js +0 -37
- package/modern/internal/pickers/hooks/useIsLandscape.js +0 -43
- package/modern/internal/pickers/hooks/useMaskedInput.js +0 -93
- package/modern/internal/pickers/hooks/useOpenState.js +0 -38
- package/modern/internal/pickers/hooks/usePickerState.js +0 -117
- package/modern/internal/pickers/hooks/useUtils.js +0 -25
- package/modern/internal/pickers/hooks/useValidation.js +0 -44
- package/modern/internal/pickers/hooks/useViews.js +0 -48
- package/modern/internal/pickers/test-utils.js +0 -91
- package/modern/internal/pickers/text-field-helper.js +0 -66
- package/modern/internal/pickers/time-utils.js +0 -68
- package/modern/internal/pickers/typings/BasePicker.js +0 -1
- package/modern/internal/pickers/typings/Views.js +0 -1
- package/modern/internal/pickers/typings/helpers.js +0 -1
- package/modern/internal/pickers/utils.js +0 -36
- package/modern/internal/pickers/wrappers/DesktopTooltipWrapper.js +0 -53
- package/modern/internal/pickers/wrappers/DesktopWrapper.js +0 -45
- package/modern/internal/pickers/wrappers/MobileWrapper.js +0 -50
- package/modern/internal/pickers/wrappers/PickerStaticWrapper.js +0 -63
- package/modern/internal/pickers/wrappers/ResponsiveWrapper.js +0 -44
- package/modern/internal/pickers/wrappers/WrapperProps.js +0 -1
- package/modern/internal/pickers/wrappers/WrapperVariantContext.js +0 -12
- package/node/CalendarPicker/CalendarPicker.js +0 -377
- package/node/CalendarPicker/PickersCalendar.js +0 -166
- package/node/CalendarPicker/PickersCalendarHeader.js +0 -189
- package/node/CalendarPicker/PickersFadeTransitionGroup.js +0 -65
- package/node/CalendarPicker/PickersSlideTransition.js +0 -127
- package/node/CalendarPicker/shared.js +0 -5
- package/node/CalendarPicker/useCalendarState.js +0 -131
- package/node/CalendarPickerSkeleton/CalendarPickerSkeleton.js +0 -177
- package/node/ClockPicker/Clock.js +0 -290
- package/node/ClockPicker/ClockNumber.js +0 -95
- package/node/ClockPicker/ClockNumbers.js +0 -100
- package/node/ClockPicker/ClockPicker.js +0 -428
- package/node/ClockPicker/ClockPickerStandalone.js +0 -68
- package/node/ClockPicker/ClockPointer.js +0 -123
- package/node/ClockPicker/shared.js +0 -70
- package/node/DatePicker/DatePicker.js +0 -490
- package/node/DatePicker/DatePickerToolbar.js +0 -106
- package/node/DatePicker/shared.js +0 -73
- package/node/DateRangePicker/DateRangePickerInput.js +0 -155
- package/node/DateRangePicker/DateRangePickerToolbar.js +0 -86
- package/node/DateRangePicker/DateRangePickerView.js +0 -205
- package/node/DateRangePicker/DateRangePickerViewDesktop.js +0 -184
- package/node/DateRangePicker/DateRangePickerViewMobile.js +0 -84
- package/node/DateRangePicker/RangeTypes.js +0 -5
- package/node/DateRangePicker/date-range-manager.js +0 -52
- package/node/DateTimePicker/DateTimePicker.js +0 -568
- package/node/DateTimePicker/DateTimePickerTabs.js +0 -106
- package/node/DateTimePicker/DateTimePickerToolbar.js +0 -163
- package/node/DateTimePicker/shared.js +0 -72
- package/node/DesktopDatePicker/DesktopDatePicker.js +0 -469
- package/node/DesktopDateTimePicker/DesktopDateTimePicker.js +0 -543
- package/node/DesktopTimePicker/DesktopTimePicker.js +0 -391
- package/node/LocalizationProvider/LocalizationProvider.js +0 -126
- package/node/MobileDatePicker/MobileDatePicker.js +0 -475
- package/node/MobileDateTimePicker/MobileDateTimePicker.js +0 -555
- package/node/MobileTimePicker/MobileTimePicker.js +0 -403
- package/node/MonthPicker/MonthPicker.js +0 -209
- package/node/MonthPicker/PickersMonth.js +0 -96
- package/node/PickersDay/PickersDay.js +0 -429
- package/node/StaticDatePicker/StaticDatePicker.js +0 -431
- package/node/StaticDateTimePicker/StaticDateTimePicker.js +0 -511
- package/node/StaticTimePicker/StaticTimePicker.js +0 -357
- package/node/TimePicker/TimePicker.js +0 -416
- package/node/TimePicker/TimePickerToolbar.js +0 -200
- package/node/TimePicker/shared.js +0 -59
- package/node/YearPicker/PickersYear.js +0 -136
- package/node/YearPicker/YearPicker.js +0 -275
- package/node/YearPicker/yearPickerClasses.js +0 -17
- package/node/internal/pickers/KeyboardDateInput.js +0 -85
- package/node/internal/pickers/Picker/Picker.js +0 -156
- package/node/internal/pickers/Picker/PickerView.js +0 -21
- package/node/internal/pickers/PickersArrowSwitcher.js +0 -113
- package/node/internal/pickers/PickersModalDialog.js +0 -100
- package/node/internal/pickers/PickersPopper.js +0 -291
- package/node/internal/pickers/PickersToolbar.js +0 -112
- package/node/internal/pickers/PickersToolbarButton.js +0 -60
- package/node/internal/pickers/PickersToolbarText.js +0 -58
- package/node/internal/pickers/PureDateInput.js +0 -70
- package/node/internal/pickers/constants/dimensions.js +0 -14
- package/node/internal/pickers/constants/prop-types.js +0 -5
- package/node/internal/pickers/date-time-utils.js +0 -40
- package/node/internal/pickers/date-utils.js +0 -170
- package/node/internal/pickers/hooks/date-helpers-hooks.js +0 -55
- package/node/internal/pickers/hooks/useIsLandscape.js +0 -59
- package/node/internal/pickers/hooks/useMaskedInput.js +0 -115
- package/node/internal/pickers/hooks/useOpenState.js +0 -53
- package/node/internal/pickers/hooks/usePickerState.js +0 -134
- package/node/internal/pickers/hooks/useUtils.js +0 -42
- package/node/internal/pickers/hooks/useValidation.js +0 -65
- package/node/internal/pickers/hooks/useViews.js +0 -64
- package/node/internal/pickers/test-utils.js +0 -122
- package/node/internal/pickers/text-field-helper.js +0 -86
- package/node/internal/pickers/time-utils.js +0 -92
- package/node/internal/pickers/typings/BasePicker.js +0 -5
- package/node/internal/pickers/typings/Views.js +0 -5
- package/node/internal/pickers/typings/helpers.js +0 -5
- package/node/internal/pickers/utils.js +0 -58
- package/node/internal/pickers/wrappers/DesktopTooltipWrapper.js +0 -74
- package/node/internal/pickers/wrappers/DesktopWrapper.js +0 -63
- package/node/internal/pickers/wrappers/MobileWrapper.js +0 -68
- package/node/internal/pickers/wrappers/PickerStaticWrapper.js +0 -88
- package/node/internal/pickers/wrappers/ResponsiveWrapper.js +0 -64
- package/node/internal/pickers/wrappers/WrapperProps.js +0 -5
- package/node/internal/pickers/wrappers/WrapperVariantContext.js +0 -25
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from '@date-
|
|
1
|
+
export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
|
package/AdapterDateFns/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from '@date-
|
|
1
|
+
export { AdapterDateFns as default } from '@mui/x-date-pickers/AdapterDateFns';
|
package/AdapterDayjs/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from '@date-
|
|
1
|
+
export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
|
package/AdapterDayjs/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from '@date-
|
|
1
|
+
export { AdapterDayjs as default } from '@mui/x-date-pickers/AdapterDayjs';
|
package/AdapterLuxon/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from '@date-
|
|
1
|
+
export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
|
package/AdapterLuxon/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from '@date-
|
|
1
|
+
export { AdapterLuxon as default } from '@mui/x-date-pickers/AdapterLuxon';
|
package/AdapterMoment/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from '@date-
|
|
1
|
+
export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
|
package/AdapterMoment/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default } from '@date-
|
|
1
|
+
export { AdapterMoment as default } from '@mui/x-date-pickers/AdapterMoment';
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,222 @@
|
|
|
1
1
|
# [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.6.1
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.6.0..master -->
|
|
6
|
+
|
|
7
|
+
_Apr 11, 2022_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 8 contributors who made this release possible.
|
|
10
|
+
This release is mostly about 🐛 bug fixes and 📚 documentation improvements.
|
|
11
|
+
|
|
12
|
+
### `@mui/material@5.6.1`
|
|
13
|
+
|
|
14
|
+
- [Grow] Extend Safari CSS transition bug workaround on WebKit browsers (#32202) @igordanchenko
|
|
15
|
+
- [Link] Fix style overrides 5.6.0 regression (#32182) @siriwatknp
|
|
16
|
+
- [Select] Bug when the first child is a ListSubheader (#27299) @DouglasPds
|
|
17
|
+
|
|
18
|
+
### `@mui/base@5.0.0-alpha.76`
|
|
19
|
+
|
|
20
|
+
- [ButtonUnstyled] Allow receiving focus when disabled (#32090) @michaldudak
|
|
21
|
+
|
|
22
|
+
### Docs
|
|
23
|
+
|
|
24
|
+
- [blog] Share what's changed about the new docs structure (#32044) @danilo-leal
|
|
25
|
+
- [docs] Format number icons search (#32239) @oliviertassinari
|
|
26
|
+
- [docs] Fix small external links issue (#32212) @oliviertassinari
|
|
27
|
+
- [docs] Make sidenav crawlable (#32241) @oliviertassinari
|
|
28
|
+
- [docs] Base Badge style revisions and final review (#32098) @samuelsycamore
|
|
29
|
+
- [docs] Fix wrong url (#32208) @siriwatknp
|
|
30
|
+
- [docs] Fix date-pickers redirects (#32207) @siriwatknp
|
|
31
|
+
- [docs] Add notification for the doc restructure and date pickers update (#32195) @siriwatknp
|
|
32
|
+
- [docs] Fix 404 from `ahrefs` report (#32206) @siriwatknp
|
|
33
|
+
- [docs] Remove notifications temporary (#32192) @siriwatknp
|
|
34
|
+
- [docs] Redirect to new urls (#32048) @siriwatknp
|
|
35
|
+
- [docs] Update Learn page copy and resource list (#31989) @samuelsycamore
|
|
36
|
+
- [website] Fix wrong MUI X installation instruction link @oliviertassinari
|
|
37
|
+
- [website] Revise homepage copy below the hero section (#31283) @samuelsycamore
|
|
38
|
+
- [website] Revise homepage Hero copy for more clarity (#31212) @samuelsycamore
|
|
39
|
+
- [website] Give up on promoting roles in our docs @oliviertassinari
|
|
40
|
+
|
|
41
|
+
### Core
|
|
42
|
+
|
|
43
|
+
- [core] Fix misleading types range (#32236) @oliviertassinari
|
|
44
|
+
- [core] Small polish on the product name (#32199) @oliviertassinari
|
|
45
|
+
|
|
46
|
+
All contributors of this release in alphabetical order: @danilo-leal, @DouglasPds, @igordanchenko, @l10nbot, @michaldudak, @oliviertassinari, @samuelsycamore, @siriwatknp
|
|
47
|
+
|
|
48
|
+
## 5.6.0
|
|
49
|
+
|
|
50
|
+
<!-- generated comparing v5.5.3..master -->
|
|
51
|
+
|
|
52
|
+
_Apr 5, 2022_
|
|
53
|
+
|
|
54
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
55
|
+
|
|
56
|
+
- 🧰 Update peer dependencies to support React 18 (#32063) @eps1lon
|
|
57
|
+
- 🚀 Added the experimental `CssVarsProvider` in `@mui/material` for generating theme CSS variables (#31138) @mnajdova
|
|
58
|
+
- 📣 Moved date and time pickers from the lab to MUI X (#31984) @flaviendelangle
|
|
59
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
60
|
+
|
|
61
|
+
### `@mui/material@5.6.0`
|
|
62
|
+
|
|
63
|
+
- ​<!-- 25 -->[CssVarsProvider] Add experimental CssVarsProvider in @mui/material (#31138) @mnajdova
|
|
64
|
+
- ​<!-- 06 -->[Link] Fix `sx` color to support callback (#32123) @siriwatknp
|
|
65
|
+
- ​<!-- 05 -->[Link] Fix color transformation (#32045) @siriwatknp
|
|
66
|
+
- ​<!-- 04 -->[ListItemButton] Specified width so that text would ellide (#32083) @MatthijsMud
|
|
67
|
+
- ​<!-- 03 -->[TablePagination] Fixed the etEE locale (#32052) @raigoinabox
|
|
68
|
+
|
|
69
|
+
### `@mui/base@5.0.0-alpha.75`
|
|
70
|
+
|
|
71
|
+
- ​<!-- 31 -->[Badge] Simplify unstyled API (#31974) @michaldudak
|
|
72
|
+
|
|
73
|
+
### `@mui/codemod@5.6.0`
|
|
74
|
+
|
|
75
|
+
- ​<!-- 29 -->[codemod] Add v5.0.0/date-pickers-moved-to-x codemod (#31373) @flaviendelangle
|
|
76
|
+
|
|
77
|
+
### `@mui/lab@5.0.0-alpha.76`
|
|
78
|
+
|
|
79
|
+
- ​<!-- 24 -->[DatePicker] Remove date and time pickers from the lab (#31984) @flaviendelangle
|
|
80
|
+
|
|
81
|
+
### `@mui/joy@5.0.0-alpha.22`
|
|
82
|
+
|
|
83
|
+
- ​<!-- 07 -->[Joy] Add `Card` components (#32027) @siriwatknp
|
|
84
|
+
|
|
85
|
+
### Docs
|
|
86
|
+
|
|
87
|
+
- ​<!-- 30 -->[blog] New article for the date pickers migration to X (#31831) @flaviendelangle
|
|
88
|
+
- ​<!-- 33 -->[docs] Base Menu style revisions and final review (#32097) @samuelsycamore
|
|
89
|
+
- ​<!-- 32 -->[docs] Base Select style revisions and final review (#32095) @samuelsycamore
|
|
90
|
+
- ​<!-- 31 -->[docs] Base Input style revisions and final review (#32096) @samuelsycamore
|
|
91
|
+
- ​<!-- 30 -->[docs] Base Slider style revisions and final review (#32140) @samuelsycamore
|
|
92
|
+
- ​<!-- 29 -->[docs] Base Modal style revisions and final review (#32093) @samuelsycamore
|
|
93
|
+
- ​<!-- 28 -->[docs] Add page for CSS variables support in @mui/material (#32050) @mnajdova
|
|
94
|
+
- ​<!-- 27 -->[docs] Add TSS support for theme style overrides (#31918) @garronej
|
|
95
|
+
- ​<!-- 23 -->[docs] Simplify customization examples in ButtonUnstyled demos (#32092) @michaldudak
|
|
96
|
+
- ​<!-- 22 -->[docs] Fix linking issues for the redirects (#32101) @siriwatknp
|
|
97
|
+
- ​<!-- 21 -->[docs] Create the FormControl page (#32073) @michaldudak
|
|
98
|
+
- ​<!-- 20 -->[docs] Remove trap-focus from the navigation (#32079) @psjishnu
|
|
99
|
+
- ​<!-- 19 -->[docs] Add date-pickers product identifier (#32076) @siriwatknp
|
|
100
|
+
- ​<!-- 18 -->[docs] Move SwitchUnstyled docs to the Base space (#31964) @michaldudak
|
|
101
|
+
- ​<!-- 17 -->[docs] Add docs page for unstyled popper (#31813) @siriwatknp
|
|
102
|
+
- ​<!-- 16 -->[docs] Copy TextareaAutosize docs to Base (#32034) @michaldudak
|
|
103
|
+
- ​<!-- 15 -->[docs] Add react-hook-form-mui to Complementary projects #32015 @TkaczykAdam
|
|
104
|
+
- ​<!-- 14 -->[docs] Improve the translation experience (#32021) @oliviertassinari
|
|
105
|
+
- ​<!-- 13 -->[docs] Add small size Select demo (#32060) @ivan-ngchakming
|
|
106
|
+
- ​<!-- 12 -->[docs] Correct typos (#32029) @apeltop
|
|
107
|
+
- ​<!-- 11 -->[docs] Create SliderUnstyled docs (#31850) @michaldudak
|
|
108
|
+
- ​<!-- 10 -->[docs] Create TablePaginationUnstyled docs (#32018) @michaldudak
|
|
109
|
+
- ​<!-- 09 -->[docs] Move SelectUnstyled docs to the Base space (#31816) @michaldudak
|
|
110
|
+
- ​<!-- 08 -->[docs] Create the TabsUnstyled docs (#32023) @michaldudak
|
|
111
|
+
- ​<!-- 02 -->[website] The studio finally has a name, use it (#32105) @oliviertassinari
|
|
112
|
+
- ​<!-- 01 -->[website] Disable job ad @oliviertassinari
|
|
113
|
+
|
|
114
|
+
### Core
|
|
115
|
+
|
|
116
|
+
- ​<!-- 28 -->[core] Update peer deps to support React 18 (#32063) @eps1lon
|
|
117
|
+
- ​<!-- 27 -->[core] Fix running docs:api on Windows (#32091) @michaldudak
|
|
118
|
+
- ​<!-- 26 -->[core] Fix api build script for MUI Base (#32081) @siriwatknp
|
|
119
|
+
|
|
120
|
+
All contributors of this release in alphabetical order: @apeltop, @eps1lon, @flaviendelangle, @garronej, @ivan-ngchakming, @m4theushw, @MatthijsMud, @michaldudak, @mnajdova, @oliviertassinari, @psjishnu, @raigoinabox, @samuelsycamore, @siriwatknp, @TkaczykAdam
|
|
121
|
+
|
|
122
|
+
## 5.5.3
|
|
123
|
+
|
|
124
|
+
<!-- generated comparing v5.5.2..master -->
|
|
125
|
+
|
|
126
|
+
_Mar 28, 2022_
|
|
127
|
+
|
|
128
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
129
|
+
|
|
130
|
+
- ♿️ improved the a11y on some docs demos
|
|
131
|
+
- Several 🐛 bug fixes and 📚 documentation improvements
|
|
132
|
+
|
|
133
|
+
### `@mui/material@5.5.3`
|
|
134
|
+
|
|
135
|
+
- ​<!-- 32 -->[ButtonBase] Start ripple only after mount (#31950) @m4theushw
|
|
136
|
+
- ​<!-- 11 -->[FormControlLabel] Fix label prop type to be in-line with other label prop types (#31139) @jannes-io
|
|
137
|
+
- ​<!-- 10 -->[Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975) @igordanchenko
|
|
138
|
+
|
|
139
|
+
### `@mui/codemod@5.5.3`
|
|
140
|
+
|
|
141
|
+
- ​<!-- 31 -->[codemod] Fix variant prop placement (#31990) @ryancogswell
|
|
142
|
+
|
|
143
|
+
### `@mui/utils@5.5.3`
|
|
144
|
+
|
|
145
|
+
- ​<!-- 02 -->[utils] Improve type inference of useForkRef (#31845) @eps1lon
|
|
146
|
+
|
|
147
|
+
### `@mui/base@5.0.0-alpha.74`
|
|
148
|
+
|
|
149
|
+
#### Breaking changes
|
|
150
|
+
|
|
151
|
+
- ​<!-- 34 -->[base] Remove `BackdropUnstyled` component (#31923) @mnajdova
|
|
152
|
+
|
|
153
|
+
The `BackdropUnstyled` component was removed from the `@mui/base` package, as it did not have any specific logic, except adding an `aria-hidden` attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:
|
|
154
|
+
|
|
155
|
+
```tsx
|
|
156
|
+
const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
|
|
157
|
+
(props, ref) => {
|
|
158
|
+
const { open, className, ...other } = props;
|
|
159
|
+
return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
|
|
160
|
+
},
|
|
161
|
+
);
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
- ​<!-- 03 -->[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @michaldudak
|
|
165
|
+
|
|
166
|
+
Removed the `Unstyled_` prefix from the Base export (it remains in the Material UI export, though).
|
|
167
|
+
|
|
168
|
+
```diff
|
|
169
|
+
-import { Unstyled_TrapFocus } from '@mui/base';
|
|
170
|
+
+import { TrapFocus } from '@mui/base';
|
|
171
|
+
|
|
172
|
+
// or
|
|
173
|
+
|
|
174
|
+
-import TrapFocus from '@mui/base/Unstyled_TrapFocus';
|
|
175
|
+
+import TrapFocus from '@mui/base/TrapFocus';
|
|
176
|
+
```
|
|
177
|
+
|
|
178
|
+
#### Changes
|
|
179
|
+
|
|
180
|
+
- ​<!-- 33 -->[base] Add @mui/types to dependencies (#31951) @bicstone
|
|
181
|
+
|
|
182
|
+
### `@mui/joy@5.0.0-alpha.21`
|
|
183
|
+
|
|
184
|
+
- ​<!-- 09 -->[Joy] Add `AvatarGroup` component (#31980) @siriwatknp
|
|
185
|
+
- ​<!-- 07 -->[Joy] Miscellaneous fixes (#31873) @siriwatknp
|
|
186
|
+
- ​<!-- 08 -->[Joy] Miscellaneous fixes 2 (#31971) @siriwatknp
|
|
187
|
+
|
|
188
|
+
### Docs
|
|
189
|
+
|
|
190
|
+
- ​<!-- 27 -->[docs] Improve the a11y on the hover rating demo (#31970) @mnajdova
|
|
191
|
+
- ​<!-- 26 -->[docs] Improve a11y on the `SplitButton` demo (#31969) @mnajdova
|
|
192
|
+
- ​<!-- 25 -->[docs] Improve the color description in the API pages (#30976) @mnajdova
|
|
193
|
+
- ​<!-- 24 -->[docs] Add docs page for unstyled Modal (#31417) @mnajdova
|
|
194
|
+
- ​<!-- 23 -->[docs] Add InputUnstyled docs (#31881) @mnajdova
|
|
195
|
+
- ​<!-- 22 -->[docs] Remove "Work in biotech" from the showcase (#31942) @oliviertassinari
|
|
196
|
+
- ​<!-- 21 -->[docs] Fix in-house ad for the design kits (#31965) @oliviertassinari
|
|
197
|
+
- ​<!-- 20 -->[docs] Fix the documentation for filterOptions in Autocomplete API page (#31416) @santhoshbala0178
|
|
198
|
+
- ​<!-- 19 -->[docs] Update href for 'TypeScript guide on theme customization' (#31880) @NickFoden
|
|
199
|
+
- ​<!-- 18 -->[docs] Fix the CSS modules example in the Interoperability page (#31935) @WilsonNet
|
|
200
|
+
- ​<!-- 17 -->[docs] Fix small typo in the `styled()` utility page (#31967) @jason1985
|
|
201
|
+
- ​<!-- 16 -->[docs] Update mui-x on material-ui navigation (#31810) @siriwatknp
|
|
202
|
+
- ​<!-- 15 -->[docs] Copy ClickAwayListener docs to Base (#31878) @michaldudak
|
|
203
|
+
- ​<!-- 14 -->[docs] Refine the redirects (#31939) @siriwatknp
|
|
204
|
+
- ​<!-- 13 -->[docs] Fix TOC layout for large screen (#31953) @siriwatknp
|
|
205
|
+
- ​<!-- 12 -->[examples] Update remix example to not use NODE_ENV guard for `LiveReload` (#31269) @eswarclynn
|
|
206
|
+
- ​<!-- 06 -->[NoSsr] Copy docs to the Base space (#31956) @michaldudak
|
|
207
|
+
- ​<!-- 05 -->[Portal] Copy Portal docs to the Base space (#31959) @michaldudak
|
|
208
|
+
- ​<!-- 01 -->[website] Remove X-Frame-Options @oliviertassinari
|
|
209
|
+
- ​<!-- 35 -->Revert "[website] Remove X-Frame-Options" @oliviertassinari
|
|
210
|
+
|
|
211
|
+
### Core
|
|
212
|
+
|
|
213
|
+
- ​<!-- 30 -->[core] Fixes error in changelog generator for item sorting/padding (#30088) @dimitropoulos
|
|
214
|
+
- ​<!-- 29 -->[core] Fix typo in issue template @oliviertassinari
|
|
215
|
+
- ​<!-- 28 -->[core] Replace deprecated String.prototype.substr() (#31806) @CommanderRoot
|
|
216
|
+
- ​<!-- 04 -->[test] Add tests for component using `StandardProps` and polymorphic components (#31945) @mnajdova
|
|
217
|
+
|
|
218
|
+
All contributors of this release in alphabetical order: @bicstone, @CommanderRoot, @dimitropoulos, @eps1lon, @eswarclynn, @igordanchenko, @jannes-io, @jason1985, @m4theushw, @michaldudak, @mnajdova, @NickFoden, @oliviertassinari, @ryancogswell, @santhoshbala0178, @siriwatknp, @WilsonNet
|
|
219
|
+
|
|
3
220
|
## 5.5.2
|
|
4
221
|
|
|
5
222
|
<!-- generated comparing v5.5.1..master -->
|
|
@@ -777,7 +994,7 @@ A big thanks to the 14 contributors who made this release possible. Here are som
|
|
|
777
994
|
|
|
778
995
|
### Core
|
|
779
996
|
|
|
780
|
-
- ​<!-- 28 -->[core] Rename Material
|
|
997
|
+
- ​<!-- 28 -->[core] Rename Material UI to MUI (#30338) @ZeeshanTamboli
|
|
781
998
|
- ​<!-- 23 -->[core] Fix warning in dev mode (#30368) @oliviertassinari
|
|
782
999
|
- ​<!-- 22 -->[core] Update `buildApi` script to support new structure (#30245) @siriwatknp
|
|
783
1000
|
|
|
@@ -1776,7 +1993,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1776
1993
|
- ​<!-- 38 -->[blog] Introducing MUI Core v5.0 (#27912) @oliviertassinari
|
|
1777
1994
|
- ​<!-- 08 -->[docs] Fix quotes in font-face literal (#28260) @Aurelain
|
|
1778
1995
|
- ​<!-- 07 -->[docs] Update redirects to X's docs (#28263) @m4theushw
|
|
1779
|
-
- ​<!-- 06 -->[docs] Change Material
|
|
1996
|
+
- ​<!-- 06 -->[docs] Change Material UI to MUI in the console (#28270) @mbrookes
|
|
1780
1997
|
- ​<!-- 05 -->[docs] Docs redesign adjustments (#28203) @mnajdova
|
|
1781
1998
|
- ​<!-- 04 -->[docs] How to compose theme in steps (#28246) @goncalovf
|
|
1782
1999
|
- ​<!-- 03 -->[docs] Fix DataGrid demo console warning in Table docs (#28235) @ZeeshanTamboli
|
|
@@ -1797,7 +2014,7 @@ These are the changes done from the last release candidate version (5.0.0-rc.1):
|
|
|
1797
2014
|
|
|
1798
2015
|
### Core
|
|
1799
2016
|
|
|
1800
|
-
- ​<!-- 12 -->[core] Replace Material
|
|
2017
|
+
- ​<!-- 12 -->[core] Replace Material UI with MUI (#28243) @mnajdova
|
|
1801
2018
|
- ​<!-- 11 -->[core] Prepare for v5 stable release (#28240) @mnajdova
|
|
1802
2019
|
- ​<!-- 10 -->[core] Mark lines that needs to be changed with a major release (#28238) @mnajdova
|
|
1803
2020
|
- ​<!-- 18 -->[core] Various updates to what we consider the default branch (#28328) @eps1lon
|
|
@@ -1858,7 +2075,7 @@ A big thanks to the 13 contributors who made this release possible. Here are som
|
|
|
1858
2075
|
- ​<!-- 29 -->[docs] Improve docs for creating dark theme (#28104) @mnajdova
|
|
1859
2076
|
- ​<!-- 28 -->[docs] Don't use Material theme in unstyled demos (#28073) @michaldudak
|
|
1860
2077
|
- ​<!-- 27 -->[docs] Fix api doc import example (#28199) @siriwatknp
|
|
1861
|
-
- ​<!-- 26 -->[docs] Remove demo for re-creating Material
|
|
2078
|
+
- ​<!-- 26 -->[docs] Remove demo for re-creating Material UI switches (#28042) @eps1lon
|
|
1862
2079
|
- ​<!-- 25 -->[docs] Improve legibility of CTA on landing page (#28124) @akashshyamdev
|
|
1863
2080
|
- ​<!-- 24 -->[docs] Fix Link outdated default underline prop (#28134) @outofgamut
|
|
1864
2081
|
- ​<!-- 23 -->[docs] Fix branding theme leaking on the templates (#28120) @mnajdova
|
|
@@ -1900,7 +2117,7 @@ _Sep 1, 2021_
|
|
|
1900
2117
|
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
|
|
1901
2118
|
|
|
1902
2119
|
- 🎉 Renamed packages to `@mui/*` as part of rebranding the company, following the strategy of expanding the library scope beyond Material Design. For more details about it, check the [GitHub discussion](https://github.com/mui/material-ui/discussions/27803).
|
|
1903
|
-
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/guides/migration-v4/#preset-safe)
|
|
2120
|
+
- 🛠 Added `mui-replace` codemod for migrating `@material-ui/*` to new packages `@mui/*`. Check out this [codemod detail](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#mui-replace) or head to [migration guide](https://mui.com/material-ui/guides/migration-v4/#preset-safe)
|
|
1904
2121
|
- 🧪 Added new `<Mansory>` component to the lab, [check it out](https://mui.com/components/masonry/). It has been crafted by our first intern, @hbjORbj 👏!
|
|
1905
2122
|
|
|
1906
2123
|
### `@mui/material@5.0.0-rc.0`
|
|
@@ -2346,7 +2563,7 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
2346
2563
|
### Docs
|
|
2347
2564
|
|
|
2348
2565
|
- ​<!-- 56 -->[docs] Display Popper arrow correctly (#27339) @Patil2099
|
|
2349
|
-
- ​<!-- 53 -->[docs] Focus pickers introduction on Material
|
|
2566
|
+
- ​<!-- 53 -->[docs] Focus pickers introduction on Material UI (#27394) @eps1lon
|
|
2350
2567
|
- ​<!-- 51 -->[docs] Fix wrong import path in @material-ui/styles section (#27427) @WeldonTan
|
|
2351
2568
|
- ​<!-- 47 -->[docs] Update color imports (#27321) @siriwatknp
|
|
2352
2569
|
- ​<!-- 38 -->[docs] Sync params of callbacks between types and JSDoc description (#27366) @eps1lon
|
|
@@ -2398,7 +2615,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2398
2615
|
You can follow our progress at https://github.com/mui/material-ui/issues/27170.
|
|
2399
2616
|
|
|
2400
2617
|
- 💄 We have updated the default `info` `success` `warning` color to be more accessible (#26817) @siriwatknp.
|
|
2401
|
-
You can find the new [default values](https://mui.com/customization/palette/#default-values) in the documentation.
|
|
2618
|
+
You can find the new [default values](https://mui.com/material-ui/customization/palette/#default-values) in the documentation.
|
|
2402
2619
|
|
|
2403
2620
|
<a href="https://mui.com/customization/palette/#default-values"><img width="780" alt="colors" src="https://user-images.githubusercontent.com/3165635/125192657-4864fd00-e249-11eb-9dc1-44857b25b3b8.png"></a>
|
|
2404
2621
|
|
|
@@ -2489,7 +2706,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
2489
2706
|
- [test] Update tests with latest state of StrictMode compatibility (#27042) @eps1lon
|
|
2490
2707
|
- [test] Use DOM events instead of mocked, partial events (#27198) @eps1lon
|
|
2491
2708
|
- [website] Open 4 new roles (#27123) @oliviertassinari
|
|
2492
|
-
- [blog] Danilo Leal joins Material
|
|
2709
|
+
- [blog] Danilo Leal joins Material UI (#27231) @oliviertassinari
|
|
2493
2710
|
|
|
2494
2711
|
All contributors of this release in alphabetical order: @eps1lon, @mbrookes, @michal-perlakowski, @michaldudak, @mnajdova, @moshfeu, @oliviertassinari, @rajzik, @renovate[bot], @sahil-blulabs, @ShirasawaSama, @siriwatknp, @vimutti77
|
|
2495
2712
|
|
|
@@ -2926,7 +3143,7 @@ A big thanks to the 11 contributors who made this release possible. Here are som
|
|
|
2926
3143
|
|
|
2927
3144
|
### Docs
|
|
2928
3145
|
|
|
2929
|
-
- ​<!-- 20 -->[blog] Michał Dudak joins Material
|
|
3146
|
+
- ​<!-- 20 -->[blog] Michał Dudak joins Material UI (#26700) @oliviertassinari
|
|
2930
3147
|
- ​<!-- 27 -->[docs] Migrate onepirate premium template to emotion part2 (#26707) @vicasas
|
|
2931
3148
|
- ​<!-- 24 -->[docs] Fix TextField demo layout (#26710) @vicasas
|
|
2932
3149
|
- ​<!-- 19 -->[docs] Improve Paperbase demo (#26711) @oliviertassinari
|
|
@@ -3213,7 +3430,7 @@ We are progressively moving all modules that are relevant to styling custom desi
|
|
|
3213
3430
|
- [test] Move ClockPicker tests to ClockPicker.test (#26407) @eps1lon
|
|
3214
3431
|
- [test] setProps from createPickerRender should set props on the rendered element (#26405) @eps1lon
|
|
3215
3432
|
- [utils] Convert useId to TypeScript (#26491) @eps1lon
|
|
3216
|
-
- [website] Add Material
|
|
3433
|
+
- [website] Add Material UI X page (#25794) @DanailH
|
|
3217
3434
|
- [website] Add open application section (#26501) @oliviertassinari
|
|
3218
3435
|
- [website] Add Siriwat to team page (#26406) @siriwatknp
|
|
3219
3436
|
|
|
@@ -3305,7 +3522,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
3305
3522
|
/>
|
|
3306
3523
|
```
|
|
3307
3524
|
|
|
3308
|
-
> Follow [this link](https://mui.com/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3525
|
+
> Follow [this link](https://mui.com/material-ui/guides/migration-v4/#main-content) for full migration from v4 => v5
|
|
3309
3526
|
|
|
3310
3527
|
#### Changes
|
|
3311
3528
|
|
|
@@ -3468,7 +3685,7 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
3468
3685
|
|
|
3469
3686
|
- ​<!-- 51 -->[Box] Remove render prop (#26113) @m4theushw
|
|
3470
3687
|
|
|
3471
|
-
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material
|
|
3688
|
+
Its behavior can be obtained using the `sx` prop directly on the child if it's a Material UI component. For non-Material UI components use the `sx` prop in conjunction with the `component` prop:
|
|
3472
3689
|
|
|
3473
3690
|
```diff
|
|
3474
3691
|
-<Box sx={{ border: '1px dashed grey' }}>
|
|
@@ -4084,7 +4301,7 @@ A big thanks to the 21 contributors who made this release possible. Here are som
|
|
|
4084
4301
|
- ​<!-- 03 -->[docs] Add interoperability section for Portal (#25575) @mnajdova
|
|
4085
4302
|
- ​<!-- 01 -->[docs] Fix side nav scroll position (#25619) @misaka3
|
|
4086
4303
|
- ​<!-- 30 -->[website] Q1 2021 Update (#25591) @oliviertassinari
|
|
4087
|
-
- ​<!-- 04 -->[website] Matheus Wichman joins Material
|
|
4304
|
+
- ​<!-- 04 -->[website] Matheus Wichman joins Material UI (#25590) @oliviertassinari
|
|
4088
4305
|
|
|
4089
4306
|
### Core
|
|
4090
4307
|
|
|
@@ -4605,7 +4822,7 @@ A big thanks to the 30 contributors who made this release possible. Here are som
|
|
|
4605
4822
|
- Increase the minimum version of TypeScript supported from v3.2 to v3.5. (#24795) @petyosi
|
|
4606
4823
|
|
|
4607
4824
|
We try to align with types released from [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) (i.e. packages published on npm under the `@types` namespace).
|
|
4608
|
-
We will not change the minimum supported version in a major version of Material
|
|
4825
|
+
We will not change the minimum supported version in a major version of Material UI.
|
|
4609
4826
|
However, we generally recommend to not use a TypeScript version older than the [lowest supported version of DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped#older-versions-of-typescript-33-and-earlier).
|
|
4610
4827
|
|
|
4611
4828
|
#### Changes
|
|
@@ -5333,8 +5550,8 @@ A big thanks to the 17 contributors who made this release possible. Here are som
|
|
|
5333
5550
|
Thanks to @mbrookes developers can automate the migration with a [codemod](https://github.com/mui/material-ui/blob/next/packages/mui-codemod/README.md#box-sx-prop).
|
|
5334
5551
|
|
|
5335
5552
|
```diff
|
|
5336
|
-
-<Box p={2}
|
|
5337
|
-
+<Box sx={{ p: 2,
|
|
5553
|
+
-<Box p={2} bgcolor="primary.main">
|
|
5554
|
+
+<Box sx={{ p: 2, bgcolor: 'primary.main' }}>
|
|
5338
5555
|
```
|
|
5339
5556
|
|
|
5340
5557
|
#### Changes
|
|
@@ -5445,7 +5662,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
5445
5662
|
);
|
|
5446
5663
|
```
|
|
5447
5664
|
|
|
5448
|
-
This enforces emotion being injected first. [More details](https://mui.com/guides/interoperability/#css-injection-order) in the documentation.
|
|
5665
|
+
This enforces emotion being injected first. [More details](https://mui.com/material-ui/guides/interoperability/#css-injection-order) in the documentation.
|
|
5449
5666
|
|
|
5450
5667
|
- [Autocomplete] Rename `closeIcon` prop with `clearIcon` to avoid confusion (#23617) @akhilmhdh.
|
|
5451
5668
|
|
|
@@ -5657,7 +5874,7 @@ A big thanks to the 34 contributors who made this release possible. Here are som
|
|
|
5657
5874
|
- [docs] Improve formatting of the system (#23509) @oliviertassinari
|
|
5658
5875
|
- [docs] Improve migration guide for theme.palette (#23416) @hubgit
|
|
5659
5876
|
- [docs] Mention delay instead of transition twice (#23393) @benmneb
|
|
5660
|
-
- [docs] Prepare Material
|
|
5877
|
+
- [docs] Prepare Material UI X (#1893) @oliviertassinari
|
|
5661
5878
|
- [docs] Redirect legacy GridList pages to ImageList (#23456) @eps1lon
|
|
5662
5879
|
- [docs] Remove redundant aria-label when wrapped in Tooltip (#23455) @eps1lon
|
|
5663
5880
|
- [docs] Sync translations (#23316) @l10nbot
|
|
@@ -5685,19 +5902,19 @@ _Nov 4, 2020_
|
|
|
5685
5902
|
A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:
|
|
5686
5903
|
|
|
5687
5904
|
- ⚛️ Add support for React 17 (#23311) @eps1lon.
|
|
5688
|
-
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material
|
|
5905
|
+
React 17 release is unusual because it doesn't add any new developer-facing features. It was released a couple of days ago. You can learn more about it in the [introduction post](https://reactjs.org/blog/2020/10/20/react-v17.html). Material UI now supports `^16.8.0 || ^17.0.0`.
|
|
5689
5906
|
- 🛠 Introduce a new `@material-ui/unstyled` package (#23270) @mnajdova.
|
|
5690
5907
|
This package will host the unstyled version of the components. In this first iteration, only the Slider is available. You can find it documented under the [same page](https://mui.com/components/slider-styled/#unstyled-slider) as the styled version.
|
|
5691
5908
|
|
|
5692
5909
|
**Why an unstyled package?**
|
|
5693
5910
|
|
|
5694
|
-
While engineering teams are successfully building custom design systems by wrapping Material
|
|
5911
|
+
While engineering teams are successfully building custom design systems by wrapping Material UI, we [occasionally hear](https://github.com/mui/material-ui/issues/6218) that Material Design or our styling solution are something they don't need. Some teams prefer SASS, others prefer to customize the components starting from a pristine state. What all these teams have in common is that they value the features coming from the components, such as accessibility.
|
|
5695
5912
|
|
|
5696
5913
|
The unstyled package goes one step down in the abstraction layer, providing more flexibility. Angular Material introduced this approach two years ago. Today their unstyled components account for [25% of the usage](https://npm-stat.com/charts.html?package=%40angular%2Fmaterial&package=%40angular%2Fcdk&from=2017-11-03&to=2020-11-03).
|
|
5697
5914
|
|
|
5698
5915
|
Another reason for introducing this package is to prepare the groundwork for a [second theme](https://github.com/mui/material-ui/issues/22485) (not Material Design based).
|
|
5699
5916
|
|
|
5700
|
-
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material
|
|
5917
|
+
A note on the terminology: "unstyled" means that the components have the same API as the "styled" components but come without CSS. Material UI also contains "headless" components that exposes a hook API, e.g. [useAutocomplete](https://mui.com/components/autocomplete/#useautocomplete) or [usePagination](https://mui.com/components/pagination/#usepagination).
|
|
5701
5918
|
|
|
5702
5919
|
This change is part of our strategy to iterate on the v5 architecture with the `Slider` first. In the next alpha release, we plan to replace the v4 slider with the v5 slider. Once the new approach is stress-tested and validated, we will roll it out to all the components.
|
|
5703
5920
|
|
|
@@ -5761,8 +5978,8 @@ A big thanks to the 20 contributors who made this release possible. Here are som
|
|
|
5761
5978
|
### Docs
|
|
5762
5979
|
|
|
5763
5980
|
- [Transition] Document default appear value (#23221) @GuilleDF
|
|
5764
|
-
- [blog] Danail Hadjiatanasov joins Material
|
|
5765
|
-
- [docs] Add Material
|
|
5981
|
+
- [blog] Danail Hadjiatanasov joins Material UI (#23223) @oliviertassinari
|
|
5982
|
+
- [docs] Add Material UI Builder to in-house ads (#23342) @mbrookes
|
|
5766
5983
|
- [docs] Fix a few typos and add comma (#23284) @reedanders
|
|
5767
5984
|
- [docs] Fix few propTypes in Inputs (#23331) @youknowhat
|
|
5768
5985
|
- [docs] Fix language cookie (#23324) @mbrookes
|
|
@@ -5798,7 +6015,7 @@ A big thanks to the 23 contributors who made this release possible.
|
|
|
5798
6015
|
Here are some highlights ✨:
|
|
5799
6016
|
|
|
5800
6017
|
- 💄 Introduce a new `sx` prop (#23053, #23205) @mnajdova
|
|
5801
|
-
We have resumed the work on Material
|
|
6018
|
+
We have resumed the work on Material UI System. This is made possible by the latest progress on the new styling solution of v5.
|
|
5802
6019
|
You can read the [introduction blog post](https://medium.com/material-ui/introducing-material-ui-design-system-93e921beb8df) that we did for the system two years ago.
|
|
5803
6020
|
|
|
5804
6021
|
The system is meant to solve the following problems:
|
|
@@ -5971,7 +6188,7 @@ A big thanks to the 25 contributors who made this release possible.
|
|
|
5971
6188
|
Here are some highlights ✨:
|
|
5972
6189
|
|
|
5973
6190
|
- 📦 Ship modern bundle (#22814) @eps1lon.
|
|
5974
|
-
This is a significant update to the [browsers supported](https://mui.com/getting-started/supported-platforms/) by Material
|
|
6191
|
+
This is a significant update to the [browsers supported](https://mui.com/material-ui/getting-started/supported-platforms/) by Material UI.
|
|
5975
6192
|
The previous policy was defined 2 years ago, and the landscape has evolved since then. The package now includes 4 bundles:
|
|
5976
6193
|
|
|
5977
6194
|
1. `stable` (default, formerly `esm`) which targets a snapshot (on release) of `> 0.5%, last 2 versions, Firefox ESR, not dead, not IE 11"`
|
|
@@ -5982,7 +6199,7 @@ Here are some highlights ✨:
|
|
|
5982
6199
|
The change yields a 6% reduction in bundle size 📦 (Babel only).
|
|
5983
6200
|
In the coming weeks, we will refactor the internals to take advantage of the new browser capabilities that dropping these older platforms allows. For instance, we might be able to remove the span we render inside the `<Button>` to work around [Flexbug #9](https://github.com/philipwalton/flexbugs/blob/master/README.md#flexbug-9).
|
|
5984
6201
|
|
|
5985
|
-
Check the updated [Supported platforms documentation](https://mui.com/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/guides/minimizing-bundle-size/).
|
|
6202
|
+
Check the updated [Supported platforms documentation](https://mui.com/material-ui/getting-started/supported-platforms/) and [new "minimizing bundle size" guide](https://mui.com/material-ui/guides/minimizing-bundle-size/).
|
|
5986
6203
|
|
|
5987
6204
|
If you target IE11, you need to use the new bundle (`legacy`). We are treating IE11 as a second class-citizen, which is a continuation of the direction taken in #22873.
|
|
5988
6205
|
|
|
@@ -6338,7 +6555,7 @@ Here are some highlights ✨:
|
|
|
6338
6555
|
You can find a [new version](https://mui.com/components/slider-styled/#UnstyledSlider.tsx) of the slider in the lab without any styles.
|
|
6339
6556
|
The unstyled component weighs 6.5 kB gzipped, compared with 26 kB for the styled version when used standalone. The component is best suited for use when you want to fully customize the look of the component without reimplementing the JavaScript and accessibility logic.
|
|
6340
6557
|
|
|
6341
|
-
- ⚡️ A first alpha of the [DataGrid](https://mui.com/
|
|
6558
|
+
- ⚡️ A first alpha of the [DataGrid](https://mui.com/x/react-data-grid/) component.
|
|
6342
6559
|
|
|
6343
6560
|
It has taken 6 months of development since the initial commit (March 15th, 2020) to make the first alpha release of the grid. The component comes in two versions:
|
|
6344
6561
|
@material-ui/data-grid is licensed under MIT, while @material-ui/x-grid is licensed under a commercial license.
|
|
@@ -6626,7 +6843,7 @@ Here are some highlights ✨:
|
|
|
6626
6843
|
|
|
6627
6844
|
- [theme] Remove palette.text.hint key (#22537) @mbrookes
|
|
6628
6845
|
|
|
6629
|
-
The `theme.palette.text.hint` key was available but unused in Material
|
|
6846
|
+
The `theme.palette.text.hint` key was available but unused in Material UI v4 components.
|
|
6630
6847
|
You can use `adaptV4Theme()` to restore the previous behavior.
|
|
6631
6848
|
|
|
6632
6849
|
#### Changes
|
|
@@ -7044,7 +7261,7 @@ A big thanks to the 26 contributors who made this release possible.
|
|
|
7044
7261
|
Here are some highlights ✨:
|
|
7045
7262
|
|
|
7046
7263
|
- 💅 Introduce a new dynamic variant API (#21648) @mnajdova.
|
|
7047
|
-
This API allows developers to add new variants on the Material
|
|
7264
|
+
This API allows developers to add new variants on the Material UI's components right from the theme, without having to wrap the components.
|
|
7048
7265
|
For instance with the Button:
|
|
7049
7266
|
|
|
7050
7267
|
```tsx
|
|
@@ -7073,7 +7290,7 @@ Here are some highlights ✨:
|
|
|
7073
7290
|
<Button variant="dashed" />;
|
|
7074
7291
|
```
|
|
7075
7292
|
|
|
7076
|
-
More details in [the documentation](https://mui.com/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7293
|
+
More details in [the documentation](https://mui.com/material-ui/customization/components/#adding-new-component-variants) and [RFC](#21749).
|
|
7077
7294
|
|
|
7078
7295
|
- 👮 Add documentation for the [TrapFocus](https://mui.com/components/trap-focus/) component (#22062) @oliviertassinari.
|
|
7079
7296
|
- ⚛️ Prepare support for React v17 (#22093, #22105, #22143, #22111) @eps1lon.
|
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
export { default, calendarPickerClasses } from '
|
|
2
|
-
export
|
|
3
|
-
export declare type CalendarPickerClasses = import('./CalendarPicker').CalendarPickerClasses;
|
|
4
|
-
export declare type CalendarPickerProps<TDate> = import('./CalendarPicker').CalendarPickerProps<TDate>;
|
|
5
|
-
export declare type CalendarPickerView = NonNullable<CalendarPickerProps<unknown>['view']>;
|
|
1
|
+
export { CalendarPicker as default, calendarPickerClasses, } from '@mui/x-date-pickers/CalendarPicker';
|
|
2
|
+
export type { CalendarPickerClassKey, CalendarPickerClasses, CalendarPickerProps, CalendarPickerView, } from '@mui/x-date-pickers/CalendarPicker';
|
package/CalendarPicker/index.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default, calendarPickerClasses } from '
|
|
1
|
+
export { CalendarPicker as default, calendarPickerClasses } from '@mui/x-date-pickers/CalendarPicker';
|
|
@@ -1,3 +1,2 @@
|
|
|
1
|
-
export { default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '
|
|
2
|
-
export
|
|
3
|
-
export declare type CalendarPickerSkeletonProps = import('./CalendarPickerSkeleton').CalendarPickerSkeletonProps;
|
|
1
|
+
export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
2
|
+
export type { CalendarPickerSkeletonClassKey, CalendarPickerSkeletonProps, } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export { default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '
|
|
1
|
+
export { CalendarPickerSkeleton as default, calendarPickerSkeletonClasses, getCalendarPickerSkeletonUtilityClass } from '@mui/x-date-pickers/CalendarPickerSkeleton';
|
package/ClockPicker/index.d.ts
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
|
-
export { default } from '
|
|
2
|
-
export {
|
|
3
|
-
export type { ClockPickerClasses, ClockPickerClassKey } from './ClockPicker';
|
|
4
|
-
export declare type ClockPickerProps<TDate> = import('./ClockPickerStandalone').ClockPickerStandaloneProps<TDate>;
|
|
5
|
-
export declare type ClockPickerView = NonNullable<ClockPickerProps<unknown>['view']>;
|
|
1
|
+
export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
|
2
|
+
export type { ClockPickerClasses, ClockPickerClassKey, ClockPickerProps, ClockPickerView, } from '@mui/x-date-pickers/ClockPicker';
|
package/ClockPicker/index.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export { default } from '
|
|
2
|
-
export { clockPickerClasses } from './ClockPicker';
|
|
1
|
+
export { ClockPicker as default, clockPickerClasses } from '@mui/x-date-pickers/ClockPicker';
|
package/DatePicker/index.d.ts
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { default } from '
|
|
2
|
-
export
|
|
1
|
+
export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
|
|
2
|
+
export type { DatePickerProps } from '@mui/x-date-pickers/DatePicker';
|
package/DatePicker/index.js
CHANGED
|
@@ -1,2 +1 @@
|
|
|
1
|
-
export { default } from '
|
|
2
|
-
export * from './DatePicker';
|
|
1
|
+
export { DatePicker as default } from '@mui/x-date-pickers/DatePicker';
|
|
@@ -1,65 +1,11 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
* @default {}
|
|
13
|
-
*/
|
|
14
|
-
components?: ExportedDateRangePickerViewProps<TDate>['components'] & ExportedDateRangePickerInputProps['components'];
|
|
15
|
-
/**
|
|
16
|
-
* Text for end input label and toolbar placeholder.
|
|
17
|
-
* @default 'End'
|
|
18
|
-
*/
|
|
19
|
-
endText?: React.ReactNode;
|
|
20
|
-
/**
|
|
21
|
-
* Custom mask. Can be used to override generate from format. (e.g. `__/__/____ __:__` or `__/__/____ __:__ _M`).
|
|
22
|
-
* @default '__/__/____'
|
|
23
|
-
*/
|
|
24
|
-
mask?: ExportedDateRangePickerInputProps['mask'];
|
|
25
|
-
/**
|
|
26
|
-
* Min selectable date. @DateIOType
|
|
27
|
-
* @default defaultMinDate
|
|
28
|
-
*/
|
|
29
|
-
minDate?: TDate;
|
|
30
|
-
/**
|
|
31
|
-
* Max selectable date. @DateIOType
|
|
32
|
-
* @default defaultMaxDate
|
|
33
|
-
*/
|
|
34
|
-
maxDate?: TDate;
|
|
35
|
-
/**
|
|
36
|
-
* Callback fired when the value (the selected date range) changes @DateIOType.
|
|
37
|
-
*/
|
|
38
|
-
onChange: (date: DateRange<TDate>, keyboardInputValue?: string) => void;
|
|
39
|
-
/**
|
|
40
|
-
* Text for start input label and toolbar placeholder.
|
|
41
|
-
* @default 'Start'
|
|
42
|
-
*/
|
|
43
|
-
startText?: React.ReactNode;
|
|
44
|
-
/**
|
|
45
|
-
* The value of the date range picker.
|
|
46
|
-
*/
|
|
47
|
-
value: RangeInput<TDate>;
|
|
48
|
-
}
|
|
49
|
-
export interface DateRangePickerProps<TDate> extends BaseDateRangePickerProps<TDate>, ResponsiveWrapperProps {
|
|
50
|
-
}
|
|
51
|
-
declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps<TDate> & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
52
|
-
propTypes: unknown;
|
|
53
|
-
};
|
|
54
|
-
/**
|
|
55
|
-
*
|
|
56
|
-
* Demos:
|
|
57
|
-
*
|
|
58
|
-
* - [Date Range Picker](https://mui.com/components/date-range-picker/)
|
|
59
|
-
*
|
|
60
|
-
* API:
|
|
61
|
-
*
|
|
62
|
-
* - [DateRangePicker API](https://mui.com/api/date-range-picker/)
|
|
63
|
-
*/
|
|
64
|
-
declare const DateRangePicker: DateRangePickerComponent;
|
|
65
|
-
export default DateRangePicker;
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare type DateRangePickerComponent = (<TDate>(props: DateRangePickerProps & React.RefAttributes<HTMLDivElement>) => JSX.Element) & {
|
|
3
|
+
propTypes?: any;
|
|
4
|
+
};
|
|
5
|
+
/**
|
|
6
|
+
* @ignore - do not document.
|
|
7
|
+
*/
|
|
8
|
+
declare const DateRangePicker: DateRangePickerComponent;
|
|
9
|
+
export default DateRangePicker;
|
|
10
|
+
export declare type DateRangePickerProps = Record<any, any>;
|
|
11
|
+
export declare type DateRange<TDate> = [TDate | null, TDate | null];
|