react-saas-template
                                
                                 react-saas-template copied to clipboard
                                
                                    react-saas-template copied to clipboard
                            
                            
                            
                        Bump @mui/lab from 5.0.0-alpha.71 to 5.0.0-alpha.121
Bumps @mui/lab from 5.0.0-alpha.71 to 5.0.0-alpha.121.
Changelog
Sourced from @mui/lab's changelog.
Versions
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/[email protected]
- ​[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/[email protected]Breaking 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.
... (truncated)
Commits
- See full diff 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)