Instagram-Clone
Instagram-Clone copied to clipboard
Bumps @mui/material from 5.10.9 to 5.11.0.
Bumps @mui/material from 5.10.9 to 5.11.0.
Release notes
Sourced from @mui/material
's releases.
v5.11.0
Dec 13, 2022
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
- 🔥
@mnajdova
enabled configuration of thesx
prop in thetheme
(#35150)- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/[email protected]
- [Alert] Update icon color in all variants (#35414)
@danilo-leal
- [Select] Fix
MenuProps.PopoverClasses
being overriden (#35394)@vitorfrs-dev
- [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710)
@kraftware
@mui/[email protected]
- [icons] Restore the PhoneInTalk icons (#35409)
@michaldudak
@mui/[email protected]
BREAKING CHANGES
[system] Enable configuring the
sx
prop in thetheme
(#35150)@mnajdova
The breaking change is regarding an experimental API:
-import { styled, experimental_sx } from '@mui/material/styles'; +import { styled } from '@mui/material/styles';
-const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
@mui/[email protected]
- [Joy] Miscellaneous fixes (#35447)
@siriwatknp
@mui/[email protected]
- [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714)
@EduardoSCosta
@mui/[email protected]
- [Material You] Add ripple on the button (#35299)
@mnajdova
Docs
- [docs] Simplify state management in Text Field demo page (#35051)
@PratikDev
- [docs] Improve
Responsive App bar with Drawer
demo (#35418)@ZeeshanTamboli
... (truncated)
Changelog
Sourced from @mui/material
's changelog.
5.11.0
Dec 13, 2022
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
- 🔥
@mnajdova
enabled configuration of thesx
prop in thetheme
(#35150)- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.
@mui/[email protected]
- [Alert] Update icon color in all variants (#35414)
@danilo-leal
- [Select] Fix
MenuProps.PopoverClasses
being overriden (#35394)@vitorfrs-dev
- [SwipeableDrawer] Fixed typescript warning "prop open undefined" (#34710)
@kraftware
@mui/[email protected]
- [icons] Restore the PhoneInTalk icons (#35409)
@michaldudak
@mui/[email protected]
BREAKING CHANGES
[system] Enable configuring the
sx
prop in thetheme
(#35150)@mnajdova
The breaking change is regarding an experimental API:
-import { styled, experimental_sx } from '@mui/material/styles'; +import { styled } from '@mui/material/styles';
-const Component = styled('div)(experimental_sx({ p: 1 }}); +const Component = styled('div)(({ theme }) => theme.unstable_sx({ p: 1 }});
@mui/[email protected]
- [Joy] Miscellaneous fixes (#35447)
@siriwatknp
@mui/[email protected]
- [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714)
@EduardoSCosta
@mui/[email protected]
- [Material You] Add ripple on the button (#35299)
@mnajdova
Docs
... (truncated)
Commits
191acda
5.11.0 (#35453)b8341bb
[docs] Fix typo inFormControl
API docs (#35449)f8e1f6e
[typescript] Add null to return type of OverridableComponent (#35311)08bf5e6
[SwipeableDrawer] fixed typescript warning "prop open undefined" (#34710)0a4a997
[core] Fix@mui/material
package building (#35324)5c7eab3
[Alert] Update icon color in all variants (#35414)6a08da1
[Select] FixMenuProps.PopoverClasses
being overriden (#35394)d23e42b
[system] Enable configuring thesx
prop in thetheme
(#35150)16e177b
Bump babel (#35336)4265f34
v5.10.17 (#35354)- Additional commits viewable in compare view