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

Update material-ui monorepo #106

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 18, 2023

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@mui/base (source) 5.0.0-beta.7 -> 5.0.0-beta.68 age adoption passing confidence
@mui/icons-material (source) 5.14.0 -> 5.16.13 age adoption passing confidence
@mui/material (source) 5.14.0 -> 5.16.13 age adoption passing confidence

Release Notes

mui/material-ui (@​mui/base)

v5.0.0-beta.53

v5.0.0-beta.45

v5.0.0-beta.43

v5.0.0-beta.39

v5.0.0-beta.37

v5.0.0-beta.36

v5.0.0-beta.34

v5.0.0-beta.33

v5.0.0-beta.32

Breaking changes

The class prefix of Base UI components have been changed from Mui- to base-. This only affects codebases that uses class names verbatim, i.e. not exposed by JS objects such as buttonClasses, but as plain strings or in CSS stylesheets (.MuiButton.root)

To adapt your code to the new pattern:

  • replace all occurrences of the regex .Mui([A-Z][A-Za-z]*)- with .base-$1- (so MuiButton-root becomes base-Button-root, etc.),
  • replace all occurrences of the regex .Mui-([a-z]*) with .base--$1 (so Mui-disabled becomes base--disabled, etc.).
Changes

v5.0.0-beta.31

  • [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#​40425) @​sai6855

v5.0.0-beta.30

Compare Source

v5.0.0-beta.29

Compare Source

v5.0.0-beta.28

Compare Source

v5.0.0-beta.27

Compare Source

  • ​[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#​39096) @​mj12albert

v5.0.0-beta.26

Compare Source

v5.0.0-beta.25

Compare Source

v5.0.0-beta.23

v5.0.0-beta.22

Compare Source

v5.0.0-beta.21

Compare Source

v5.0.0-beta.20

Compare Source

v5.0.0-beta.19

Compare Source

v5.0.0-beta.18

Compare Source

v5.0.0-beta.17

Compare Source

v5.0.0-beta.16

Compare Source

v5.0.0-beta.15

Compare Source

v5.0.0-beta.14

Compare Source

v5.0.0-beta.13

Compare Source

v5.0.0-beta.12

v5.0.0-beta.11

v5.0.0-beta.10

Compare Source

v5.0.0-beta.9

Compare Source

Breaking changes
Other changes

v5.0.0-beta.8

Compare Source

mui/material-ui (@​mui/icons-material)

v5.16.13

Compare Source

v5.16.12

Compare Source

Dec 16, 2024

Material UI v5 is now compatible with React 19 (#​44720) @​DiegoAndai

Core

All contributors of this release in alphabetical order: @​DiegoAndai

v5.16.11

A big thanks to the contributor who made this release possible.

Core

All contributors of this release in alphabetical order: @​DiegoAndai

v5.16.9

Compare Source

A big thanks to the 2 contributors who made this release possible.

@mui/[email protected]
Core

All contributors of this release in alphabetical order: @​DiegoAndai, @​siriwatknp

v5.16.8

Compare Source

A big thanks to the 8 contributors who made this release possible.

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​cherniavskii, @​DiegoAndai, @​jukkatupamaki, @​michelengelen, @​oliviertassinari, @​rluzists1, @​siriwatknp

v5.16.7

Compare Source

v5.16.6

Compare Source

Jul 30, 2024

A big thanks to the 5 contributors who made this release possible.

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aliharis99, @​anuujj, @​mnajdova, @​sai6855, @​shahzaibdev1

v5.16.5

Compare Source

Jul 25, 2024

A big thanks to the 4 contributors who made this release possible.

@mui/[email protected]
Docs

All contributors of this release in alphabetical order: @​ManthanGajjar, @​mnajdova, @​navedqb, @​oliviertassinari

Full Changelog: mui/material-ui@v5.16.4...v5.16.5

v5.16.4

Compare Source

Jul 16, 2024

A big thanks to the one contributor who made this release possible.

@mui/[email protected]

All contributors of this release in alphabetical order: @​mnajdova

v5.16.3

Compare Source

Jul 16, 2024

A big thanks to the 3 contributors who made this release possible.

@mui/[email protected]
Docs

All contributors of this release in alphabetical order: @​HoFa1997, @​mnajdova, @​oliviertassinari

v5.16.2

Compare Source

Jul 16, 2024

A big thanks to the 2 contributors who made this release possible.

@mui/[email protected]
Core

All contributors of this release in alphabetical order: @​mnajdova, @​oliviertassinari

v5.16.1

Compare Source

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

  • ⚛️ All packages, including Material UI, are now compatible with React 18.3.1
@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​oliviertassinari, @​omahs, @​ZeeshanTamboli

v5.16.0

Compare Source

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

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​alexey-kozlenkov, @​jxdp, @​oliviertassinari, @​siriwatknp

v5.15.21

Compare Source

Jun 28, 2024

A big thanks to the 7 contributors who made this release possible.

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​alexfauquette, @​alexismo, @​arminmeh, @​Danielkhakbaz, @​DiegoAndai, @​mnajdova, @​oliviertassinari

v5.15.20

Compare Source

Jun 12, 2024

A big thanks to the 9 contributors who made this release possible.

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​anle9650, @​DanailH, @​danilo-leal, @​erezstmn-doit, @​iammminzzy, @​oliviertassinari, @​sai6855, @​ZeeshanTamboli

v5.15.19

Compare Source

v5.15.18

Compare Source

May 14, 2024

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

@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​arthurbalduini, @​oliviertassinari, @​samuelsycamore, @​TahaRhidouani, @​tarunrajput

v5.15.17

Compare Source

v5.15.16

Compare Source

v5.15.15

Compare Source

A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

@mui/[email protected]
@mui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​aarongarciah, @​bharatkashyap, @​cherniavskii, @​danilo-leal, @​mnajdova, @​oliviertassinari, @​ZeeshanTamboli

v5.15.14

Compare Source

Mar 18, 2024

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

@mui/[email protected]
  • [Accordion] Convert to support CSS extraction ([#​41221](ht

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.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from d70fe75 to 81b1ff5 Compare June 18, 2023 07:10
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 81b1ff5 to 4516817 Compare June 23, 2023 16:19
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from b561c5e to c3e5557 Compare June 23, 2023 16:19
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c3e5557 to a8bb002 Compare July 4, 2023 11:56
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from a8bb002 to 429f900 Compare July 4, 2023 11:56
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 429f900 to e45d626 Compare July 11, 2023 15:37
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from e45d626 to c39bb32 Compare July 11, 2023 15:37
@renovate renovate bot changed the title Update material-ui monorepo Update material-ui monorepo - autoclosed Jul 17, 2023
@renovate renovate bot closed this Jul 17, 2023
@renovate renovate bot deleted the renovate/material-ui-monorepo branch July 17, 2023 11:10
@renovate renovate bot changed the title Update material-ui monorepo - autoclosed Update material-ui monorepo Jul 19, 2023
@renovate renovate bot reopened this Jul 19, 2023
@renovate renovate bot restored the renovate/material-ui-monorepo branch July 19, 2023 09:33
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c39bb32 to 1bc874e Compare July 19, 2023 09:33
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from 1bc874e to 52c06db Compare July 19, 2023 09:34
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 52c06db to aa73874 Compare July 25, 2023 12:34
@github-actions github-actions bot force-pushed the renovate/material-ui-monorepo branch from aa73874 to c255fd0 Compare July 25, 2023 12:34
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c255fd0 to a3f39b1 Compare August 1, 2023 15:43
@buberdds buberdds force-pushed the renovate/material-ui-monorepo branch from a3f39b1 to 09cba20 Compare August 1, 2023 15:43
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 09cba20 to 09a7e91 Compare August 1, 2023 18:43
@buberdds buberdds force-pushed the renovate/material-ui-monorepo branch from 09a7e91 to faef9ab Compare August 1, 2023 18:44
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from faef9ab to 76e6617 Compare August 8, 2023 10:34
@buberdds buberdds force-pushed the renovate/material-ui-monorepo branch from 76e6617 to 61a4205 Compare August 8, 2023 10:35
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 61a4205 to 01c5628 Compare August 14, 2023 15:30
@buberdds buberdds force-pushed the renovate/material-ui-monorepo branch from 01c5628 to 5daea16 Compare August 14, 2023 15:31
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from f1d002a to ceb8590 Compare August 29, 2023 13:02
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 561c645 to fc3c6b3 Compare March 19, 2024 12:13
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from fc3c6b3 to a6db3ba Compare April 4, 2024 09:52
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from c67f279 to fc62da7 Compare May 8, 2024 12:34
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from fc62da7 to 5528df0 Compare May 16, 2024 14:13
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 5528df0 to 75e9e26 Compare May 29, 2024 13:36
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 75e9e26 to 4f3250e Compare June 12, 2024 16:26
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 8c72dd3 to 3fa1156 Compare July 5, 2024 14:31
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 3 times, most recently from ae32d43 to be07bf9 Compare July 16, 2024 16:43
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 3c8333a to 9666169 Compare July 30, 2024 22:50
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 9666169 to c5aeffa Compare August 9, 2024 11:31
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c5aeffa to b7ecda9 Compare September 19, 2024 03:49
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from bdfa990 to 63f15f8 Compare October 22, 2024 11:46
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 63f15f8 to 4240239 Compare October 30, 2024 16:47
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 6ba7889 to 63d0ebd Compare November 27, 2024 14:08
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from cb6fa03 to a5eafed Compare December 4, 2024 12:02
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 3 times, most recently from 133871d to 1a18a7e Compare December 17, 2024 16:09
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 1a18a7e to 841976a Compare December 23, 2024 19:36
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 841976a to 49192e1 Compare December 25, 2024 13:42
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.

0 participants