Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 30, 2022

Bumps @mui/material from 5.0.0 to 5.5.3.

Release notes

Sourced from @​mui/material's releases.

v5.5.3

Mar 28, 2022

A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:

  • ♿️ improved the a11y on some docs demos
  • Several 🐛 bug fixes and 📚 documentation improvements

@mui/material@5.5.3

@mui/codemod@5.5.3

@mui/utils@5.5.3

@mui/base@5.0.0-alpha.74

Breaking changes

  • ​[base] Remove BackdropUnstyled component (#31923) @​mnajdova

    The BackdropUnstyled component was removed from the @mui/base package, as it did not have any specific logic, except adding an aria-hidden attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:

    const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
      (props, ref) => {
        const { open, className, ...other } = props;
        return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
      },
    );
  • &#8203;[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @​michaldudak

    Removed the Unstyled_ prefix from the Base export (it remains in the Material UI export, though).

    -import { Unstyled_TrapFocus } from '@mui/base';
    +import { TrapFocus } from '@mui/base';
    // or
    -import TrapFocus from '@​mui/base/Unstyled_TrapFocus';

... (truncated)

Changelog

Sourced from @​mui/material's changelog.

5.5.3

Mar 28, 2022

A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:

  • ♿️ improved the a11y on some docs demos
  • Several 🐛 bug fixes and 📚 documentation improvements

@mui/material@5.5.3

@mui/codemod@5.5.3

@mui/utils@5.5.3

@mui/base@5.0.0-alpha.74

Breaking changes

  • &#8203;[base] Remove BackdropUnstyled component (#31923) @​mnajdova

    The BackdropUnstyled component was removed from the @mui/base package, as it did not have any specific logic, except adding an aria-hidden attribute on the div it rendered. This is not enough to justify it's existence in the base package. Here is an example alternative component you can use:

    const BackdropUnstyled = React.forwardRef<HTMLDivElement, { open?: boolean; className: string }>(
      (props, ref) => {
        const { open, className, ...other } = props;
        return <div className={clsx({ 'MuiBackdrop-open': open }, className)} ref={ref} {...other} />;
      },
    );
  • &#8203;[TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954) @​michaldudak

    Removed the Unstyled_ prefix from the Base export (it remains in the Material UI export, though).

    -import { Unstyled_TrapFocus } from '@mui/base';
    +import { TrapFocus } from '@mui/base';

... (truncated)

Commits
  • 96e1f40 v5.5.3 (#32019)
  • ffb5408 [Grow] Add a workaround for Safari 15.4 CSS transition bug (#31975)
  • 1b64a41 [TrapFocus] Move docs to Base and drop the Unstyled prefix (#31954)
  • 13fe3f9 [docs] Improve the color description in the API pages (#30976)
  • 4eff9b9 [docs] Fix the documentation for filterOptions in Autocomplete API page (#31416)
  • 373a2cb [ButtonBase] Start ripple only after mount (#31950)
  • 1ab5711 [test] Add tests for component using StandardProps and polymorphic componen...
  • c37d6ce [base] Remove BackdropUnstyled component (#31923)
  • ec4bc06 [FormControlLabel] Fix label prop type to be in-line with other label prop ty...
  • dd411b0 v5.5.2 (#31925)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@mui/material](https://github.com/mui/material-ui/tree/HEAD/packages/mui-material) from 5.0.0 to 5.5.3.
- [Release notes](https://github.com/mui/material-ui/releases)
- [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mui/material-ui/commits/v5.5.3/packages/mui-material)

---
updated-dependencies:
- dependency-name: "@mui/material"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 30, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 7, 2022

Superseded by #56.

@dependabot dependabot bot closed this Apr 7, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/mui/material-5.5.3 branch April 7, 2022 01:57
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant