Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 2, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/material (source) 5.10.2 -> 5.10.7 age adoption passing confidence

Release Notes

mui/material-ui

v5.10.7

Compare Source

Sep 26, 2022

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

@mui/material@5.10.7
@mui/system@5.10.7
@mui/material@5.0.0-alpha.101
@mui/base@5.0.0-alpha.99
Breaking changes
  • [TrapFocus] Rename TrapFocus to FocusTrap (#​34216) @​kabernardes

    - import TrapFocus from ‘@​mui/base/TrapFocus’;
    + import FocusTrap from ‘@​mui/base/FocusTrap’;
Changes
@mui/joy@5.0.0-alpha.47
Docs
Core

All contributors of this release in alphabetical order: @​abhinav-22-tech, @​alexfauquette, @​CodingItWrong, @​Dustin-Digitar, @​garronej, @​HexM7, @​howlettt, @​Janpot, @​joserodolfofreitas, @​kabernardes, @​MBilalShafi, @​Methuselah96, @​michaldudak, @​mnajdova, @​oliviertassinari, @​prakhargupta1, @​pratikkarad, @​ptrfrncsmrph, @​samuelsycamore, @​siriwatknp, @​ZeeshanTamboli

v5.10.6

Compare Source

Sep 19, 2022

A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.10.6
@mui/joy@5.0.0-alpha.46
Breaking changes
  • [button][joy] Replace start/endIcon prop with start/endDecorator (#​34288) @​hbjORbj

    BREAKING CHANGE: replace start/endIcon with start/endDecorator.

    // before
    <Button startIcon={...} endIcon={...} />
    
    // after
    <Button startDecorator={...} endDecorator={...} />
Changes
@mui/base@5.0.0-alpha.98
Breaking changes
  • [Select][base] Add event parameter to the onChange callback (#​34158) @​michaldudak

    The SelectUnstyled and MultiSelectUnstyled onChange callbacks did not have event as the first parameter, leading to inconsistency with other components and native HTML elements.
    This PR adds the event parameter as the first one and moves the newly selected value to the second position. Because of this, it's a breaking change.
    This also affects Select from Joy UI.

    // before
    <SelectUnstyled onChange={(newValue) => { /* ... */ }} />
    
    // after
    <SelectUnstyled onChange={(event, newValue) => { /* ... */ }} />
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​flaviendelangle, @​hbjORbj, @​Janpot, @​michaldudak, @​oliviertassinari, @​renovate[bot], @​samuelsycamore, @​siriwatknp, @​tomasz-sodzawiczny, @​ZeeshanTamboli

v5.10.5

Compare Source

Sep 12, 2022

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

@mui/material@5.10.5
@mui/joy@5.0.0-alpha.45
Docs
Core

All contributors of this release in alphabetical order: @​bytasv, @​ChrystianDeMatos, @​hbjORbj, @​HexM7, @​iamxukai, @​kushagra010, @​LukasTy, @​michaldudak, @​oliviertassinari, @​siriwatknp, @​ZeeshanTamboli, @​zillion504

v5.10.4

Compare Source

Sep 5, 2022

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

  • 🚀 Added Alert component to Joy UI (#​33859) @​hbjORbj
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@mui/material@5.10.4
@mui/joy@5.0.0-alpha.44
@mui/base@5.0.0-alpha.96
Docs
Core

All contributors of this release in alphabetical order: @​cherniavskii, @​DanailH, @​hbjORbj, @​Janpot, @​michaldudak, @​oliviertassinari, @​paulschreiber, @​ropereraLK, @​samuelsycamore, @​siriwatknp, @​viclafouch

v5.10.3

Compare Source

Aug 29, 2022

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

  • @​mnajdova implemented an alternative to OverridableComponent to achieve better dev-time performance (#​32735)
  • Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@mui/material@5.10.3
@mui/system@5.10.3
@mui/base@5.0.0-alpha.95
@mui/joy@5.0.0-alpha.43
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​bharatkashyap, @​bicstone, @​danilo-leal, @​EthanStandel, @​HexM7, @​hoangph271, @​JonathanAsbury-SPS, @​michaldudak, @​mnajdova, @​NaveenPantra, @​oliviertassinari, @​pieetrus, @​renovate[bot], @​siriwatknp, @​ZeeshanTamboli


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 20d69b1 to 6ec0a23 Compare October 2, 2022 13:59
@maito1201 maito1201 closed this Oct 2, 2022
@maito1201 maito1201 reopened this Oct 2, 2022
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 6ec0a23 to 0ce73c9 Compare October 2, 2022 13:59
@maito1201 maito1201 merged commit 386509f into main Oct 2, 2022
@renovate renovate bot deleted the renovate/material-ui-monorepo branch October 2, 2022 14:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants