Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Dec 30, 2023

This PR contains the following updates:

Package Change Age Confidence
@mui/base (source) 5.0.0-alpha.111 -> 5.0.0-beta.70 age confidence
@mui/material (source) 5.11.1 -> 5.18.0 age confidence
@mui/system (source) 5.11.1 -> 5.18.0 age confidence

Release Notes

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

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

v5.0.0-beta.26

Compare Source

v5.0.0-beta.25

Compare Source

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.10

Compare Source

v5.0.0-beta.9

Compare Source

v5.0.0-beta.8

Compare Source

v5.0.0-beta.5

Compare Source

Aug 24, 2021

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

  • 🐛 Fixed a lot of bugs and regressions to get us closer to the v5 stable release milestone
  • 📚 Improved the docs and the migration guide for upgrading to v5
@material-ui/[email protected]
Breaking changes
  • [core] Update `.browserslistrc` file (#​27788) @​DanailH

    The targets of the default bundle have changed:

    • Chrome 90 (up from 84)
    • Edge 91 (up from 85)
    • Safari 14 (macOS) (up from 13.1) and 12.4 (iOS) (up from 12.2)
    • Opera 76 (up from 70)
  • [Autocomplete] Rename Value type to AutocompleteValue (#​27804) @​michaldudak

    The useAutocomplete hook used a type called Value. It was a very generic name for a type specific to the Autocomplete control, so it was removed to AutocompleteValue.

    -import { Value } from '@​material-ui/core/useAutocomplete';
    +import { AutocompleteValue } from '@​material-ui/core/useAutocomplete';
Changes
  • [AppBar] Fix transparency issue on dark mode (#​27281) @​will-amaral
  • Revert "[BottomNavigation] onClick does not fire if tapped while scrolling (#​22524)" (#​27690) @​eps1lon
  • [Autocomplete] Add verbose warning for defaultValue (#​27925) @​vedadeepta
  • [Badge] Add missing classes to exported class object (#​27943) @​pvdstel
  • [ButtonGroup] Allow `size` customization via module augmentation (#​27834) @​aaronlademann-wf
  • [InputBase] Preserve host state when changing `rows` from undefined to defined (#​27683) @​eps1lon
  • [InputLabel] Apply `asterisk` class when `required` (#​27738) @​alexile
  • [Select] Fix NativeSelect propagating classes to the DOM element (#​27797) @​mnajdova
  • [Stack] Match the customization standard (#​27777) @​oliviertassinari
  • [SvgIcon] Apply custom color if defined in the theme (#​27923) @​eps1lon
  • [Switch] Add optional `track` slot to SwitchUnstyled (#​27916) @​michaldudak
  • [Tooltip] Fix broken arrow position in rtl (#​27868) @​mnajdova
  • [transitions] Allow to run Slide into a custom container (#​26623) @​benny0642
@material-ui/[email protected]
Breaking changes
  • [system] Rename `styleProps` to `ownerState` (#​27830) @​mnajdova

    The change was done in order to better reflect what they are, not what we think they will be used for.

     <SomeSlotComponent
    -  styleProps={propsAndState}
    +  ownerState={propsAndState}
     />
Changes
  • [system] Remove dependency on `overridesResolver` for the `variants` (#​27859) @​mnajdova
  • [system] Forward `classes` prop if no slot specified in the options (#​27795) @​mnajdova
  • [system] Fix pseudo class overridden in variants (#​27847) @​hbjORbj
@material-ui/[email protected]
  • [icons] Improve GitHub size (#​27740) @​oliviertassinari
@material-ui/[email protected]
  • [styled-engine] Remove unecessary aliases (#​27779) @​oliviertassinari
  • [styled-engine] Drop withComponent support (#​27780) @​oliviertassinari
@material-ui/[email protected]
  • [core] Utilize `CSS.supports` in `SliderUnstyled` component (#​27724) @​DanailH
@material-ui/[email protected]
  • [DatePicker] Fix click-away logic requiring second click in some cases (#​24877) @​eps1lon
  • [lab] Use the public API for module augmentation (#​27735) @​oliviertassinari
  • [Timeline] Fix color="inherit" on TimelineDot (#​27794) @​mnajdova
Docs
  • [docs] Redesign on markdown page (#​27860) @​mnajdova
  • [docs] Split changelog into current and old (#​27942) @​eps1lon
  • [docs] Migration, emphasize theme structure change (#​27935) @​oliviertassinari
  • [docs] Fix missing `href` for AppDrawerNavItems (#​27936) @​eps1lon
  • [docs] Pass window of iframe to framed demos (#​27924) @​eps1lon
  • [docs] Simplify Select Chip demo styling (#​27864) @​LorenzHenk
  • [docs] Move from Redux to React Context (#​27828) @​eps1lon
  • [docs] Correct the useAutocomplete import path (#​27805) @​michaldudak
  • [docs] Fix Tooltip flicker when hovering between code icon and demo (#​27841) @​eps1lon
  • [docs] Don't log if a request was aborted in ServerRequestDatePicker demo (#​27843) @​eps1lon
  • [docs] Fix false-positive useToolbar warning when using the demo toolbar menu (#​27842) @​eps1lon
  • [docs] Add missing import (#​27850) @​nguyenyou
  • [docs] Fix circular integration demo (#​27856) @​LorenzHenk
  • [docs] A few examples is enough (#​27874) @​mekouar-mehdi
  • [docs] Improve README.md (#​27852) @​surajkumar016
  • [docs] Fix rtl issue on the demos (#​27865) @​mnajdova
  • [docs] Apply the new branding theme and do the AppBar redesign (#​27789) @​mnajdova
  • [docs] Improve grammar in 'Align list items' section (#​27730) @​atorenherrinton
  • [docs] Make API documentation tables horizontally scrollable (#​27787) @​jakeanq
  • [docs] Fix typo on "Customized dialogs" section (#​27827) @​nomanoff
  • [docs] Fix Autocomplete country layout shift (#​27814) @​oliviertassinari
  • [docs] Improve accessible labels for Card demos (#​27675) @​eps1lon
  • [docs] Run in StrictMode by default (#​27693) @​eps1lon
  • [docs] Display TypeScript code of demo if requested (#​27691) @​eps1lon
  • [docs] Use country image instead of emoji (#​27723) @​qiweiii
  • [docs] Zero runtime themeAugmentation documentation (#​27706) @​eps1lon
  • [docs] Fix MobileTextStepper example to match description (#​27682) @​nolastemgarden
  • [docs] Document the transfer-list limitations (#​27783) @​oliviertassinari
  • [docs] Move TypeScript docs in context (#​27782) @​oliviertassinari
  • [docs] Prefer linking API source TypeScript (#​27781) @​oliviertassinari
  • [docs] Improve the Modal onClose migration (#​27775) @​oliviertassinari
  • [docs] Fix outdated styled-engine docs (#​27778) @​oliviertassinari
  • [docs] Improve right to left guide (#​27713) @​mnajdova
  • [docs] Consistent line break (#​27728) @​oliviertassinari
  • [docs] Don't dispatch ignored "reset code variant" actions (#​27712) @​eps1lon
  • [docs] Fix sentence to be more grammatically correct (#​27733) @​atorenherrinton
  • [examples] Add code sandbox config with node version (#​27798) @​qiweiii
  • Revert "[examples] Fix nextjs with styled-components example (#​27583)" (#​27921) @​mnajdova
  • Revert "[examples] Update create-react-app examples with styled-components to use package aliases (#​27591)" (#​27917) @​mnajdova
  • [I10n] Add Khmer (kh-KH) locale support (#​27915) @​teachhay
  • [website] Add templates & design-kits page (#​27811) @​siriwatknp
  • [website] Improve rebranding homepage performance (#​27838) @​siriwatknp
  • [website] Honest a11y value proposition (#​27826) @​eps1lon
  • [website] Improve homepage rebranding (#​27663) @​siriwatknp
  • [website] A few polish (#​27741) @​oliviertassinari
  • [website] Polish homepage (#​27930) @​oliviertassinari
Core
  • [core] Fix various flip: false regressions (#​27920) @​mnajdova
  • [core] Fix typo in code comment (#​27818) @​hamidreza-nateghi
  • [core] Fix typos in repository (#​27785) @​JEONGJIHUN
  • [test] Current behavior when disabling components variants (#​27376) @​noviicee
  • [tests Improve test for checking if classes is forwarded to any DOM element (#​27815) @​mnajdova
  • [tests] Replace legacy `describeConformance` with `describeConformanceV5` (#​27817) @​mnajdova

All contributors of this release in alphabetical order: @​aaronlademann-wf, @​alexile, @​atorenherrinton, @​benny0642, @​DanailH, @​eps1lon, @​hamidreza-nateghi, @​hbjORbj, @​jakeanq, @​JEONGJIHUN, @​LorenzHenk, @​mekouar-mehdi, @​michaldudak, @​mnajdova, @​nguyenyou, @​nolastemgarden, @​nomanoff, @​noviicee, @​oliviertassinari, @​pvdstel, @​qiweiii, @​siriwatknp, @​surajkumar016, @​teachhay, @​vedadeepta, @​will-amaral

v5.0.0-beta.4

Compare Source

Aug 13, 2021

Big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:

@material-ui/[email protected]
Breaking changes
  • [Grid] Fix "auto" behavior to match natural width of its content (#​27514) @​aaronlademann-wf
Changes
  • [ButtonBase] Fix tabIndex type (#​27684) @​kylegach
  • [MenuList] Fix text navigation (#​27526) @​ryancogswell
  • [l10n] Add Arabic Sudan (ar-SD) locale (#​27588) @​YassinHussein
  • [Radio] Fix size prop forwarding with custom icons (#​27656) @​DouglasPds
  • [TextField] Password visibility icons ( "visibility" ⇔ "visibility-off" ) should be reversed (#​27507) @​tonextone
  • [ToggleButton] Fix handling of color prop (#​27635) @​oliviertassinari
@material-ui/[email protected]
  • [codemod] Fix filename case sensitive duplicate @​oliviertassinari
@material-ui/[email protected]
  • [StyledEngineProvider] Remove unnecessary emotion cache export (#​27680) @​garronej
  • [system] Fix missing filterProps in compose type (#​27618) @​R-Bower
@material-ui/[email protected]
  • [CalendarPicker] Improve contrast between enabled and disabled days (#​27603) @​nikitabobers
  • [PickersDay] Render `children` if specified (#​27462) @​abriginets
  • [TreeView] Fix TreeItem label overflow (#​27585) @​LorenzHenk
Docs
  • [docs] Update guides for @​material-ui/styled-engine-sc installation (#​27602) @​mnajdova
  • [docs] Document that @​material-ui/styles is not strict mode compatible (#​27639) @​oliviertassinari
  • [docs] Link to "Customization of Theme" from relevant theme interfaces (#​27689) @​eps1lon
  • [docs] Update CSP page (#​27627) @​mnajdova
  • [docs] Reorder and rename "enforce value" ToggleButton demo (#​27678) @​LorenzHenk
  • [docs] Fix missing dependency in the DataGrid demo (#​27597) @​m4theushw
  • [docs] img should have a src attribute (#​27632) @​oliviertassinari
  • [docs] Add badges to Transfer List (#​27634) @​oliviertassinari
  • [docs] Recommend the `direct-import` babel plugin over `transform-import` (#​27335) @​umidbekk
  • [docs] Remove unused code (#​27711) @​eps1lon
  • [docs] Improve virtualization demo (#​27340) @​vedadeepta
  • [examples] Include a follow-up on the example (#​27620) @​matiasherranz
  • [website] Add about page (#​27599) @​siriwatknp
  • [website] Add pricing page (#​27598) @​siriwatknp
Core
  • [core] Batch small changes (#​27636) @​oliviertassinari
  • [core] Change range strategy to bump (#​27652) @​oliviertassinari
  • [core] Fix visual regression example images (#​27660) @​eps1lon
  • [core] Remove diff when running yarn docs:dev (#​27720) @​eps1lon
  • [core] Remove mocks of require.context in markdown loader (#​27406) @​eps1lon
  • [core] Reduce use CSS when Checkbox disableRipple is set (#​27568) @​oliviertassinari
  • [test] Add coverage for jss-to-styled prefix from filename (#​27522) @​eps1lon
  • [test] Add current behavior for a11y name vs visible name for PickersDay (#​27661) @​eps1lon
  • [test] Dodge double logging in dev mode (#​27653) @​oliviertassinari
  • [test] Enable skipped test fixed by upstream React fix (#​27615) @​eps1lon
  • [theme] Add missed variants in Components interface (#​27453) @​nikitabobers

All contributors of this release in alphabetical order: @​aaronlademann-wf, @​abriginets, @​DouglasPds, @​eps1lon, @​garronej, @​kylegach, @​LorenzHenk, @​m4theushw, @​matiasherranz, @​mnajdova, @​nikitabobers, @​oliviertassinari, @​R-Bower, @​ryancogswell, @​siriwatknp, @​tonextone, @​umidbekk, @​vedadeepta, @​YassinHussein

v5.0.0-beta.3

Compare Source

Aug 9, 2021

Big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:

@material-ui/[email protected]
  • [Modal] Restore `overflowX` and `overflowY` styles (#​27487) @​PCOffline
  • [Modal] Remove unnecessary check for children.props.tabIndex (#​27374) @​noviicee
  • [Select] Fix regression for icon not rotating (#​27511) @​mnajdova
@material-ui/[email protected]
  • [system] Added top, left, right and bottom border color CSS properties to system (#​27580) @​R-Bower
@material-ui/[email protected]
  • [codemod] Add support for `createStyles` use in `jss-to-styled` (#​27578) @​mnajdova
  • [codemod] Fix `jss-to-styled` PREFIX generation on Windows (#​27491) @​mnajdova
  • [codemod] Fix `jss-to-styled` codemod to handle React.Fragment as root (#​27495) @​mnajdova
@material-ui/[email protected]
  • [FormControl] Create FormControlUnstyled (#​27240) @​michaldudak
  • [Autocomplete] Move useAutocomplete to the Unstyled package (#​27485) @​michaldudak
Docs
  • [docs] Fix layout shift when opening hash anchor (#​27619) @​oliviertassinari
  • [docs] Add TypeScript guide for the `sx` prop (#​27417) @​mnajdova
  • [docs] Hardcode listed colors in /customization/color/#playground (#​27446) @​eps1lon
  • [docs] Bring back Select#onChange signature API (#​27443) @​eps1lon
  • [docs] Remove backticks in the title (#​27567) @​oliviertassinari
  • [docs] Fix 404 links (#​27566) @​oliviertassinari
  • [docs] Use the same h2 for the customization demos (#​27569) @​oliviertassinari
  • [docs] Fix syntax error in v5 migration `styled` api example (#​27518) @​kimbaudi
  • [docs] Improve SSR configuration with emotion (#​27496) @​frandiox
  • [docs] Change "pseudo-classes" to "state classes" (#​27570) @​michaldudak
  • [docs] Add StackBlitz edit demo integration (#​27391) @​sulco
  • [docs] Remove unnecessary generic argument (#​27516) @​bezpalko
  • [docs] Add customization demos (#​27411) @​siriwatknp
  • [docs] Restore initial descriptionRegExp logic (#​27436) @​oliviertassinari
  • [docs] Polish jss-to-styled docs (#​27457) @​oliviertassinari
  • [examples] Fix nextjs with styled-components example (#​27583) @​mnajdova
  • [examples] Update create-react-app examples with styled-components to use package aliases (#​27591) @​mnajdova
  • [examples] Improve integration examples with Next.js (#​27331) @​Harshita-Kanal
  • [website] Add spicefactory as gold sponsor @​oliviertassinari
  • [website] Homepage rebranding (#​27488) @​siriwatknp
  • [website] Add Flavien to team and about pages (#​27575) @​flaviendelangle
  • [website] Add Ryan to Community contributors for Stack Overflow contributions (#​27529) @​ryancogswell
  • [website] Add references section to home (#​27444) @​siriwatknp
Core
  • [core] rebaseWhen=auto does not seem to work (#​27565) @​oliviertassinari
  • [core] Improve instructions for the @​material-ui/styles migration (#​27466) @​mnajdova
  • [core] Batch small changes (#​27435) @​oliviertassinari
  • [core] Receive patch and minor dependency updates (#​27455) @​eps1lon
  • [test] Update coverage to include all @​material-ui packages (#​27521) @​eps1lon
  • [test] Lint codemod tests (#​27519) @​eps1lon
  • [test] Allow tests to run for 6s before timeout (#​27456) @​oliviertassinari

All contributors of this release in alphabetical order: @​bezpalko, @​eps1lon, @​flaviendelangle, @​frandiox, @​Harshita-Kanal, @​kimbaudi, @​michaldudak, @​mnajdova, @​noviicee, @​oliviertassinari, @​PCOffline, @​R-Bower, @​ryancogswell, @​siriwatknp, @​sulco

v5.0.0-beta.2

Compare Source

Jul 26, 2021

Big thanks to the 20 contributors who made this release possible. Here are some highlights ✨:

  • ✨ We introduced a new codemod for converting JSS styles to emotion (#​27292) @​siriwatknp
    It should help the adoption of v5, by making possible the removal of JSS sooner.
  • 🐛 The majority of other changes in this release were bug fixes, test utilities, and docs.
@material-ui/[email protected]
  • [Autocomplete] Explain how the loading prop works (#​27416) @​michaldudak
  • [Autocomplete] Update input value when the input changes (#​27313) @​turtleseason
  • [Autocomplete] Popper is not closing when the Autocomplete is disabled (#​27312) @​Goodiec
  • [Checkbox] Skip default hover styles with `disableRipple` (#​27314) @​faan234
  • [Dialog] Fix override paper styles (#​27423) @​newsiberian
  • [Grid] Remove width prop for rowSpacing (#​27326) @​sashkopavlenko
  • [Input] Merge `componentsProps` correctly (#​27371) @​mnajdova
  • [Pagination] Fixed usePagination requires @​emotion in development mode (#​27348) @​ruppysuppy
  • [Pagination] Fix :hover effect on previous/next button (#​27304) @​Aubrey-Li
  • [Popper] Consistent timing of popper instance creation (#​27233) @​eps1lon
  • [Select] Add `SelectChangeEvent` for accurate types for event in onChange prop (#​27370) @​eps1lon
  • [Tabs] Use theme transition duration for the Tab animation (#​27303) @​florianbepunkt
  • [TextField] Allow custom colors in FormLabel (#​27337) @​oliviertassinari
  • [TextField] Fix name of componentsProps (#​27338) @​oliviertassinari
  • [transitions] Make sure inline styles used for transition values if declared (#​27140) @​eps1lon
@material-ui/[email protected]
  • [codemod] Add `optimal-imports` for v5 (#​27404) @​mnajdova
  • [codemod] Add jss to emotion codemod (#​27292) @​siriwatknp
  • [codemod] Fix running codemod CLI on Windows (#​27395) @​michaldudak
  • [codemod] Fix published version (#​27384) @​eps1lon
  • [codemod] Improve README.md (#​27257) @​mnajdova
@material-ui/[email protected]
  • [NoSsr] Move NoSsr to the Unstyled package (#​27356) @​michaldudak
@material-ui/[email protected]
  • [utils] Convert createChainedFunction to TypeScript (#​27386) @​eps1lon
@material-ui/[email protected]
  • [system] Compute display name of `styled` component if `name` isn't set (#​27401) @​eps1lon
  • [system] Adds missing type for `shouldForwardProp` (#​27310) @​KLubin1
@material-ui/[email protected]
  • [pickers] Only accept dates from adapters in min/max props (#​27392) @​eps1lon
  • [pickers] Fallback to today if all possible dates are disabled (#​27294) @​eps1lon
  • [pickers] Minify error when LocalizationProvider is missing (#​27295) @​eps1lon
  • [pickers] Fix Fade animation behavior change (#​27283) @​oliviertassinari
Docs
  • [docs] Display Popper arrow correctly (#​27339) @​Patil2099
  • [docs] Focus pickers introduction on Material-UI (#​27394) @​eps1lon
  • [docs] Fix wrong import path in @​material-ui/styles section (#​27427) @​WeldonTan
  • [docs] Update color imports (#​27321) @​siriwatknp
  • [docs] Sync params of callbacks between types and JSDoc description (#​27366) @​eps1lon
  • [docs] Add migration note for synthetic native events in onChange (#​27368) @​eps1lon
  • [docs] Improve unstyled docs (#​27382) @​oliviertassinari
  • [docs] Update `Transitions` page (#​27319) @​siriwatknp
  • [docs] Add Unstyled components docs page (#​27158) @​michaldudak
  • [docs] Fix app bar regression (#​27373) @​mnajdova
  • [docs] Update migration guide to have a section on nested classes (#​27354) @​mnajdova
  • [docs] Convert App* components to emotion (#​27150) @​eps1lon
  • [docs] Fix duplicate "Theme" header (#​27353) @​eps1lon
  • [docs] Remove horizontal scrollbar in MiniDrawer (#​27055) @​AlvesJorge
  • [docs] Add `makeStyles` explanation in troubleshooting (#​27322) @​siriwatknp
  • [docs] Fix ExpansionPanel migration notes (#​27352) @​eps1lon
  • [docs] Transpile markdown files (#​27349) @​eps1lon
  • [docs] Fix typo in the word typography (#​27329) @​tudi2d
  • [docs] Use actual symbol of kilogram (#​27332) @​getsnoopy
  • [docs] Make migration doc easier to follow (#​26948) @​siriwatknp
  • [examples] Cleanup `gatsby` examples (#​27375) @​mnajdova
  • [examples] Create nextjs example using styled-components (#​27088) @​hboylan
  • [examples] Update gatsby example to use custom plugin (#​27357) @​mnajdova
Core
  • [core] Remove obsolete styles documentation (#​27350) @​eps1lon
  • [core] Fix GitHub language detection (#​27298) @​oliviertassinari
  • [test] Include coverage report of browser tests (#​27389) @​eps1lon
  • [test] Add current behavior for getDisplayName with context components (#​27402) @​eps1lon
  • [test] Enable skipped picker tests (#​27268) @​eps1lon
  • [website] Add hero section to homepage (#​27364) @​siriwatknp

All contributors of this release in alphabetical order: @​AlvesJorge, @​Aubrey-Li, @​eps1lon, @​faan234, @​florianbepunkt, @​g
etsnoopy, @​Goodiec, @​hboylan, @​KLubin1, @​michaldudak, @​mnajdova, @​newsiberian, @​oliviertassinari, @​Patil2099, @​ruppysupp
y, @​sashkopavlenko, @​siriwatknp, @​tudi2d, @​turtleseason, @​WeldonTan

v5.0.0-beta.1

Compare Source

Jul 14, 2021

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

@material-ui/[email protected]
Breaking changes
Changes
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
@material-ui/[email protected]
Docs
Core

All contributors of this release in alphabetical order: @​eps1lon, @​mbrookes, @​michal-perlakowski, @​michaldudak, @​mnajdova, @​moshfeu, @​oliviertassinari, @​rajzik, @​renovate[bot], @​sahil-blulabs, @​ShirasawaSama, @​siriwatknp, @​vimutti77

v5.0.0-beta.0

Compare Source

Jul 01, 2021

Big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:

  • 🎉 This is the first beta release of v5! A huge thanks to everyone who helped to make this happen! We're targeting the 1st of September for a stable release, and will use the next two months to polish v5, and ease the migration from v4. You can follow the v5 stable milestone for more details. We now encourage any new projects to start on v5.
  • 🚀 We have completed all the planned breaking changes.
  • ⚒️ We added the codemod CLI to simplify migration to v5 (#​26941) @​eps1lon. You can find it at @material-ui/codemod.
  • 🐛 The majority of other changes in this release were bug fixes, test utilities and docs.
@material-ui/[email protected]
Breaking changes
  • [Tabs] Remove unnecessary wrapper from Tab (#​26926) @​siriwatknp

    span element that wraps children has been removed. wrapper classKey is also removed. More details about this change.

    <button class="MuiTab-root">
    - <span class="MuiTab-wrapper">
        {icon}
        {label}
    - </span>
    </button>
  • [BottomNavigation] Remove wrapper from BottomNavigationAction (#​26923) @​siriwatknp

    span element that wraps children has been removed. wrapper classKey is also removed. More details about this change.

    <button class="MuiBottomNavigationAction-root">
    - <span class="MuiBottomNavigationAction-wrapper">
        {icon}
        <span class="MuiBottomNavigationAction-label">
          {label}
        </span>
    - </span>
    </button>
Changes
  • [Box] Fix TypeScript error on maxWidth prop (#​26859) @​ansh-saini
  • [Dialog] Automatically label by its DialogTitle (#​26814) @​eps1lon
  • [Hidden] Bring back and mark as deprecated (#​26908) @​siriwatknp
  • [List] Add button runtime deprecation warning (#​26743) @​siriwatknp
  • [Modal] Type BackdropProps according to styled version (#​26836) @​eps1lon
  • [Radio] Fix `defaultValue` to match the other value types (#​26945) @​oliviertassinari
  • [Stepper] Add completed to global pseudo-classes (#​26953) @​michal-perlakowski
  • [Stepper] Fix support for no connectors (#​26874) @​varandasi
  • [TextField] Prevent `hiddenLabel` from spreading to DOM (#​26864) @​siriwatknp
  • [TextField] Fix label disappearing when focusing a button (#​26933) @​michal-perlakowski
@material-ui/[email protected]
  • [codemod] Add CLI (#​26941) @​eps1lon
@material-ui/[email protected]
  • [icons] Regenerate transpiled files (#​26985) @​eps1lon
@material-ui/[email protected]
Breaking changes
  • [DatePicker] Remove helper text default value (#​26866) @​DouglasPds

    Make the default rendered text field closer to the most common use cases (denser).

    <DatePicker
      label="Helper text example"
      value={value}
      onChange={onChange}
      renderInput={(params) => (
    -    <TextField {...params} />
    +    <TextField {...params} helperText={params?.inputProps?.placeholder} />
      
    

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 is behind base branch, 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.

@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from f3f838e to 74a29c2 Compare January 10, 2024 20:51
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 3edb1ec to dc643c5 Compare January 23, 2024 08:52
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from a075e8e to 3652da0 Compare February 7, 2024 02:57
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 106f582 to acac0d1 Compare February 13, 2024 02:41
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 4 times, most recently from 52484a2 to 8c3a5f2 Compare February 25, 2024 23:45
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 8c3a5f2 to 5c47aef Compare March 5, 2024 16:06
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 4 times, most recently from cb84d79 to 8deda79 Compare March 19, 2024 11:23
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 8deda79 to 94fc37f Compare April 4, 2024 10:12
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 94fc37f to 2f7a0ef Compare April 12, 2024 15:32
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 2f7a0ef to 96a4394 Compare May 1, 2024 15:17
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 96a4394 to 029ea0a Compare May 8, 2024 19:43
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 029ea0a to 5074130 Compare May 16, 2024 12:12
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 5074130 to e0dd03e Compare May 29, 2024 12:13
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from e0dd03e to 193538c Compare June 12, 2024 20:25
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 1a35421 to d539d14 Compare July 5, 2024 14:42
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 4 times, most recently from 9ea5770 to c8579e0 Compare July 16, 2024 18:56
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 88ddec1 to adc8ce6 Compare November 20, 2024 16:49
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 6244288 to 84ee5b0 Compare December 4, 2024 11:54
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 3 times, most recently from 97c44f2 to dc748c4 Compare December 17, 2024 18:09
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 90d9ac5 to 3ac30d1 Compare December 25, 2024 12:45
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 3ac30d1 to de37d6d Compare January 7, 2025 00:58
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from de37d6d to 2987b87 Compare January 21, 2025 17:09
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 2987b87 to f992d02 Compare January 30, 2025 14:49
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from f992d02 to ea908bd Compare February 9, 2025 13:58
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from ea908bd to 19b70b5 Compare March 3, 2025 15:06
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 4 times, most recently from e61245f to 62f0212 Compare March 18, 2025 19:14
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 62f0212 to 4307a13 Compare April 1, 2025 14:03
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 4307a13 to 3480224 Compare May 19, 2025 20:42
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 3480224 to 3698820 Compare May 28, 2025 08:51
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 3698820 to 207ce3f Compare June 4, 2025 12:17
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 207ce3f to 242aef4 Compare June 22, 2025 14:52
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch 2 times, most recently from 5139898 to 8a57ea6 Compare July 8, 2025 06:03
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 8a57ea6 to 85db917 Compare August 10, 2025 13:56
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 85db917 to d8b3b63 Compare August 19, 2025 14:41
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from d8b3b63 to 302f5f0 Compare August 31, 2025 09:56
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from 302f5f0 to c9c6c77 Compare September 25, 2025 15:29
@renovate renovate bot force-pushed the renovate/material-ui-monorepo branch from c9c6c77 to e627c9b Compare October 21, 2025 16:41
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