@mui/material 5.0.0 → 5.0.4
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/Accordion/accordionClasses.d.ts +18 -18
- package/AccordionActions/accordionActionsClasses.d.ts +10 -10
- package/AccordionDetails/accordionDetailsClasses.d.ts +8 -8
- package/AccordionSummary/accordionSummaryClasses.d.ts +22 -22
- package/Alert/Alert.d.ts +2 -1
- package/Alert/Alert.js +1 -0
- package/Alert/alertClasses.d.ts +44 -44
- package/AlertTitle/alertTitleClasses.d.ts +8 -8
- package/AppBar/appBarClasses.d.ts +28 -28
- package/Autocomplete/Autocomplete.d.ts +1 -1
- package/Autocomplete/Autocomplete.js +1 -1
- package/Autocomplete/autocompleteClasses.d.ts +54 -54
- package/Avatar/Avatar.d.ts +1 -1
- package/Avatar/Avatar.js +1 -1
- package/Avatar/avatarClasses.d.ts +20 -20
- package/AvatarGroup/avatarGroupClasses.d.ts +10 -10
- package/BottomNavigation/BottomNavigation.js +0 -0
- package/BottomNavigation/bottomNavigationClasses.d.ts +8 -8
- package/BottomNavigationAction/bottomNavigationActionClasses.d.ts +14 -14
- package/Breadcrumbs/breadcrumbsClasses.d.ts +14 -14
- package/Button/buttonClasses.d.ts +76 -76
- package/ButtonBase/buttonBaseClasses.d.ts +12 -12
- package/ButtonBase/touchRippleClasses.d.ts +20 -20
- package/ButtonGroup/buttonGroupClasses.d.ts +58 -58
- package/CHANGELOG.md +278 -2
- package/Card/cardClasses.d.ts +8 -8
- package/CardActionArea/cardActionAreaClasses.d.ts +12 -12
- package/CardActions/cardActionsClasses.d.ts +10 -10
- package/CardContent/cardContentClasses.d.ts +8 -8
- package/CardHeader/cardHeaderClasses.d.ts +18 -18
- package/CardMedia/cardMediaClasses.d.ts +12 -12
- package/Checkbox/checkboxClasses.d.ts +18 -18
- package/Chip/Chip.js +5 -4
- package/Chip/chipClasses.d.ts +80 -80
- package/CircularProgress/circularProgressClasses.d.ts +26 -26
- package/ClickAwayListener/ClickAwayListener.d.ts +47 -47
- package/ClickAwayListener/index.d.ts +2 -2
- package/Collapse/Collapse.js +16 -3
- package/Collapse/collapseClasses.d.ts +18 -18
- package/Container/containerClasses.d.ts +22 -22
- package/Dialog/Dialog.d.ts +1 -1
- package/Dialog/DialogContext.d.ts +6 -6
- package/Dialog/dialogClasses.d.ts +36 -36
- package/DialogActions/dialogActionsClasses.d.ts +10 -10
- package/DialogContent/dialogContentClasses.d.ts +10 -10
- package/DialogContentText/dialogContentTextClasses.d.ts +8 -8
- package/DialogTitle/dialogTitleClasses.d.ts +8 -8
- package/Divider/dividerClasses.d.ts +34 -34
- package/Drawer/drawerClasses.d.ts +30 -30
- package/Fab/fabClasses.d.ts +26 -26
- package/Fade/Fade.d.ts +1 -1
- package/Fade/Fade.js +19 -2
- package/FilledInput/filledInputClasses.d.ts +40 -40
- package/FormControl/formControlClasses.d.ts +14 -14
- package/FormControlLabel/formControlLabelClasses.d.ts +18 -18
- package/FormGroup/formGroupClasses.d.ts +10 -10
- package/FormHelperText/formHelperTextClasses.d.ts +22 -22
- package/FormLabel/formLabelClasses.d.ts +22 -22
- package/Grid/gridClasses.d.ts +48 -48
- package/Grow/Grow.d.ts +1 -1
- package/Grow/Grow.js +17 -4
- package/Icon/iconClasses.d.ts +24 -24
- package/IconButton/iconButtonClasses.d.ts +26 -26
- package/ImageList/imageListClasses.d.ts +16 -16
- package/ImageListItem/imageListItemClasses.d.ts +18 -18
- package/ImageListItemBar/imageListItemBarClasses.d.ts +30 -30
- package/Input/inputClasses.d.ts +34 -34
- package/InputAdornment/inputAdornmentClasses.d.ts +24 -24
- package/InputBase/inputBaseClasses.d.ts +44 -44
- package/InputLabel/InputLabel.js +1 -1
- package/InputLabel/inputLabelClasses.d.ts +32 -32
- package/LICENSE +21 -21
- package/LinearProgress/linearProgressClasses.d.ts +42 -42
- package/Link/linkClasses.d.ts +18 -18
- package/List/listClasses.d.ts +14 -14
- package/ListItem/listItemClasses.d.ts +30 -30
- package/ListItemAvatar/listItemAvatarClasses.d.ts +10 -10
- package/ListItemButton/listItemButtonClasses.d.ts +22 -22
- package/ListItemIcon/listItemIconClasses.d.ts +10 -10
- package/ListItemSecondaryAction/listItemSecondaryActionClasses.d.ts +10 -10
- package/ListItemText/listItemTextClasses.d.ts +18 -18
- package/ListSubheader/listSubheaderClasses.d.ts +18 -18
- package/Menu/menuClasses.d.ts +12 -12
- package/MenuItem/menuItemClasses.d.ts +20 -20
- package/MobileStepper/mobileStepperClasses.d.ts +22 -22
- package/NativeSelect/NativeSelect.d.ts +1 -1
- package/NativeSelect/NativeSelect.js +1 -1
- package/NativeSelect/nativeSelectClasses.d.ts +30 -30
- package/OutlinedInput/outlinedInputClasses.d.ts +36 -36
- package/Pagination/paginationClasses.d.ts +14 -14
- package/PaginationItem/PaginationItem.js +3 -4
- package/PaginationItem/paginationItemClasses.d.ts +42 -42
- package/Paper/paperClasses.d.ts +39 -39
- package/Popover/Popover.d.ts +1 -1
- package/Popover/popoverClasses.d.ts +10 -10
- package/README.md +8 -3
- package/Radio/Radio.js +10 -1
- package/Radio/radioClasses.d.ts +16 -16
- package/Rating/ratingClasses.d.ts +40 -40
- package/ScopedCssBaseline/scopedCssBaselineClasses.d.ts +8 -8
- package/Select/SelectInput.js +2 -1
- package/Select/selectClasses.d.ts +30 -30
- package/Skeleton/skeletonClasses.d.ts +24 -24
- package/Slide/Slide.d.ts +1 -1
- package/Slide/Slide.js +19 -2
- package/Snackbar/Snackbar.d.ts +1 -1
- package/Snackbar/snackbarClasses.d.ts +20 -20
- package/SnackbarContent/snackbarContentClasses.d.ts +12 -12
- package/SpeedDial/speedDialClasses.d.ts +22 -22
- package/SpeedDialAction/speedDialActionClasses.d.ts +20 -20
- package/SpeedDialIcon/speedDialIconClasses.d.ts +18 -18
- package/Step/stepClasses.d.ts +16 -16
- package/StepButton/stepButtonClasses.d.ts +14 -14
- package/StepConnector/stepConnectorClasses.d.ts +26 -26
- package/StepContent/stepContentClasses.d.ts +12 -12
- package/StepIcon/stepIconClasses.d.ts +16 -16
- package/StepLabel/stepLabelClasses.d.ts +28 -28
- package/Stepper/stepperClasses.d.ts +14 -14
- package/SvgIcon/svgIconClasses.d.ts +24 -24
- package/Switch/Switch.js +3 -1
- package/Switch/switchClasses.d.ts +32 -32
- package/Tab/Tab.js +8 -4
- package/Tab/tabClasses.d.ts +26 -24
- package/Tab/tabClasses.js +1 -1
- package/TabScrollButton/tabScrollButtonClasses.d.ts +12 -12
- package/Table/tableClasses.d.ts +10 -10
- package/TableBody/tableBodyClasses.d.ts +8 -8
- package/TableCell/tableCellClasses.d.ts +32 -32
- package/TableContainer/tableContainerClasses.d.ts +8 -8
- package/TableFooter/tableFooterClasses.d.ts +8 -8
- package/TableHead/tableHeadClasses.d.ts +8 -8
- package/TablePagination/tablePaginationClasses.d.ts +28 -28
- package/TableRow/tableRowClasses.d.ts +16 -16
- package/TableSortLabel/tableSortLabelClasses.d.ts +16 -16
- package/Tabs/tabsClasses.d.ts +32 -32
- package/TextField/textFieldClasses.d.ts +8 -8
- package/ToggleButton/toggleButtonClasses.d.ts +24 -24
- package/ToggleButtonGroup/toggleButtonGroupClasses.d.ts +18 -18
- package/Toolbar/toolbarClasses.d.ts +14 -14
- package/Tooltip/Tooltip.d.ts +29 -2
- package/Tooltip/Tooltip.js +56 -24
- package/Tooltip/tooltipClasses.d.ts +30 -30
- package/Typography/typographyClasses.d.ts +50 -50
- package/Zoom/Zoom.d.ts +1 -1
- package/Zoom/Zoom.js +19 -2
- package/colors/amber.d.ts +15 -15
- package/colors/blue.d.ts +15 -15
- package/colors/blueGrey.d.ts +15 -15
- package/colors/brown.d.ts +15 -15
- package/colors/common.d.ts +3 -3
- package/colors/cyan.d.ts +15 -15
- package/colors/deepOrange.d.ts +15 -15
- package/colors/deepPurple.d.ts +15 -15
- package/colors/green.d.ts +15 -15
- package/colors/grey.d.ts +15 -15
- package/colors/indigo.d.ts +15 -15
- package/colors/lightBlue.d.ts +15 -15
- package/colors/lightGreen.d.ts +15 -15
- package/colors/lime.d.ts +15 -15
- package/colors/orange.d.ts +15 -15
- package/colors/pink.d.ts +15 -15
- package/colors/purple.d.ts +15 -15
- package/colors/red.d.ts +15 -15
- package/colors/teal.d.ts +15 -15
- package/colors/yellow.d.ts +15 -15
- package/darkScrollbar/index.d.ts +28 -28
- package/index.js +1 -1
- package/internal/SwitchBase.js +3 -2
- package/internal/switchBaseClasses.d.ts +12 -12
- package/legacy/Alert/Alert.js +1 -0
- package/legacy/Autocomplete/Autocomplete.js +1 -1
- package/legacy/Avatar/Avatar.js +1 -1
- package/legacy/BottomNavigation/BottomNavigation.js +0 -0
- package/legacy/Chip/Chip.js +5 -4
- package/legacy/Collapse/Collapse.js +17 -4
- package/legacy/Fade/Fade.js +20 -3
- package/legacy/Grow/Grow.js +18 -5
- package/legacy/InputLabel/InputLabel.js +1 -1
- package/legacy/NativeSelect/NativeSelect.js +1 -1
- package/legacy/PaginationItem/PaginationItem.js +3 -4
- package/legacy/Radio/Radio.js +11 -1
- package/legacy/Select/SelectInput.js +2 -1
- package/legacy/Slide/Slide.js +20 -3
- package/legacy/Switch/Switch.js +22 -22
- package/legacy/Tab/Tab.js +8 -4
- package/legacy/Tab/tabClasses.js +1 -1
- package/legacy/Tooltip/Tooltip.js +55 -24
- package/legacy/Zoom/Zoom.js +20 -3
- package/legacy/index.js +1 -1
- package/legacy/internal/SwitchBase.js +2 -1
- package/legacy/useMediaQuery/useMediaQuery.js +23 -21
- package/locale/index.d.ts +65 -65
- package/modern/Alert/Alert.js +1 -0
- package/modern/Autocomplete/Autocomplete.js +1 -1
- package/modern/Avatar/Avatar.js +1 -1
- package/modern/BottomNavigation/BottomNavigation.js +0 -0
- package/modern/Chip/Chip.js +5 -4
- package/modern/Collapse/Collapse.js +16 -3
- package/modern/Fade/Fade.js +19 -2
- package/modern/Grow/Grow.js +17 -4
- package/modern/InputLabel/InputLabel.js +1 -1
- package/modern/NativeSelect/NativeSelect.js +1 -1
- package/modern/PaginationItem/PaginationItem.js +3 -4
- package/modern/Radio/Radio.js +10 -1
- package/modern/Select/SelectInput.js +2 -1
- package/modern/Slide/Slide.js +19 -2
- package/modern/Switch/Switch.js +3 -1
- package/modern/Tab/Tab.js +8 -4
- package/modern/Tab/tabClasses.js +1 -1
- package/modern/Tooltip/Tooltip.js +47 -21
- package/modern/Zoom/Zoom.js +19 -2
- package/modern/index.js +1 -1
- package/modern/internal/SwitchBase.js +3 -2
- package/modern/useMediaQuery/useMediaQuery.js +18 -18
- package/node/Accordion/accordionClasses.js +1 -1
- package/node/Accordion/index.js +4 -4
- package/node/AccordionActions/accordionActionsClasses.js +1 -1
- package/node/AccordionActions/index.js +4 -4
- package/node/AccordionDetails/accordionDetailsClasses.js +1 -1
- package/node/AccordionDetails/index.js +4 -4
- package/node/AccordionSummary/accordionSummaryClasses.js +1 -1
- package/node/AccordionSummary/index.js +4 -4
- package/node/Alert/Alert.js +1 -0
- package/node/Alert/alertClasses.js +1 -1
- package/node/Alert/index.js +4 -4
- package/node/AlertTitle/alertTitleClasses.js +1 -1
- package/node/AlertTitle/index.js +4 -4
- package/node/AppBar/appBarClasses.js +1 -1
- package/node/AppBar/index.js +4 -4
- package/node/Autocomplete/Autocomplete.js +1 -1
- package/node/Autocomplete/autocompleteClasses.js +1 -1
- package/node/Autocomplete/index.js +4 -4
- package/node/Avatar/Avatar.js +1 -1
- package/node/Avatar/avatarClasses.js +1 -1
- package/node/Avatar/index.js +4 -4
- package/node/AvatarGroup/avatarGroupClasses.js +1 -1
- package/node/AvatarGroup/index.js +4 -4
- package/node/BottomNavigation/BottomNavigation.js +0 -0
- package/node/BottomNavigation/bottomNavigationClasses.js +1 -1
- package/node/BottomNavigation/index.js +4 -4
- package/node/BottomNavigationAction/bottomNavigationActionClasses.js +1 -1
- package/node/BottomNavigationAction/index.js +4 -4
- package/node/Breadcrumbs/breadcrumbsClasses.js +1 -1
- package/node/Breadcrumbs/index.js +4 -4
- package/node/Button/buttonClasses.js +1 -1
- package/node/Button/index.js +4 -4
- package/node/ButtonBase/TouchRipple.js +1 -1
- package/node/ButtonBase/buttonBaseClasses.js +1 -1
- package/node/ButtonBase/index.js +4 -4
- package/node/ButtonBase/touchRippleClasses.js +1 -1
- package/node/ButtonGroup/buttonGroupClasses.js +1 -1
- package/node/ButtonGroup/index.js +4 -4
- package/node/Card/cardClasses.js +1 -1
- package/node/Card/index.js +4 -4
- package/node/CardActionArea/cardActionAreaClasses.js +1 -1
- package/node/CardActionArea/index.js +4 -4
- package/node/CardActions/cardActionsClasses.js +1 -1
- package/node/CardActions/index.js +4 -4
- package/node/CardContent/cardContentClasses.js +1 -1
- package/node/CardContent/index.js +4 -4
- package/node/CardHeader/cardHeaderClasses.js +1 -1
- package/node/CardHeader/index.js +4 -4
- package/node/CardMedia/cardMediaClasses.js +1 -1
- package/node/CardMedia/index.js +4 -4
- package/node/Checkbox/checkboxClasses.js +1 -1
- package/node/Checkbox/index.js +4 -4
- package/node/Chip/Chip.js +5 -4
- package/node/Chip/chipClasses.js +1 -1
- package/node/Chip/index.js +4 -4
- package/node/CircularProgress/circularProgressClasses.js +1 -1
- package/node/CircularProgress/index.js +4 -4
- package/node/Collapse/Collapse.js +16 -3
- package/node/Collapse/collapseClasses.js +1 -1
- package/node/Collapse/index.js +4 -4
- package/node/Container/containerClasses.js +1 -1
- package/node/Container/index.js +4 -4
- package/node/CssBaseline/CssBaseline.js +1 -1
- package/node/Dialog/dialogClasses.js +1 -1
- package/node/DialogActions/dialogActionsClasses.js +1 -1
- package/node/DialogContent/dialogContentClasses.js +1 -1
- package/node/DialogContentText/dialogContentTextClasses.js +1 -1
- package/node/DialogTitle/dialogTitleClasses.js +1 -1
- package/node/Divider/dividerClasses.js +1 -1
- package/node/Drawer/Drawer.js +2 -2
- package/node/Drawer/drawerClasses.js +1 -1
- package/node/Fab/fabClasses.js +1 -1
- package/node/Fade/Fade.js +19 -2
- package/node/FilledInput/filledInputClasses.js +1 -1
- package/node/FormControl/formControlClasses.js +1 -1
- package/node/FormControl/index.js +4 -4
- package/node/FormControlLabel/formControlLabelClasses.js +1 -1
- package/node/FormGroup/formGroupClasses.js +1 -1
- package/node/FormHelperText/formHelperTextClasses.js +1 -1
- package/node/FormLabel/formLabelClasses.js +1 -1
- package/node/Grid/Grid.js +2 -2
- package/node/Grid/gridClasses.js +1 -1
- package/node/Grow/Grow.js +17 -4
- package/node/Hidden/hiddenCssClasses.js +1 -1
- package/node/Hidden/withWidth.js +1 -1
- package/node/Icon/iconClasses.js +1 -1
- package/node/IconButton/iconButtonClasses.js +1 -1
- package/node/ImageList/imageListClasses.js +1 -1
- package/node/ImageListItem/imageListItemClasses.js +1 -1
- package/node/ImageListItemBar/imageListItemBarClasses.js +1 -1
- package/node/Input/inputClasses.js +1 -1
- package/node/InputAdornment/inputAdornmentClasses.js +1 -1
- package/node/InputBase/InputBase.js +1 -1
- package/node/InputBase/inputBaseClasses.js +1 -1
- package/node/InputBase/utils.js +1 -1
- package/node/InputLabel/InputLabel.js +1 -1
- package/node/InputLabel/inputLabelClasses.js +1 -1
- package/node/LinearProgress/linearProgressClasses.js +1 -1
- package/node/Link/linkClasses.js +1 -1
- package/node/List/listClasses.js +1 -1
- package/node/ListItem/ListItem.js +1 -1
- package/node/ListItem/listItemClasses.js +1 -1
- package/node/ListItemAvatar/listItemAvatarClasses.js +1 -1
- package/node/ListItemButton/ListItemButton.js +1 -1
- package/node/ListItemButton/listItemButtonClasses.js +1 -1
- package/node/ListItemIcon/listItemIconClasses.js +1 -1
- package/node/ListItemSecondaryAction/listItemSecondaryActionClasses.js +1 -1
- package/node/ListItemText/listItemTextClasses.js +1 -1
- package/node/ListSubheader/listSubheaderClasses.js +1 -1
- package/node/Menu/menuClasses.js +1 -1
- package/node/MenuItem/MenuItem.js +1 -1
- package/node/MenuItem/menuItemClasses.js +1 -1
- package/node/MobileStepper/mobileStepperClasses.js +1 -1
- package/node/Modal/Modal.js +1 -1
- package/node/NativeSelect/NativeSelect.js +1 -1
- package/node/NativeSelect/NativeSelectInput.js +1 -1
- package/node/NativeSelect/nativeSelectClasses.js +1 -1
- package/node/OutlinedInput/outlinedInputClasses.js +1 -1
- package/node/Pagination/paginationClasses.js +1 -1
- package/node/PaginationItem/PaginationItem.js +3 -4
- package/node/PaginationItem/paginationItemClasses.js +1 -1
- package/node/Paper/paperClasses.js +1 -1
- package/node/Popover/Popover.js +2 -2
- package/node/Popover/popoverClasses.js +1 -1
- package/node/Radio/Radio.js +11 -1
- package/node/Radio/radioClasses.js +1 -1
- package/node/Rating/ratingClasses.js +1 -1
- package/node/ScopedCssBaseline/scopedCssBaselineClasses.js +1 -1
- package/node/Select/SelectInput.js +2 -1
- package/node/Select/selectClasses.js +1 -1
- package/node/Skeleton/skeletonClasses.js +1 -1
- package/node/Slide/Slide.js +20 -3
- package/node/Slider/Slider.js +1 -1
- package/node/Snackbar/snackbarClasses.js +1 -1
- package/node/SnackbarContent/snackbarContentClasses.js +1 -1
- package/node/SpeedDial/speedDialClasses.js +1 -1
- package/node/SpeedDialAction/speedDialActionClasses.js +1 -1
- package/node/SpeedDialIcon/speedDialIconClasses.js +1 -1
- package/node/Stack/Stack.js +1 -1
- package/node/Step/stepClasses.js +1 -1
- package/node/StepButton/stepButtonClasses.js +1 -1
- package/node/StepConnector/stepConnectorClasses.js +1 -1
- package/node/StepContent/stepContentClasses.js +1 -1
- package/node/StepIcon/stepIconClasses.js +1 -1
- package/node/StepLabel/stepLabelClasses.js +1 -1
- package/node/Stepper/stepperClasses.js +1 -1
- package/node/SvgIcon/svgIconClasses.js +1 -1
- package/node/SwipeableDrawer/SwipeableDrawer.js +1 -1
- package/node/Switch/Switch.js +3 -1
- package/node/Switch/switchClasses.js +1 -1
- package/node/Tab/Tab.js +8 -4
- package/node/Tab/tabClasses.js +2 -2
- package/node/TabScrollButton/tabScrollButtonClasses.js +1 -1
- package/node/Table/tableClasses.js +1 -1
- package/node/TableBody/tableBodyClasses.js +1 -1
- package/node/TableCell/tableCellClasses.js +1 -1
- package/node/TableContainer/tableContainerClasses.js +1 -1
- package/node/TableFooter/tableFooterClasses.js +1 -1
- package/node/TableHead/tableHeadClasses.js +1 -1
- package/node/TablePagination/tablePaginationClasses.js +1 -1
- package/node/TableRow/tableRowClasses.js +1 -1
- package/node/TableSortLabel/tableSortLabelClasses.js +1 -1
- package/node/Tabs/tabsClasses.js +1 -1
- package/node/TextField/textFieldClasses.js +1 -1
- package/node/ToggleButton/toggleButtonClasses.js +1 -1
- package/node/ToggleButtonGroup/toggleButtonGroupClasses.js +1 -1
- package/node/Toolbar/toolbarClasses.js +1 -1
- package/node/Tooltip/Tooltip.js +56 -24
- package/node/Tooltip/tooltipClasses.js +1 -1
- package/node/Typography/typographyClasses.js +1 -1
- package/node/Zoom/Zoom.js +19 -2
- package/node/colors/index.js +40 -40
- package/node/index.js +32 -32
- package/node/internal/SwitchBase.js +3 -2
- package/node/internal/switchBaseClasses.js +1 -1
- package/node/locale/index.js +1 -1
- package/node/styles/createPalette.js +2 -1
- package/node/styles/createTransitions.js +1 -1
- package/node/styles/cssUtils.js +4 -4
- package/node/styles/index.js +56 -56
- package/node/styles/styled.js +1 -1
- package/node/useAutocomplete/index.js +4 -4
- package/node/useMediaQuery/useMediaQuery.js +14 -17
- package/package.json +7 -7
- package/styles/components.d.ts +4 -0
- package/styles/props.d.ts +2 -0
- package/styles/styled.d.ts +4 -0
- package/transitions/index.d.ts +1 -1
- package/transitions/transition.d.ts +14 -14
- package/transitions/utils.d.ts +23 -23
- package/umd/material-ui.development.js +848 -595
- package/umd/material-ui.production.min.js +21 -21
- package/useMediaQuery/useMediaQuery.d.ts +21 -16
- package/useMediaQuery/useMediaQuery.js +18 -18
- package/useTouchRipple/index.d.ts +1 -1
- package/useTouchRipple/useTouchRipple.d.ts +28 -28
- package/utils/getScrollbarSize.d.ts +2 -2
- package/utils/ownerDocument.d.ts +2 -2
- package/utils/ownerWindow.d.ts +2 -2
- package/utils/setRef.d.ts +2 -2
|
@@ -1,76 +1,76 @@
|
|
|
1
|
-
export interface ButtonClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="text"`. */
|
|
5
|
-
text: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="text"` and `color="inherit"`. */
|
|
7
|
-
textInherit: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="text"` and `color="primary"`. */
|
|
9
|
-
textPrimary: string;
|
|
10
|
-
/** Styles applied to the root element if `variant="text"` and `color="secondary"`. */
|
|
11
|
-
textSecondary: string;
|
|
12
|
-
/** Styles applied to the root element if `variant="outlined"`. */
|
|
13
|
-
outlined: string;
|
|
14
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="inherit"`. */
|
|
15
|
-
outlinedInherit: string;
|
|
16
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
|
|
17
|
-
outlinedPrimary: string;
|
|
18
|
-
/** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
|
|
19
|
-
outlinedSecondary: string;
|
|
20
|
-
/** Styles applied to the root element if `variant="contained"`. */
|
|
21
|
-
contained: string;
|
|
22
|
-
/** Styles applied to the root element if `variant="contained"` and `color="inherit"`. */
|
|
23
|
-
containedInherit: string;
|
|
24
|
-
/** Styles applied to the root element if `variant="contained"` and `color="primary"`. */
|
|
25
|
-
containedPrimary: string;
|
|
26
|
-
/** Styles applied to the root element if `variant="contained"` and `color="secondary"`. */
|
|
27
|
-
containedSecondary: string;
|
|
28
|
-
/** Styles applied to the root element if `disableElevation={true}`. */
|
|
29
|
-
disableElevation: string;
|
|
30
|
-
/** State class applied to the ButtonBase root element if the button is keyboard focused. */
|
|
31
|
-
focusVisible: string;
|
|
32
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
33
|
-
disabled: string;
|
|
34
|
-
/** Styles applied to the root element if `color="inherit"`. */
|
|
35
|
-
colorInherit: string;
|
|
36
|
-
/** Styles applied to the root element if `size="small"` and `variant="text"`. */
|
|
37
|
-
textSizeSmall: string;
|
|
38
|
-
/** Styles applied to the root element if `size="medium"` and `variant="text"`. */
|
|
39
|
-
textSizeMedium: string;
|
|
40
|
-
/** Styles applied to the root element if `size="large"` and `variant="text"`. */
|
|
41
|
-
textSizeLarge: string;
|
|
42
|
-
/** Styles applied to the root element if `size="small"` and `variant="outlined"`. */
|
|
43
|
-
outlinedSizeSmall: string;
|
|
44
|
-
/** Styles applied to the root element if `size="medium"` and `variant="outlined"`. */
|
|
45
|
-
outlinedSizeMedium: string;
|
|
46
|
-
/** Styles applied to the root element if `size="large"` and `variant="outlined"`. */
|
|
47
|
-
outlinedSizeLarge: string;
|
|
48
|
-
/** Styles applied to the root element if `size="small"` and `variant="contained"`. */
|
|
49
|
-
containedSizeSmall: string;
|
|
50
|
-
/** Styles applied to the root element if `size="small"` and `variant="contained"`. */
|
|
51
|
-
containedSizeMedium: string;
|
|
52
|
-
/** Styles applied to the root element if `size="large"` and `variant="contained"`. */
|
|
53
|
-
containedSizeLarge: string;
|
|
54
|
-
/** Styles applied to the root element if `size="small"`. */
|
|
55
|
-
sizeSmall: string;
|
|
56
|
-
/** Styles applied to the root element if `size="medium"`. */
|
|
57
|
-
sizeMedium: string;
|
|
58
|
-
/** Styles applied to the root element if `size="large"`. */
|
|
59
|
-
sizeLarge: string;
|
|
60
|
-
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
61
|
-
fullWidth: string;
|
|
62
|
-
/** Styles applied to the startIcon element if supplied. */
|
|
63
|
-
startIcon: string;
|
|
64
|
-
/** Styles applied to the endIcon element if supplied. */
|
|
65
|
-
endIcon: string;
|
|
66
|
-
/** Styles applied to the icon element if supplied and `size="small"`. */
|
|
67
|
-
iconSizeSmall: string;
|
|
68
|
-
/** Styles applied to the icon element if supplied and `size="medium"`. */
|
|
69
|
-
iconSizeMedium: string;
|
|
70
|
-
/** Styles applied to the icon element if supplied and `size="large"`. */
|
|
71
|
-
iconSizeLarge: string;
|
|
72
|
-
}
|
|
73
|
-
export declare type ButtonClassKey = keyof ButtonClasses;
|
|
74
|
-
export declare function getButtonUtilityClass(slot: string): string;
|
|
75
|
-
declare const buttonClasses: ButtonClasses;
|
|
76
|
-
export default buttonClasses;
|
|
1
|
+
export interface ButtonClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="text"`. */
|
|
5
|
+
text: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="text"` and `color="inherit"`. */
|
|
7
|
+
textInherit: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="text"` and `color="primary"`. */
|
|
9
|
+
textPrimary: string;
|
|
10
|
+
/** Styles applied to the root element if `variant="text"` and `color="secondary"`. */
|
|
11
|
+
textSecondary: string;
|
|
12
|
+
/** Styles applied to the root element if `variant="outlined"`. */
|
|
13
|
+
outlined: string;
|
|
14
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="inherit"`. */
|
|
15
|
+
outlinedInherit: string;
|
|
16
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="primary"`. */
|
|
17
|
+
outlinedPrimary: string;
|
|
18
|
+
/** Styles applied to the root element if `variant="outlined"` and `color="secondary"`. */
|
|
19
|
+
outlinedSecondary: string;
|
|
20
|
+
/** Styles applied to the root element if `variant="contained"`. */
|
|
21
|
+
contained: string;
|
|
22
|
+
/** Styles applied to the root element if `variant="contained"` and `color="inherit"`. */
|
|
23
|
+
containedInherit: string;
|
|
24
|
+
/** Styles applied to the root element if `variant="contained"` and `color="primary"`. */
|
|
25
|
+
containedPrimary: string;
|
|
26
|
+
/** Styles applied to the root element if `variant="contained"` and `color="secondary"`. */
|
|
27
|
+
containedSecondary: string;
|
|
28
|
+
/** Styles applied to the root element if `disableElevation={true}`. */
|
|
29
|
+
disableElevation: string;
|
|
30
|
+
/** State class applied to the ButtonBase root element if the button is keyboard focused. */
|
|
31
|
+
focusVisible: string;
|
|
32
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
33
|
+
disabled: string;
|
|
34
|
+
/** Styles applied to the root element if `color="inherit"`. */
|
|
35
|
+
colorInherit: string;
|
|
36
|
+
/** Styles applied to the root element if `size="small"` and `variant="text"`. */
|
|
37
|
+
textSizeSmall: string;
|
|
38
|
+
/** Styles applied to the root element if `size="medium"` and `variant="text"`. */
|
|
39
|
+
textSizeMedium: string;
|
|
40
|
+
/** Styles applied to the root element if `size="large"` and `variant="text"`. */
|
|
41
|
+
textSizeLarge: string;
|
|
42
|
+
/** Styles applied to the root element if `size="small"` and `variant="outlined"`. */
|
|
43
|
+
outlinedSizeSmall: string;
|
|
44
|
+
/** Styles applied to the root element if `size="medium"` and `variant="outlined"`. */
|
|
45
|
+
outlinedSizeMedium: string;
|
|
46
|
+
/** Styles applied to the root element if `size="large"` and `variant="outlined"`. */
|
|
47
|
+
outlinedSizeLarge: string;
|
|
48
|
+
/** Styles applied to the root element if `size="small"` and `variant="contained"`. */
|
|
49
|
+
containedSizeSmall: string;
|
|
50
|
+
/** Styles applied to the root element if `size="small"` and `variant="contained"`. */
|
|
51
|
+
containedSizeMedium: string;
|
|
52
|
+
/** Styles applied to the root element if `size="large"` and `variant="contained"`. */
|
|
53
|
+
containedSizeLarge: string;
|
|
54
|
+
/** Styles applied to the root element if `size="small"`. */
|
|
55
|
+
sizeSmall: string;
|
|
56
|
+
/** Styles applied to the root element if `size="medium"`. */
|
|
57
|
+
sizeMedium: string;
|
|
58
|
+
/** Styles applied to the root element if `size="large"`. */
|
|
59
|
+
sizeLarge: string;
|
|
60
|
+
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
61
|
+
fullWidth: string;
|
|
62
|
+
/** Styles applied to the startIcon element if supplied. */
|
|
63
|
+
startIcon: string;
|
|
64
|
+
/** Styles applied to the endIcon element if supplied. */
|
|
65
|
+
endIcon: string;
|
|
66
|
+
/** Styles applied to the icon element if supplied and `size="small"`. */
|
|
67
|
+
iconSizeSmall: string;
|
|
68
|
+
/** Styles applied to the icon element if supplied and `size="medium"`. */
|
|
69
|
+
iconSizeMedium: string;
|
|
70
|
+
/** Styles applied to the icon element if supplied and `size="large"`. */
|
|
71
|
+
iconSizeLarge: string;
|
|
72
|
+
}
|
|
73
|
+
export declare type ButtonClassKey = keyof ButtonClasses;
|
|
74
|
+
export declare function getButtonUtilityClass(slot: string): string;
|
|
75
|
+
declare const buttonClasses: ButtonClasses;
|
|
76
|
+
export default buttonClasses;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export interface ButtonBaseClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** State class applied to the root element if `disabled={true}`. */
|
|
5
|
-
disabled: string;
|
|
6
|
-
/** State class applied to the root element if keyboard focused. */
|
|
7
|
-
focusVisible: string;
|
|
8
|
-
}
|
|
9
|
-
export declare type ButtonBaseClassKey = keyof ButtonBaseClasses;
|
|
10
|
-
export declare function getButtonBaseUtilityClass(slot: string): string;
|
|
11
|
-
declare const buttonBaseClasses: ButtonBaseClasses;
|
|
12
|
-
export default buttonBaseClasses;
|
|
1
|
+
export interface ButtonBaseClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** State class applied to the root element if `disabled={true}`. */
|
|
5
|
+
disabled: string;
|
|
6
|
+
/** State class applied to the root element if keyboard focused. */
|
|
7
|
+
focusVisible: string;
|
|
8
|
+
}
|
|
9
|
+
export declare type ButtonBaseClassKey = keyof ButtonBaseClasses;
|
|
10
|
+
export declare function getButtonBaseUtilityClass(slot: string): string;
|
|
11
|
+
declare const buttonBaseClasses: ButtonBaseClasses;
|
|
12
|
+
export default buttonBaseClasses;
|
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
export interface TouchRippleClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the internal `Ripple` components `ripple` class. */
|
|
5
|
-
ripple: string;
|
|
6
|
-
/** Styles applied to the internal `Ripple` components `rippleVisible` class. */
|
|
7
|
-
rippleVisible: string;
|
|
8
|
-
/** Styles applied to the internal `Ripple` components `ripplePulsate` class. */
|
|
9
|
-
ripplePulsate: string;
|
|
10
|
-
/** Styles applied to the internal `Ripple` components `child` class. */
|
|
11
|
-
child: string;
|
|
12
|
-
/** Styles applied to the internal `Ripple` components `childLeaving` class. */
|
|
13
|
-
childLeaving: string;
|
|
14
|
-
/** Styles applied to the internal `Ripple` components `childPulsate` class. */
|
|
15
|
-
childPulsate: string;
|
|
16
|
-
}
|
|
17
|
-
export declare type TouchRippleClassKey = keyof TouchRippleClasses;
|
|
18
|
-
export declare function getTouchRippleUtilityClass(slot: string): string;
|
|
19
|
-
declare const touchRippleClasses: TouchRippleClasses;
|
|
20
|
-
export default touchRippleClasses;
|
|
1
|
+
export interface TouchRippleClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the internal `Ripple` components `ripple` class. */
|
|
5
|
+
ripple: string;
|
|
6
|
+
/** Styles applied to the internal `Ripple` components `rippleVisible` class. */
|
|
7
|
+
rippleVisible: string;
|
|
8
|
+
/** Styles applied to the internal `Ripple` components `ripplePulsate` class. */
|
|
9
|
+
ripplePulsate: string;
|
|
10
|
+
/** Styles applied to the internal `Ripple` components `child` class. */
|
|
11
|
+
child: string;
|
|
12
|
+
/** Styles applied to the internal `Ripple` components `childLeaving` class. */
|
|
13
|
+
childLeaving: string;
|
|
14
|
+
/** Styles applied to the internal `Ripple` components `childPulsate` class. */
|
|
15
|
+
childPulsate: string;
|
|
16
|
+
}
|
|
17
|
+
export declare type TouchRippleClassKey = keyof TouchRippleClasses;
|
|
18
|
+
export declare function getTouchRippleUtilityClass(slot: string): string;
|
|
19
|
+
declare const touchRippleClasses: TouchRippleClasses;
|
|
20
|
+
export default touchRippleClasses;
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
export interface ButtonGroupClasses {
|
|
2
|
-
/** Styles applied to the root element. */
|
|
3
|
-
root: string;
|
|
4
|
-
/** Styles applied to the root element if `variant="contained"`. */
|
|
5
|
-
contained: string;
|
|
6
|
-
/** Styles applied to the root element if `variant="outlined"`. */
|
|
7
|
-
outlined: string;
|
|
8
|
-
/** Styles applied to the root element if `variant="text"`. */
|
|
9
|
-
text: string;
|
|
10
|
-
/** Styles applied to the root element if `disableElevation={true}`. */
|
|
11
|
-
disableElevation: string;
|
|
12
|
-
/** State class applied to the child elements if `disabled={true}`. */
|
|
13
|
-
disabled: string;
|
|
14
|
-
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
15
|
-
fullWidth: string;
|
|
16
|
-
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
17
|
-
vertical: string;
|
|
18
|
-
/** Styles applied to the children. */
|
|
19
|
-
grouped: string;
|
|
20
|
-
/** Styles applied to the children if `orientation="horizontal"`. */
|
|
21
|
-
groupedHorizontal: string;
|
|
22
|
-
/** Styles applied to the children if `orientation="vertical"`. */
|
|
23
|
-
groupedVertical: string;
|
|
24
|
-
/** Styles applied to the children if `variant="text"`. */
|
|
25
|
-
groupedText: string;
|
|
26
|
-
/** Styles applied to the children if `variant="text"` and `orientation="horizontal"`. */
|
|
27
|
-
groupedTextHorizontal: string;
|
|
28
|
-
/** Styles applied to the children if `variant="text"` and `orientation="vertical"`. */
|
|
29
|
-
groupedTextVertical: string;
|
|
30
|
-
/** Styles applied to the children if `variant="text"` and `color="primary"`. */
|
|
31
|
-
groupedTextPrimary: string;
|
|
32
|
-
/** Styles applied to the children if `variant="text"` and `color="secondary"`. */
|
|
33
|
-
groupedTextSecondary: string;
|
|
34
|
-
/** Styles applied to the children if `variant="outlined"`. */
|
|
35
|
-
groupedOutlined: string;
|
|
36
|
-
/** Styles applied to the children if `variant="outlined"` and `orientation="horizontal"`. */
|
|
37
|
-
groupedOutlinedHorizontal: string;
|
|
38
|
-
/** Styles applied to the children if `variant="outlined"` and `orientation="vertical"`. */
|
|
39
|
-
groupedOutlinedVertical: string;
|
|
40
|
-
/** Styles applied to the children if `variant="outlined"` and `color="primary"`. */
|
|
41
|
-
groupedOutlinedPrimary: string;
|
|
42
|
-
/** Styles applied to the children if `variant="outlined"` and `color="secondary"`. */
|
|
43
|
-
groupedOutlinedSecondary: string;
|
|
44
|
-
/** Styles applied to the children if `variant="contained"`. */
|
|
45
|
-
groupedContained: string;
|
|
46
|
-
/** Styles applied to the children if `variant="contained"` and `orientation="horizontal"`. */
|
|
47
|
-
groupedContainedHorizontal: string;
|
|
48
|
-
/** Styles applied to the children if `variant="contained"` and `orientation="vertical"`. */
|
|
49
|
-
groupedContainedVertical: string;
|
|
50
|
-
/** Styles applied to the children if `variant="contained"` and `color="primary"`. */
|
|
51
|
-
groupedContainedPrimary: string;
|
|
52
|
-
/** Styles applied to the children if `variant="contained"` and `color="secondary"`. */
|
|
53
|
-
groupedContainedSecondary: string;
|
|
54
|
-
}
|
|
55
|
-
export declare type ButtonGroupClassKey = keyof ButtonGroupClasses;
|
|
56
|
-
export declare function getButtonGroupUtilityClass(slot: string): string;
|
|
57
|
-
declare const buttonGroupClasses: ButtonGroupClasses;
|
|
58
|
-
export default buttonGroupClasses;
|
|
1
|
+
export interface ButtonGroupClasses {
|
|
2
|
+
/** Styles applied to the root element. */
|
|
3
|
+
root: string;
|
|
4
|
+
/** Styles applied to the root element if `variant="contained"`. */
|
|
5
|
+
contained: string;
|
|
6
|
+
/** Styles applied to the root element if `variant="outlined"`. */
|
|
7
|
+
outlined: string;
|
|
8
|
+
/** Styles applied to the root element if `variant="text"`. */
|
|
9
|
+
text: string;
|
|
10
|
+
/** Styles applied to the root element if `disableElevation={true}`. */
|
|
11
|
+
disableElevation: string;
|
|
12
|
+
/** State class applied to the child elements if `disabled={true}`. */
|
|
13
|
+
disabled: string;
|
|
14
|
+
/** Styles applied to the root element if `fullWidth={true}`. */
|
|
15
|
+
fullWidth: string;
|
|
16
|
+
/** Styles applied to the root element if `orientation="vertical"`. */
|
|
17
|
+
vertical: string;
|
|
18
|
+
/** Styles applied to the children. */
|
|
19
|
+
grouped: string;
|
|
20
|
+
/** Styles applied to the children if `orientation="horizontal"`. */
|
|
21
|
+
groupedHorizontal: string;
|
|
22
|
+
/** Styles applied to the children if `orientation="vertical"`. */
|
|
23
|
+
groupedVertical: string;
|
|
24
|
+
/** Styles applied to the children if `variant="text"`. */
|
|
25
|
+
groupedText: string;
|
|
26
|
+
/** Styles applied to the children if `variant="text"` and `orientation="horizontal"`. */
|
|
27
|
+
groupedTextHorizontal: string;
|
|
28
|
+
/** Styles applied to the children if `variant="text"` and `orientation="vertical"`. */
|
|
29
|
+
groupedTextVertical: string;
|
|
30
|
+
/** Styles applied to the children if `variant="text"` and `color="primary"`. */
|
|
31
|
+
groupedTextPrimary: string;
|
|
32
|
+
/** Styles applied to the children if `variant="text"` and `color="secondary"`. */
|
|
33
|
+
groupedTextSecondary: string;
|
|
34
|
+
/** Styles applied to the children if `variant="outlined"`. */
|
|
35
|
+
groupedOutlined: string;
|
|
36
|
+
/** Styles applied to the children if `variant="outlined"` and `orientation="horizontal"`. */
|
|
37
|
+
groupedOutlinedHorizontal: string;
|
|
38
|
+
/** Styles applied to the children if `variant="outlined"` and `orientation="vertical"`. */
|
|
39
|
+
groupedOutlinedVertical: string;
|
|
40
|
+
/** Styles applied to the children if `variant="outlined"` and `color="primary"`. */
|
|
41
|
+
groupedOutlinedPrimary: string;
|
|
42
|
+
/** Styles applied to the children if `variant="outlined"` and `color="secondary"`. */
|
|
43
|
+
groupedOutlinedSecondary: string;
|
|
44
|
+
/** Styles applied to the children if `variant="contained"`. */
|
|
45
|
+
groupedContained: string;
|
|
46
|
+
/** Styles applied to the children if `variant="contained"` and `orientation="horizontal"`. */
|
|
47
|
+
groupedContainedHorizontal: string;
|
|
48
|
+
/** Styles applied to the children if `variant="contained"` and `orientation="vertical"`. */
|
|
49
|
+
groupedContainedVertical: string;
|
|
50
|
+
/** Styles applied to the children if `variant="contained"` and `color="primary"`. */
|
|
51
|
+
groupedContainedPrimary: string;
|
|
52
|
+
/** Styles applied to the children if `variant="contained"` and `color="secondary"`. */
|
|
53
|
+
groupedContainedSecondary: string;
|
|
54
|
+
}
|
|
55
|
+
export declare type ButtonGroupClassKey = keyof ButtonGroupClasses;
|
|
56
|
+
export declare function getButtonGroupUtilityClass(slot: string): string;
|
|
57
|
+
declare const buttonGroupClasses: ButtonGroupClasses;
|
|
58
|
+
export default buttonGroupClasses;
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,281 @@
|
|
|
1
1
|
### [Versions](https://mui.com/versions/)
|
|
2
2
|
|
|
3
|
+
## 5.0.4
|
|
4
|
+
|
|
5
|
+
<!-- generated comparing v5.0.3..master -->
|
|
6
|
+
|
|
7
|
+
_Oct 14, 2021_
|
|
8
|
+
|
|
9
|
+
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
|
|
10
|
+
|
|
11
|
+
- 🧪 Added `UnstyledInput` and `useInput` hook in the the first component in @mui/core package @michaldudak (#28053)
|
|
12
|
+
- 🐛 Fixed many bugs and improved the documentation 📚.
|
|
13
|
+
|
|
14
|
+
### `@mui/material@5.0.4`
|
|
15
|
+
|
|
16
|
+
- ​<!-- 31 -->[Chip] disable ripple only if onDelete is present. (#29034) @mottox2
|
|
17
|
+
- ​<!-- 06 -->[Pagination] Fix clicking on `...` triggering `onChange` with page value `null` (#28884) @ZeeshanTamboli
|
|
18
|
+
- ​<!-- 04 -->[Tabs] Alternative way to disable ":first-child is unsafe" error (#28982) @hbjORbj
|
|
19
|
+
- ​<!-- 03 -->[Tabs] Fix ":first-child is potentially unsafe" error (#28890) @hbjORbj
|
|
20
|
+
- ​<!-- 01 -->[transitions] Mark `children` as required where nullish `children` would crash at runtime (#29028) @eps1lon
|
|
21
|
+
|
|
22
|
+
### `@mui/system@5.0.4`
|
|
23
|
+
|
|
24
|
+
- ​<!-- 05 -->[system] Update typing for `style` function (#28744) @hbjORbj
|
|
25
|
+
|
|
26
|
+
### `@mui/core@5.0.0-alpha.51`
|
|
27
|
+
|
|
28
|
+
- ​<!-- 07 -->[InputUnstyled] Create unstyled input and useInput hook (#28053) @michaldudak
|
|
29
|
+
|
|
30
|
+
### `@mui/lab@5.0.0-alpha.51`
|
|
31
|
+
|
|
32
|
+
- ​<!-- 25 -->[DesktopDatePicker] add Paper props to pass down to Paper component (#28865) @amen-souissi
|
|
33
|
+
|
|
34
|
+
### Docs
|
|
35
|
+
|
|
36
|
+
- ​<!-- 24 -->[docs] Add JSDoc to `theme.breakpoints` (#29039) @eps1lon
|
|
37
|
+
- ​<!-- 23 -->[docs] Rename broken package names in docs pointing to `@mui/material` (#29006) @visualfanatic
|
|
38
|
+
- ​<!-- 22 -->[docs] Add troubleshooting guide for unexpected styles (#28907) @mnajdova
|
|
39
|
+
- ​<!-- 21 -->[docs] Fix issues reported by ahref (#28986) @mnajdova
|
|
40
|
+
- ​<!-- 20 -->[docs] Remove json translations for dropped locales (#28987) @mnajdova
|
|
41
|
+
- ​<!-- 19 -->[docs] Fix type signature of renderGroup in Autocomplete (#28876) @tanyabouman
|
|
42
|
+
- ​<!-- 18 -->[docs] Minor typo in v4-v5 migration docs (#28995) @kgregory
|
|
43
|
+
- ​<!-- 17 -->[docs] Add `mui-image` related project (#28621) @benmneb
|
|
44
|
+
- ​<!-- 16 -->[docs] Update Getting Started Templates' Source URIs (#28929) @epodol
|
|
45
|
+
- ​<!-- 15 -->[docs] Improve search experience (#28801) @siriwatknp
|
|
46
|
+
- ​<!-- 14 -->[docs] Fix demo of the responsive drawer (#28226) @goncalovf
|
|
47
|
+
- ​<!-- 13 -->[docs] Fix global theme link demo (#28974) @ZeeshanTamboli
|
|
48
|
+
- ​<!-- 12 -->[docs] Update box example to use 'backgroundColor' rather than 'bgColor' (#28958) @Jareechang
|
|
49
|
+
- ​<!-- 11 -->[docs] corrected `Box` import for `sx-prop` example (#28873) @phudekar
|
|
50
|
+
- ​<!-- 10 -->[docs] Fix footnote ID links in CONTRIBUTING.md (#28849) @officialpiyush
|
|
51
|
+
- ​<!-- 09 -->[docs] Fix color & density playground (#28803) @siriwatknp
|
|
52
|
+
- ​<!-- 08 -->[docs] Improve visibility of styled engine configuration section in installation guide (#28903) @Jareechang
|
|
53
|
+
|
|
54
|
+
### Core
|
|
55
|
+
|
|
56
|
+
- ​<!-- 30 -->[core] Prevent yarn cache growing infinitely (#29040) @eps1lon
|
|
57
|
+
- ​<!-- 29 -->[core] Update browserslist (#29025) @eps1lon
|
|
58
|
+
- ​<!-- 28 -->[core] Update `peerDependencies` to require `latest` instead of `next` (#29007) @eps1lon
|
|
59
|
+
- ​<!-- 27 -->[core] Increase memory limit for size:snapshot (#29005) @eps1lon
|
|
60
|
+
- ​<!-- 26 -->[core] Init `private` Joy package (#28957) @siriwatknp
|
|
61
|
+
- ​<!-- 02 -->[test] Remove a11y snapshot tests (#28887) @eps1lon
|
|
62
|
+
|
|
63
|
+
All contributors of this release in alphabetical order: @amen-souissi, @benmneb, @epodol, @eps1lon, @goncalovf, @hbjORbj, @Jareechang, @kgregory, @michaldudak, @mnajdova, @mottox2, @officialpiyush, @phudekar, @siriwatknp, @tanyabouman, @visualfanatic, @ZeeshanTamboli
|
|
64
|
+
|
|
65
|
+
## 5.0.3
|
|
66
|
+
|
|
67
|
+
<!-- generated comparing v5.0.2..master -->
|
|
68
|
+
|
|
69
|
+
_Oct 7, 2021_
|
|
70
|
+
|
|
71
|
+
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
|
|
72
|
+
|
|
73
|
+
- 🧪 Created the first component in @mui/material-next - our v6 prototype package.
|
|
74
|
+
- 🐛 Fixed many bugs and improved the documentation 📚.
|
|
75
|
+
|
|
76
|
+
### `@mui/material@5.0.3`
|
|
77
|
+
|
|
78
|
+
- ​<!-- 10 -->[Stack] Add props & variants types in the theme (#28843) @mnajdova
|
|
79
|
+
- ​<!-- 12 -->[InputLabel] Fix condition for applying formControl overrides (#28707) @yevheniiminin
|
|
80
|
+
- ​<!-- 05 -->[Tooltip] Allow overriding internal components and their props (#28692) @michaldudak
|
|
81
|
+
- ​<!-- 04 -->[transitions] Fix `addEndListener` not being called with the DOM node (#28715) @eps1lon
|
|
82
|
+
|
|
83
|
+
### `@mui/codemod@5.0.3`
|
|
84
|
+
|
|
85
|
+
- ​<!-- 37 -->[codemod] Fix `optimal-imports` to support v4 and v5-alpha, beta (#28812) @siriwatknp
|
|
86
|
+
|
|
87
|
+
### `@mui/system@5.0.3`
|
|
88
|
+
|
|
89
|
+
- ​<!-- 09 -->[system] Add padding/margin-block/inline to spacing (#28813) @smmoosavi
|
|
90
|
+
|
|
91
|
+
### `@mui/styled-engine-sc@5.0.3`
|
|
92
|
+
|
|
93
|
+
- ​<!-- 42 -->Don't allow styled-components APIs on mui styled function (#28807) @hbjORbj
|
|
94
|
+
|
|
95
|
+
### `@mui/core@5.0.0-alpha.50`
|
|
96
|
+
|
|
97
|
+
- ​<!-- 38 -->[ButtonUnstyled] Don't set redundant role=button (#28488) @michaldudak
|
|
98
|
+
- ​<!-- 43 -->[SliderUnstyled] Prevent unknown-prop error when using marks prop (#28868) @hbjORbj
|
|
99
|
+
|
|
100
|
+
### `@mui/lab@5.0.0-alpha.50`
|
|
101
|
+
|
|
102
|
+
- ​<!-- 11 -->[pickers] Change view even if `onViewChange` is set (#28765) @eps1lon
|
|
103
|
+
|
|
104
|
+
### `@mui/material-next@6.0.0-alpha.4`
|
|
105
|
+
|
|
106
|
+
- ​<!-- 39 -->[Button-next] Create Button in material-next (#28313) @michaldudak
|
|
107
|
+
|
|
108
|
+
### Docs
|
|
109
|
+
|
|
110
|
+
- ​<!-- 34 -->[docs] Add alike v4 default button color in migration (#28881) @siriwatknp
|
|
111
|
+
- ​<!-- 34 -->[docs] Use PNG instead of SVG for color preview (#28699) @eps1lon
|
|
112
|
+
- ​<!-- 33 -->[docs] Use client-side navigation when activating docsearch results (#28750) @eps1lon
|
|
113
|
+
- ​<!-- 32 -->[docs] Fluid icon size in icons search (#28747) @eps1lon
|
|
114
|
+
- ​<!-- 31 -->[docs] Fix the wrong import in docs grid page (#28863) @taghi-khavari
|
|
115
|
+
- ​<!-- 30 -->[docs] Fix typo in Pagination docs (#28864) @ZeeshanTamboli
|
|
116
|
+
- ​<!-- 29 -->[docs] Fix 404 links (#28710) @mnajdova
|
|
117
|
+
- ​<!-- 28 -->[docs] Fix typo in Mui CSS classname (#28725) @cacpgomes
|
|
118
|
+
- ​<!-- 27 -->[docs] Match example to codesandbox demo and update ID link (#28762) @AnilSeervi
|
|
119
|
+
- ​<!-- 26 -->[docs] Fix typo in system/box documentation (#28822) @iamsergo
|
|
120
|
+
- ​<!-- 25 -->[docs] Use HTML standards for autocomplete attributes (#28827) @epodol
|
|
121
|
+
- ​<!-- 24 -->[docs] Improve styled-components integration (#28713) @mnajdova
|
|
122
|
+
- ​<!-- 23 -->[docs] Correct Select's menu placement description (#28748) @michaldudak
|
|
123
|
+
- ​<!-- 22 -->[docs] AdapterDayJS -> AdapterDayjs (#28770) @veerreshr
|
|
124
|
+
- ​<!-- 21 -->[docs] Theme documentation, typo fix (#28805) @saeedseyfi
|
|
125
|
+
- ​<!-- 20 -->[docs] Add the last diamond sponsor (#28737) @hbjORbj
|
|
126
|
+
- ​<!-- 19 -->[docs] Fix various links in CONTRIBUTING (#28751) @AnilSeervi
|
|
127
|
+
- ​<!-- 18 -->[docs] Only add JSS to demos (#28698) @eps1lon
|
|
128
|
+
- ​<!-- 17 -->[docs] Update v5 status in release schedule (#28700) @owais635
|
|
129
|
+
- ​<!-- 16 -->[docs] Fix typo in /guides/styled-engine (#28720) @Sharry0
|
|
130
|
+
- ​<!-- 15 -->[docs] Fix typo in chip documentation (#28641) @avranju94
|
|
131
|
+
- ​<!-- 14 -->[docs] Fix versions page (#28682) @mnajdova
|
|
132
|
+
- ​<!-- 13 -->[docs] Remove legacy team page (#28646) @mnajdova
|
|
133
|
+
- ​<!-- 41 -->[website] add "React" to the hero description (#28830) @danilo-leal
|
|
134
|
+
- ​<!-- 03 -->[website] Fix constantly reloading when Russian language is set (#28869) @mnajdova
|
|
135
|
+
- ​<!-- 02 -->[website] Compress one avatar image on about us page (#28823) @hbjORbj
|
|
136
|
+
- ​<!-- 01 -->[website] Hide 'become a diamond sponsor' box on landing page (#28814) @hbjORbj
|
|
137
|
+
- ​<!-- 40 -->[website] Update Benny's profile on about us page (#28816) @hbjORbj
|
|
138
|
+
|
|
139
|
+
### Core
|
|
140
|
+
|
|
141
|
+
- ​<!-- 36 -->[core] Remove `--exact` from `release:version` (#28840) @siriwatknp
|
|
142
|
+
- ​<!-- 35 -->[core] Neglect framer from release flow (#28680) @siriwatknp
|
|
143
|
+
- ​<!-- 08 -->[test] Add a test for not allowing styled-components' APIs on mui `styled` function (#28862) @hbjORbj
|
|
144
|
+
- ​<!-- 07 -->[test] Fix instances where type tests were only passing due to object being part of ReactNode (#28804) @eps1lon
|
|
145
|
+
- ​<!-- 06 -->[test] Move ByMuiTest to test/utils (#28509) @eps1lon
|
|
146
|
+
|
|
147
|
+
All contributors of this release in alphabetical order: @AnilSeervi, @avranju94, @cacpgomes, @danilo-leal, @epodol, @eps1lon, @hbjORbj, @iamsergo, @michaldudak, @mnajdova, @owais635, @saeedseyfi, @Sharry0, @siriwatknp, @smmoosavi, @taghi-khavari, @veerreshr, @yevheniiminin, @ZeeshanTamboli
|
|
148
|
+
|
|
149
|
+
## 5.0.2
|
|
150
|
+
|
|
151
|
+
<!-- generated comparing v5.0.1..master -->
|
|
152
|
+
|
|
153
|
+
_Sep 29, 2021_
|
|
154
|
+
|
|
155
|
+
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
|
|
156
|
+
|
|
157
|
+
- 🔧 Improve `jss-to-styled` codemod to use new package names.
|
|
158
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
159
|
+
|
|
160
|
+
### `@mui/material@5.0.2`
|
|
161
|
+
|
|
162
|
+
- ​<!-- 28 -->[Checkbox] Fix form submission with empty value (#28423) @garronej
|
|
163
|
+
- ​<!-- 08 -->[Slider] Don't error on minimal changes with readonly value (#28472) @eps1lon
|
|
164
|
+
- ​<!-- 07 -->[Switch] Fix style overrides on input (#28576) @praveenkumar-kalidass
|
|
165
|
+
- ​<!-- 03 -->[useMediaQuery] Add types for `matchMedia` option and deprecate exported interfaces (#28413) @eps1lon
|
|
166
|
+
|
|
167
|
+
### `@mui/codemod@5.0.2`
|
|
168
|
+
|
|
169
|
+
- ​<!-- 27 -->[codemod] Add MenuItem v.1.0.0 transform for primaryText property (#28640) @dmitry-yudakov
|
|
170
|
+
- ​<!-- 26 -->[codemod] Update the imports in `jss-to-styled` to match the new package names (#28667) @mnajdova
|
|
171
|
+
|
|
172
|
+
### `@mui/system@5.0.2`
|
|
173
|
+
|
|
174
|
+
- ​<!-- 06 -->[system] Fix types to support theme callbacks on pseudo and nested selectors (#28570) @mnajdova
|
|
175
|
+
|
|
176
|
+
### Docs
|
|
177
|
+
|
|
178
|
+
- ​<!-- 23 -->[docs] Remove languages: fr, de, ja, es, ru (#28663) @mnajdova
|
|
179
|
+
- ​<!-- 22 -->[docs] Improve old doc versions discoverability (#28651) @danilo-leal
|
|
180
|
+
- ​<!-- 21 -->[docs] Make the Toggle Button size demo use default icon size (#28656) @danilo-leal
|
|
181
|
+
- ​<!-- 20 -->[docs] Uniformize the code's font family (#28582) @oliviertassinari
|
|
182
|
+
- ​<!-- 19 -->[docs] Removed duplicate line in date-ranger-picker.md file (#28635) @naveen-bharathi
|
|
183
|
+
- ​<!-- 18 -->[docs] Fix title MUI x2 (#28634) @oliviertassinari
|
|
184
|
+
- ​<!-- 17 -->[docs] Polish email validation logic (#28255) @kiznick
|
|
185
|
+
- ​<!-- 16 -->[docs] Improve migration-v4.md phrasing (#28253) @adamthewebguy
|
|
186
|
+
- ​<!-- 15 -->[docs] Fix color in example (#28527) @alexeagleson
|
|
187
|
+
- ​<!-- 14 -->[docs] Fix typo in generated class names section (#28549) @fxlemire
|
|
188
|
+
- ​<!-- 13 -->[docs] Mention Premium pricing cap (#28581) @oliviertassinari
|
|
189
|
+
- ​<!-- 12 -->[docs] Update examples to use latest mui #28565 @siriwatknp
|
|
190
|
+
- ​<!-- 11 -->[docs] Push the fixes on Next.js's Link to the examples (#28178) @oliviertassinari
|
|
191
|
+
- ​<!-- 10 -->[docs] Fix wrong name for zIndex's property example in /system/ (#28541) @chetrit
|
|
192
|
+
- ​<!-- 08 -->[examples] Nextjs Link missing passHref #28588 (#28661) @Brlaney
|
|
193
|
+
- ​<!-- 02 -->[website] Iteration on the pricing page (#28406) @danilo-leal
|
|
194
|
+
- ​<!-- 01 -->[website] Batch fixes (#28564) @siriwatknp
|
|
195
|
+
|
|
196
|
+
### Core
|
|
197
|
+
|
|
198
|
+
- ​<!-- 25 -->[core] Improve Renovate groups (#28642) @eps1lon
|
|
199
|
+
- ​<!-- 24 -->[core] Batch small changes (#28553) @oliviertassinari
|
|
200
|
+
- ​<!-- 05 -->[test] Document where the value for SwitchBase#value comes from (#28638) @eps1lon
|
|
201
|
+
- ​<!-- 04 -->[test] Make `seconds` `views` test pass in browsers (#28511) @eps1lon
|
|
202
|
+
|
|
203
|
+
All contributors of this release in alphabetical order: @adamthewebguy, @alexeagleson, @Brlaney, @chetrit, @danilo-leal, @dmitry-yudakov, @eps1lon, @fxlemire, @garronej, @kiznick, @mnajdova, @naveen-bharathi, @oliviertassinari, @praveenkumar-kalidass, @siriwatknp
|
|
204
|
+
|
|
205
|
+
## 5.0.1
|
|
206
|
+
|
|
207
|
+
<!-- generated comparing v5.0.0..master -->
|
|
208
|
+
|
|
209
|
+
_Sep 22, 2021_
|
|
210
|
+
|
|
211
|
+
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
|
|
212
|
+
|
|
213
|
+
- 🔎 Improve the search on the documentation.
|
|
214
|
+
- 📚 Improve the v4 to v5 migration guide.
|
|
215
|
+
- And many more 🐛 bug fixes and 📚 improvements.
|
|
216
|
+
|
|
217
|
+
### `@mui/material@5.0.1`
|
|
218
|
+
|
|
219
|
+
- ​<!-- 18 -->[Radio] Fix support for number value type (#26772) @sakura90
|
|
220
|
+
- ​<!-- 12 -->[useMediaQuery] Reduce bundle size (#28412) @eps1lon
|
|
221
|
+
|
|
222
|
+
### `@mui/codemod@5.0.1`
|
|
223
|
+
|
|
224
|
+
- ​<!-- 43 -->[codemod] Cover edge case for theme-spacing #28400 @siriwatknp
|
|
225
|
+
|
|
226
|
+
### `@mui/lab@5.0.0-alpha.48`
|
|
227
|
+
|
|
228
|
+
- ​<!-- 36 -->[DateTimePicker] Support `seconds` `view` (#25095) @breitembach
|
|
229
|
+
- ​<!-- 13 -->[TimePicker] Fire change event when meridiem changes (#26600) @coder-freestyle
|
|
230
|
+
|
|
231
|
+
### Docs
|
|
232
|
+
|
|
233
|
+
- ​<!-- 35 -->[docs] Fix missing exit animation for transition Poppers (#28506) @eps1lon
|
|
234
|
+
- ​<!-- 34 -->[docs] Fix migration v5 docs (#28530) @siriwatknp
|
|
235
|
+
- ​<!-- 33 -->[docs] Avoid re-mounting the whole tree when switching theme direction (#28495) @eps1lon
|
|
236
|
+
- ​<!-- 32 -->[docs] Fix html compliance (#28429) @oliviertassinari
|
|
237
|
+
- ​<!-- 31 -->[docs] Use hyphen-case for CSS properties in /system/properties (#28489) @chetrit
|
|
238
|
+
- ​<!-- 30 -->[docs] Update caret position in comments to match npm scope (#28426) @eps1lon
|
|
239
|
+
- ​<!-- 29 -->[docs] Fix CONTRIBUTING to point out to master as targeted branch (#28396) @mnajdova
|
|
240
|
+
- ​<!-- 28 -->[docs] Update examples to remove 'beta' (#28475) @oliviertassinari
|
|
241
|
+
- ​<!-- 27 -->[docs] Fix 404 links to MUI X API (#28176) @oliviertassinari
|
|
242
|
+
- ​<!-- 26 -->[docs] Fix broken/incorrect attributes links in Avatar and NativeSelect API pages (#28417) @xenostar
|
|
243
|
+
- ​<!-- 25 -->[docs] Explain how `<Alert icon={false} />` behaves (#28348) @nguyenkhanhnam
|
|
244
|
+
- ​<!-- 24 -->[docs] Fix typo in /system/the-sx-prop (#28393) @danwoods
|
|
245
|
+
- ​<!-- 23 -->[docs] Correct the migration doc (#28391) @michaldudak
|
|
246
|
+
- ​<!-- 22 -->[docs] Fix the notification display logic (#28389) @oliviertassinari
|
|
247
|
+
- ​<!-- 21 -->[docs] Add notification for v5 @oliviertassinari
|
|
248
|
+
- ​<!-- 20 -->[docs] Fix typo (#28521) @valse
|
|
249
|
+
- ​<!-- 12 -->[website] Implement algolia redesign (#28252) @hbjORbj
|
|
250
|
+
- ​<!-- 11 -->[website] Update data-grid dependencies #28531 @siriwatknp
|
|
251
|
+
- ​<!-- 10 -->[website] Cleanup unused files after rebranding (#28505) @siriwatknp
|
|
252
|
+
- ​<!-- 09 -->[website] Update /company pages to use marketing website Header and Footer (#28498) @danilo-leal
|
|
253
|
+
- ​<!-- 08 -->[website] Optimize images (#28486) @michaldudak
|
|
254
|
+
- ​<!-- 07 -->[website] Add components index page (#28485) @siriwatknp
|
|
255
|
+
- ​<!-- 06 -->[website] Fix typo (#28478) @oliviertassinari
|
|
256
|
+
- ​<!-- 05 -->[website] Fix crash (#28474) @oliviertassinari
|
|
257
|
+
- ​<!-- 04 -->[website] Close the open engineering roles (#28428) @oliviertassinari
|
|
258
|
+
- ​<!-- 03 -->[website] Fix 40x links (#28401) @mnajdova
|
|
259
|
+
- ​<!-- 02 -->[website] Fix SEO issues reported by moz.com (#28402) @mnajdova
|
|
260
|
+
- ​<!-- 01 -->[website] Fix production issues (#28384) @siriwatknp
|
|
261
|
+
|
|
262
|
+
### Core
|
|
263
|
+
|
|
264
|
+
- ​<!-- 44 -->[core] Fix release:changelog base branch (#28533) @mnajdova
|
|
265
|
+
- ​<!-- 42 -->[core] Remove code handling JSS components (#28421) @eps1lon
|
|
266
|
+
- ​<!-- 41 -->[core] Remove unused dependencies (#28468) @eps1lon
|
|
267
|
+
- ​<!-- 40 -->[core] Ensure both docs bundles are analyzeable (#28410) @eps1lon
|
|
268
|
+
- ​<!-- 39 -->[core] Switch to webpack 5 (#28248) @eps1lon
|
|
269
|
+
- ​<!-- 38 -->[core] Batch small changes (#28177) @oliviertassinari
|
|
270
|
+
- ​<!-- 37 -->[core] Update publish tag to latest (#28382) @mnajdova
|
|
271
|
+
- ​<!-- 19 -->[framer] Update @mui/\* dependencies (#28469) @eps1lon
|
|
272
|
+
- ​<!-- 17 -->[test] Add custom queries to `screen` (#28507) @eps1lon
|
|
273
|
+
- ​<!-- 16 -->[test] Run listChangedFiles against master (#28504) @eps1lon
|
|
274
|
+
- ​<!-- 15 -->[test] Increase BrowserStack timeout for Firefox (#28476) @oliviertassinari
|
|
275
|
+
- ​<!-- 14 -->[test] Use testing-library alpha when running React 18 tests (#28267) @eps1lon
|
|
276
|
+
|
|
277
|
+
All contributors of this release in alphabetical order: @breitembach, @chetrit, @coder-freestyle, @danilo-leal, @danwoods, @eps1lon, @hbjORbj, @michaldudak, @mnajdova, @nguyenkhanhnam, @oliviertassinari, @sakura90, @siriwatknp, @valse, @xenostar
|
|
278
|
+
|
|
3
279
|
## 5.0.0
|
|
4
280
|
|
|
5
281
|
<!-- generated comparing v5.0.0-rc.1..next -->
|
|
@@ -256,7 +532,7 @@ A big thanks to the 18 contributors who made this release possible. Here are som
|
|
|
256
532
|
- ​<!-- 31 -->[core] Remove file-wide disables of `no-use-before-define` (#27984) @eps1lon
|
|
257
533
|
- ​<!-- 30 -->[core] Improve `release:changelog` script (#27941) @eps1lon
|
|
258
534
|
- ​<!-- 29 -->[core] Enforce curly braces for block statements (#27946) @eps1lon
|
|
259
|
-
- ​<!-- 07 -->[test] Disable
|
|
535
|
+
- ​<!-- 07 -->[test] Disable BrowserStack for PRs (#28041) @eps1lon
|
|
260
536
|
|
|
261
537
|
All contributors of this release in alphabetical order: @aaronlademann-wf, @bene-we, @chetas411, @eps1lon, @flaviendelangle, @hbjORbj, @iamhosseindhv, @m4theushw, @michaldudak, @mnajdova, @oliviertassinari, @rajzik, @rsxdalv, @siriwatknp, @StefanBRas, @StefanTobler, @tdmiller1, @vedadeepta
|
|
262
538
|
|
|
@@ -1640,7 +1916,7 @@ A big thanks to the 16 contributors who made this release possible. Here are som
|
|
|
1640
1916
|
|
|
1641
1917
|
- ​<!-- 60 -->[core] Skip sx prop in internal components (#26235) @mnajdova
|
|
1642
1918
|
- ​<!-- 59 -->[core] Remove `withStyles` dependencies from `@material-ui/core/styles` (#26277) @mnajdova
|
|
1643
|
-
- ​<!-- 55 -->[core] Include human readable target in the
|
|
1919
|
+
- ​<!-- 55 -->[core] Include human readable target in the BrowserStack build (#26322) @eps1lon
|
|
1644
1920
|
- ​<!-- 53 -->[core] Fix NotchedOutlineProps type (#26305) @gnowland
|
|
1645
1921
|
- ​<!-- 51 -->[core] Add file for git-blame --ignore-revs-file (#26295) @eps1lon
|
|
1646
1922
|
- ​<!-- 49 -->[core] Ensure component class keys aren't missing (#25754) @eps1lon
|