Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumps @mui/material from 5.10.9 to 5.11.0. #67

Open
SashenJayathilaka opened this issue Dec 20, 2022 · 0 comments
Open

Bumps @mui/material from 5.10.9 to 5.11.0. #67

SashenJayathilaka opened this issue Dec 20, 2022 · 0 comments
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation

Comments

@SashenJayathilaka
Copy link
Owner

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 the sx prop in the theme (#35150)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

BREAKING CHANGES

  • [system] Enable configuring the sx prop in the theme (#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]

@mui/[email protected]

  • [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @​EduardoSCosta

@mui/[email protected]

Docs

... (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 the sx prop in the theme (#35150)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/[email protected]

@mui/[email protected]

@mui/[email protected]

BREAKING CHANGES

  • [system] Enable configuring the sx prop in the theme (#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]

@mui/[email protected]

  • [PopperUnstyled] Update PopperTooltip to have correct width when closing with transition (#34714) @​EduardoSCosta

@mui/[email protected]

Docs

... (truncated)

Commits

@SashenJayathilaka SashenJayathilaka added documentation Improvements or additions to documentation dependencies Pull requests that update a dependency file labels Dec 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant