Instagram-Clone icon indicating copy to clipboard operation
Instagram-Clone copied to clipboard

Bumps @mui/material from 5.10.9 to 5.11.0.

Open SashenJayathilaka opened this issue 2 years ago • 0 comments

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 avatar Dec 20 '22 01:12 SashenJayathilaka