backstage
backstage copied to clipboard
fix(deps): update material-ui monorepo
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
@mui/material (source) | 5.15.5 -> 5.15.10 |
||||
@mui/styles (source) | 5.15.5 -> 5.15.10 |
||||
@mui/utils (source) | 5.15.5 -> 5.15.9 |
Release Notes
mui/material-ui (@mui/material)
v5.15.10
Feb 12, 2024
A big thanks to the 8 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
- [Avatar] Add props deprecation with a codemod (#40853) @siriwatknp
@mui/[email protected]
@mui/[email protected]
- [Button] Fix
disabled
prop priority when inside button group (#41000) @Smileek - [IconButton] Support loading prop (#40949) @Smileek
Docs
- [Button][material-ui] Fix 'File upload' demo a11y (#40943) @oliviertassinari
- [TableRow][material-ui] Escape markup in
children
prop so docgen tools don't parse it as HTML (#40992) @millerized - [material-ui] Remove outdated example projects link (it uses Joy UI now) (#40913) @oliviertassinari
- [material-ui] Fix the "Intro to the MUI ecosystem" link placement (#40988) @danilo-leal
- Fix 301 redirection to StackBlitz @oliviertassinari
- Fix h1 on Joy UI templates @oliviertassinari
- Have MUI workspace own the CodeSandbox @oliviertassinari
- Add notification for mui x v7 beta (#41001) @joserodolfofreitas
- Fix 301 links @oliviertassinari
- Fix Next.js v13.5.1
SEO regression (#40302) @oliviertassinari - Add a 404 page (#40884) @danilo-leal
- Fix missing GitHub label when opening new issue @oliviertassinari
Core
- [blog] Add post about upcoming plans for Base UI (#40882) @danilo-leal
- [core] Simplify CodeSandbox reproduction @oliviertassinari
- [core] Missing redirection @oliviertassinari
- [core] Export functions from
copyFiles
script to reuse in MUI X repo (#40970) @cherniavskii - [core] Avoid variable shorthands @oliviertassinari
- [docs-infra] Fix search icon issue (#40957) @oliviertassinari
- [docs-infra] Ignore classes tagged with
@ignore
(#41009) @cherniavskii - [docs-infra] Fix selected tab on codeblocks (#41036) @danilo-leal
- [website] Polish Customer Support Agent role @oliviertassinari
All contributors of this release in alphabetical order: @cherniavskii, @danilo-leal, @joserodolfofreitas, @millerized, @oliviertassinari, @sai6855, @siriwatknp, @Smileek
v5.15.9
Feb 8, 2024
A big thanks to the 7 contributors who made this release possible. Here are some highlights ✨:
- 🐛 A critical fix to remove non-published library usage in
@mui/material
peerDependencies.
@mui/[email protected]
- [autocomplete] Avoid spread operator (#40968) @oliviertassinari
- [material] Remove zero-runtime from peer dep (#41003) @brijeshb42
@mui/[email protected]
- [base-ui] Update props using Array to ReadonlyArray type (#40754) @RaghavenderSingh
@mui/[email protected]
- [system] use
ReadonlyArray
for CSS related types (#40972) @siriwatknp - [zero] Migrate to use wyw-in-js instead of linaria (#40866) @brijeshb42
Docs
- [docs] Polish codemod git diff format @oliviertassinari
- [material-ui][docs] Migrating from deprecated apis follow up (#40981) @DiegoAndai
Core
- [code-infra] Move next config to ESM (#40869) @Janpot
- [code-infra] Update prettier (#40772) @Janpot
- [code-infra] Add codemod for
light
prop removal (#40947) @sai6855
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @Janpot, @oliviertassinari, @RaghavenderSingh, @sai6855, @siriwatknp
v5.15.8
Feb 6, 2024
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨:
- 💫 Added a redesigned landing page template (#37557) @zanivan
- ✨ Added support for Arrow Down/Up + Shift and Page Up/Down keys for faster stepping in the Slider component (#40676) @mnajdova
- many 🐛 bug fixes and 📚 documentation improvements
@mui/[email protected]
- [Avatar] Simplify valid children assertion (#40834) @oliviertassinari
@mui/[email protected]
- [Accordion] Update props actual.js test case (#40879) @DiegoAndai
- Fix
findComponentJSX
util (#40855) @sai6855
@mui/[email protected]
- Add blend color manipulator (#40258) @romgrk
- Support variants in
theme.styleOverrides
(#40690) @siriwatknp - [zero] Always replace the
createUseThemeProps
call (#40885) @siriwatknp - [zero] Add README with installation and basic usage (#40761) @brijeshb42
@mui/[email protected]
- [Button] Add support for
hostElementName
prop to improve SSR (#40507) @mj12albert - [Menu] Use Popup instead of Popper (#40731) @michaldudak
- [useNumberInput] Integrate useNumberInput with useControllableReducer (#40206) @mj12albert
- [Slider] Add support for Arrow Down/Up + Shift and Page Up/Down keys (#40676) @mnajdova
Docs
- [base-ui] Update usage.md (#40916) @adebiyial
- [base-ui] Improve Base UI traffic from Material UI (#40875) @oliviertassinari
- [base-ui] Change Radio component terminology from Button to Group (#40888) @danilo-leal
- [base-ui] Remove redundant "Styled" prefix (#40478) @oliviertassinari
- [base-ui] Update listbox slot style in demo (#40952) @sai6855
- [material-ui] Fix createTheme import and markdown format in the Next.js guide (#40895) @hsmtkk
- [material-ui] Correct Google font CDN URL as Roboto 600 weight is not used (#40852) @xuhdev
- [material-ui] Replace the Album template with a landing page (#37557) @zanivan
- [material-ui] Add deprecations migration guide (#40767) @DiegoAndai
- [material-ui] Improve aria-label throughout the Button Group demos (#40892) @danilo-leal
- [joy-ui] Update the Overview callout (#40900) @danilo-leal
- Fix image size and dark mode @oliviertassinari
- Migrate links from legacy.reactjs.org to react.dev @oliviertassinari
- Fix 301 links @oliviertassinari
- Fix outdated link @oliviertassinari
- Fix URL and typo in CONTRIBUTING.md (#40899) @Smileek
Core
- [blog] Optimize images for /blog/mui-x-v7-beta/ @oliviertassinari
- [blog] Clarify barrel index tree-shaking @oliviertassinari
- [code-infra] Simplify bug reproduction (#40833) @oliviertassinari
- [code-infra] Prepare publishing @mui-internal/typescript-to-proptypes to npm (#40842) @michaldudak
- [code-infra] Remove babel alias from the docs (#40792) @Janpot
- [core] Use Google Font v2 API @oliviertassinari
- [core] Add missing change to v5.15.7 changelog (#40872) @DiegoAndai
- [core] Normalize ``` @oliviertassinari
- [dependencies] Do not update envinfo test dependencies (#40950) @michaldudak
- [docs-infra] Fix arbitrary gap between paragraphs in callouts (#40911) @oliviertassinari
- [docs-infra] Allow developers to build their CodeSandbox export (#40878) @oliviertassinari
- [docs-infra] Improve StackBlitz support (#40832) @oliviertassinari
- [docs-infra] Improve support for absolute locale URL (#40940) @oliviertassinari
- [Menu][base-ui] Fix improperly merged tests (#40896) @michaldudak
- [utils] Use consistent build approach (#40837) @siriwatknp
- [website] Fix React missing key console error @oliviertassinari
- [website] Fix broken link @oliviertassinari
- [website] Fix heading structure (#40912) @oliviertassinari
- [website] Add Customer Support Agent role to careers page (#40890) @rluzists1
- [website] Refine the Material UI homepage demo (#40881) @danilo-leal
- [website] Use em-dash when relevant over hyphen @oliviertassinari
- [zero] Fix build for demo next.js app (#40854) @brijeshb42
All contributors of this release in alphabetical order: @adebiyial, @brijeshb42, @danilo-leal, @DiegoAndai, @hsmtkk, @Janpot, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @rluzists1, @romgrk, @sai6855, @siriwatknp, @Smileek, @xuhdev, @zanivan
v5.15.7
Jan 31, 2024
A big thanks to the 21 contributors who made this release possible. This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
- [Select] Fix to show notched outline when
displayEmpty
(#40865) @ZeeshanTamboli - [Avatar] Improve fallback when
children
is empty string or boolean (#40766) @mirus-ua - [AvatarGroup] Refactor component thereby fixing custom spacing logic (#40686) @ZeeshanTamboli
@mui/[email protected]
- Add accordion props deprecation (#40771) @siriwatknp
@mui/[email protected]
- [zero-runtime] Use lodash instead of its subpackages (#40868) @michaldudak
- Add
applyStyles()
to theme (#40667) @siriwatknp - [zero] Use
theme.applyStyles
in the demo app (#40787) @siriwatknp - [zero] Add
useThemeProps
processor (#40648) @siriwatknp
@mui/[email protected]
- [core] Remove unnecessary default export (#40788) @siriwatknp
- [core] Convert all exports to modules (#39882) @mnajdova
- [perf] Prevent unneeded
clearTimeout
calls (#39060) @romgrk
@mui/[email protected]
- [Input] Add OTP input demo (#40539) @sai6855
- [Menu] Focus last item after opening a menu using up arrow (#40764) @Jaswanth-Sriram-Veturi
- [Menu] Focus Menu Items on hover (#40755) @michaldudak
@mui/[email protected]
- Change the color scheme type to
SupportedColorScheme
(#40776) @Nikhilh26
@mui/[email protected]
- [TabContext] Support number type in
value
(#40829) @srinidhi9831
Docs
- [material-ui] Fix typo on styled-components guide (#40858) @dancielos
- [base-ui] Fix CSS vars from the plain CSS theme stylesheet (#40762) @zanivan
- [material-ui][Divider] Remove light prop references from docs (#40782) @sai6855
- Fix build @oliviertassinari
- Add support pages for each product @oliviertassinari
- Add survey banner to docs and website (#40553) @joserodolfofreitas
- [Menu] Fix hydration mismatch error on Base UI's Menu docs (#40758) @michaldudak
- [material-nextjs] Add theming and configuration content to the page (#40626) @siriwatknp
Core
- [website] Move
React Engineer - X
into the future roles section (#40867) @DanailH - [material-ui][test][Alert] Add action, icon, and iconMapping tests (#40682) @DiegoAndai
- [blog] Lint duplicate h1 on the page (#40835) @oliviertassinari
- [blog] MUI X v7 beta announcement blogpost (#40784) @joserodolfofreitas
- [code-infra] Remove custom TS installation script (#40636) @michaldudak
- [code-infra] Correct API Docs Builder dependencies (#40775) @michaldudak
- [code-infra] Migrate to prettier async APIs (#40668) @Janpot
- [code-infra] Refined docs generation (#40603) @alexfauquette
- [code-infra] Explain how to install the browsers (#40474) @oliviertassinari
-
missingKeyGenerator
do no longer exist (#40830) @oliviertassinari - Rely on immutable ref when possible (#40831) @oliviertassinari
- Remove deprecated
@types/markdown-to-jsx
package from docs (#40828) @ZeeshanTamboli - Remove unneeded
@slack/web-api
package (#40840) @ZeeshanTamboli - Clarify TODO instruction @oliviertassinari
- Remove unneeded use-clients (#40663) @oliviertassinari
- [docs-infra] Fix anchor link hook (#40836) @oliviertassinari
- [docs-infra] Avoid layout shift on docs-pages (#40749) @oliviertassinari
- [examples] Fix build on Next.js Pages Router examples (#40665) @oliviertassinari
- [test] Speed up the envinfo test (#40669) @michaldudak
- [typescript-to-proptypes] Allow to represent dates as
PropTypes.object
(#40774) @flaviendelangle - [website] Add new Base UI role (#40773) @colmtuite
- [website] Fix a couple of rough edges (#40849) @danilo-leal
- [website] Small polishing after latest changes to the theme (#40846) @zanivan
- [website] Polish some pages and stray components (#40797) @danilo-leal
- [website] Refine the careers page slightly (#40793) @danilo-leal
- [website] Fix missing key on the Testimonials section (#40791) @Janpot
- [website] Fix Footer layout shift (#40786) @oliviertassinari
- [website] Revamp the testimonial section in the homepage (#40752) @danilo-leal
- [website] Fix pricing license model toggle style (#40747) @oliviertassinari
- [website] Fine-tune colors and styles on the branding theme (#40751) @danilo-leal
- [website] Fix Toggle Button styles in the homepage demos (#40744) @mohamedsaiedd
- [website] Update stats on the testimonials section (#40769) @EyaOuenniche
All contributors of this release in alphabetical order: @alexfauquette, @colmtuite, @danilo-leal, @DiegoAndai, @EyaOuenniche, @flaviendelangle, @Janpot, @Jaswanth-Sriram-Veturi, @joserodolfofreitas, @michaldudak, @mirus-ua, @mnajdova, @mohamedsaiedd, @Nikhilh26, @oliviertassinari, @romgrk, @sai6855, @siriwatknp, @srinidhi9831, @zanivan, @ZeeshanTamboli
v5.15.6
Jan 22, 2024
A big thanks to the 17 contributors who made this release possible. Here are some highlights ✨: This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
- [Avatar] Use variants api (#40324) @mnajdova
- [TablePagination] Accept readonly array for
rowsPerPageOptions
prop (#40481) @pcorpet - [PaginationItem] Deprecate classes for v6 (#40673) @sai6855
- [Rating] Fix rating width via min-content (#40503) @devhik0
@mui/[email protected]
- [Select] Fix display of selected Options with rich content (#40689) @michaldudak
- [Select] Use Popup instead of Popper (#40524) @michaldudak
- [useMenuButton] Fix non native button triggers (#40645) @DiegoAndai
@mui/[email protected]
- [zero] Fix theme token import in source file (#40691) @brijeshb42
- [zero] Add support for css import (#40541) @brijeshb42
@mui/[email protected]
- [icons-material] Fix icons package.json version (#40655) @mj12albert
Docs
- [base-ui] Polish the Slider demos (#40332) @danilo-leal
- [base-ui][Slider] Fix plain CSS demo's wrong keyboard behavior (#40652) @mnajdova
- [base-ui][TextareaAutosize] Add border-box to demo (#40646) @ANUGLYPLUGIN
- Fix brand name non-breaking space (#40701) @oliviertassinari
- Improve error message for MUI Vale rule @oliviertassinari
- Add notification to publish the survey (#40552) @joserodolfofreitas
- [system] Explain a bit more how AppRouterCacheProvider works @oliviertassinari
- [joy-ui] Move tutorial to iframe (#40567) @oliviertassinari
- [material-ui][Slider] Remove custom divs from new demo (#40674) @zanivan
- [material-ui] Improve TabContext, TabList, and TabPanel documentation (#40587) @anle9650
- [material-ui][Slider] Added custom mark labels demo (#40647) @DonikaV
Core
- [core] Fix RXDB-logo Url (#40724) @mohamedsaiedd
- [code-infra] Improve proptypes-generation (#40617) @alexfauquette
- [code-infra] Disable pnpm package cache on CircleCI (#40670) @michaldudak
- [code-infra] Add missing package to CodeSandbox CI config (#40657) @michaldudak
- [code-infra] Remove unnecessary @mui/utils dependency from api-docs-builder (#40632) @michaldudak
- [core] Polish issue templates @oliviertassinari
- [docs-infra] Support markdown link in slots descriptions (#40679) @alexfauquette
- [examples] Simplify Next.js example (#40661) @oliviertassinari
- [website] Fix broken styles on Base UI page (#40683) @michaldudak
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @ANUGLYPLUGIN, @brijeshb42, @danilo-leal, @devhik0, @DiegoAndai, @DonikaV, @joserodolfofreitas, @michaldudak, @mj12albert, @mnajdova, @mohamedsaiedd, @oliviertassinari, @pcorpet, @sai6855, @zanivan
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 has been generated by Mend Renovate. View repository job log here.
Uffizzi Cluster pr-22449
was deleted.
This PR has been automatically marked as stale because it has not had recent activity from the author. It will be closed if no further activity occurs. If the PR was closed and you want it re-opened, let us know and we'll re-open the PR so that you can continue the contribution!
no time to look at this right now