Bump @mui/material from 5.6.4 to 5.11.11 in /conferences by dependabot[bot] · Pull Request #739 · hyperaudio/hyperaudio
Bumps @mui/material from 5.6.4 to 5.11.11.
Release notes
Sourced from @mui/material's releases.
v5.11.11
Feb 28, 2023
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
- 📚 added API documentation for the slots in MUI Base and Joy UI by
@hbjORbj, for e.g. SliderUnstyled API- other 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.11
- ​[Autocomplete] Adds
sxprop toListboxPropstype (#36243)@sai6855- ​[material] Add global CSS class for
readOnlyprop (#32822)@jrparish- ​[Stack][material] Use createStack from the system (#33795)
@mnajdova- ​[Select] Fix incorrect selecting of first element (#36024)
@michaldudak- ​[Slider] Miscellaneous improvements (#35941)
@ZeeshanTamboli- ​[Slider] Remove unnecessary
data-focusvisibleattribute (#36091)@ZeeshanTamboli- ​[Snackbar] Replace component logic with
useSnackbarhook (#36272)@ZeeshanTamboli- ​[TextField] Fix floating label position (#36246)
@oliviertassinari- ​[TextField] Fix floating label position (#36288)
@oliviertassinari
@mui/base@5.0.0-alpha.119Breaking changes
​[base] Remove
classesprop from the Base components that have it (#36157)@hbjORbjThese are the components affected by this change: ModalUnstyled, SliderUnstyled, TablePaginationUnstyled and TablePaginationActionsUnstyled. You can replace theclassesprop by providing the class name prop directly to the prop viaslotProps. Below is an example of how the migration should look like:<TablePaginationUnstyled - classes={{ toolbar: 'toolbar-classname', menuItem: 'menuItem-classname' }} + slotProps={{ toolbar: { className: 'toolbar-classname' }, menuItem: { className: 'menuItem-classname'}}} />​[base] Move hooks to their own directories (#36235)
@hbjORbjBase hooks (e.g.,useSelect) are no longer exported from{Component}Unstyleddirectories and instead they have their own directories. Below is an example of how the migration should look like:-import { useBadge } from '@mui/base/BadgeUnstyled'; +import useBadge from '@mui/base/useBadge';You can use this codemod to help with the migration.
Changes
... (truncated)
Changelog
Sourced from @mui/material's changelog.
5.11.11
Feb 27, 2023
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
- 📚 added API documentation for the slots in MUI Base and Joy UI by
@hbjORbj, for e.g. SliderUnstyled API- other 🐛 bug fixes and 📚 documentation improvements.
@mui/material@5.11.11
- ​[Autocomplete] Adds
sxprop toListboxPropstype (#36243)@sai6855- ​[material] Add global CSS class for
readOnlyprop (#32822)@jrparish- ​[Stack][material] Use createStack from the system (#33795)
@mnajdova- ​[Select] Fix incorrect selecting of first element (#36024)
@michaldudak- ​[Slider] Miscellaneous improvements (#35941)
@ZeeshanTamboli- ​[Slider] Remove unnecessary
data-focusvisibleattribute (#36091)@ZeeshanTamboli- ​[Snackbar] Replace component logic with
useSnackbarhook (#36272)@ZeeshanTamboli- ​[TextField] Fix floating label position (#36246)
@oliviertassinari- ​[TextField] Fix floating label position (#36288)
@oliviertassinari
@mui/base@5.0.0-alpha.119Breaking changes
​[base] Remove
classesprop from the Base components that have it (#36157)@hbjORbjThese are the components affected by this change: ModalUnstyled, SliderUnstyled, TablePaginationUnstyled and TablePaginationActionsUnstyled. You can replace theclassesprop by providing the class name prop directly to the prop viaslotProps. Below is an example of how the migration should look like:<TablePaginationUnstyled - classes={{ toolbar: 'toolbar-classname', menuItem: 'menuItem-classname' }} + slotProps={{ toolbar: { className: 'toolbar-classname' }, menuItem: { className: 'menuItem-classname'}}} />​[base] Move hooks to their own directories (#36235)
@hbjORbjBase hooks (e.g.,useSelect) are no longer exported from{Component}Unstyleddirectories and instead they have their own directories. Below is an example of how the migration should look like:-import { useBadge } from '@mui/base/BadgeUnstyled'; +import useBadge from '@mui/base/useBadge';You can use this codemod to help with the migration.
Changes
... (truncated)
Commits
58df7f1[release] v5.11.11 (#36360)8767478[TextField] Fix floating label position (#36288)1dfc14f[TextField] Fix floating label position (#36246)cccae49[Rating] Add TODO comment in Rating component to usereadOnlystate class ...b2359faBump babel (#36342)ec7cdb2[Stack][material] Use createStack from the system (#33795)a6d4d95[Autocomplete] Addssxprop toListboxPropstype (#36243)44fc8f3[material] Add global CSS class forreadOnlyprop (#32822)e3a37cb[Select] Fix incorrect selecting of first element (#36024)ef63421[base] Removeclassesprop from the Base components that have it (#36157)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)