Snyk has created this PR to upgrade @mui/material from 5.10.8 to 5.10.12.
i️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
- The recommended version is 4 versions ahead of your current version.
- The recommended version was released 23 days ago, on 2022年10月31日.
Release notes
Package name: @mui/material
-
5.10.12 - 2022年10月31日
Read more
-
5.10.11 - 2022年10月25日
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
- 🔧 Moved
components to slots prop starting at MUI Base to create consistency across products
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
@ mui/material@5.10.11
- [InputBase] Fix
onInvalid to use HTMLInputElement | HTMLTextAreaElement Element type (#33162) @ KuSh
- [Alert] Add
components and componentsProps props to allow close action overrides (#33582) @ jake-collibra
@ mui/base@5.0.0-alpha.103
BREAKING CHANGE
-
[base] components -> slots API rename (#34693) @ michaldudak
- Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively.
- Change casing of slots' fields to camelCase
-<SwitchUnstyled components={{Root: CustomRoot}} componentsProps={{rail: { className: 'custom-rail' }}} />
+<SwitchUnstyled slots={{root: CustomRoot}} slotProps={{rail: { className: 'custom-rail' }}} />
-
[base] Make CSS class prefixes consistent (#33411) @ michaldudak
This is a breaking change for anyone who depends on the class names applied to Base components.
If you use the <component>UnstyledClasses objects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.
-.ButtonUnstyled-root { ... };
+.MuiButton-root { ... };
Changes
@ mui/joy@5.0.0-alpha.51
Docs
Core
All contributors of this release in alphabetical order: @ bharatkashyap, @ hbjORbj, @ jake-collibra, @ joserodolfofreitas, @ KuSh, @ marceliwac, @ michaldudak, @ oliviertassinari, @ pixelass, @ siriwatknp
-
5.10.10 - 2022年10月18日
Read more
-
5.10.9 - 2022年10月11日
Read more
-
5.10.8 - 2022年10月03日
Read more
from @mui/material GitHub release notes
Commit messages
Package name: @mui/material
- 30cb27c [release] v5.10.12 (#34963)
- 92249aa [docs] Mark data grid column group as available (#34918)
- a231e49 [core] Fix eslint issues (#34964)
- 2a77a33 [core] Enforce import * as React (#34878)
- a0606ca [website] Migrate about-us page to use CSS theme variables (#34919)
- ab3b6a4 [website] Migrate Product-Templates page to use CSS theme variables (#34913)
- f799d72 [website] Migrate career page to use CSS theme variables (#34908)
- 66febc0 [core] Fix extra GitHub Action permission (#34496)
- f287ac3 [docs] Improve UI display for copy code (#34950)
- ff26e71 [docs] Fix missing emotion prefixes (#34958)
- 5eb3ee0 Bump @ definitelytyped/typescript-versions to ^0.0.134 (#34930)
- 4f14b59 Bump MUI X (#34934)
- 346245e [blog] Add blog post for high-level overview of all MUI products (#34325)
- 5704106 [core] Add OSSF Scorecard action (#34854)
- 1fd8af7 [docs] Revise the Joy UI "Aspect Ratio" page (#34858)
- c84cca7 [docs] Fix Safari code font size (#34859)
- 05df808 [website] Update MUI X open and future roles + about page (#34894)
- d89bb89 [Radio] Skip default hover style when disableRipple is set (#34902)
- 9e41c71 Bump webpack-bundle-analyzer to ^4.7.0 (#34945)
- 60dbc26 Bump autoprefixer to ^10.4.13 (#34935)
- 346097f Bump theme-ui to ^0.15.3 (#34937)
- dfbfdd8 Bump util to ^0.12.5 (#34938)
- a66b974 Bump @ chakra-ui/system to ^2.3.0 (#34939)
- a413c00 Bump @ docsearch/react to ^3.3.0 (#34940)
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs
Snyk has created this PR to upgrade @mui/material from 5.10.8 to 5.10.12.
i️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.
Release notes
Package name: @mui/material
-
5.10.12 - 2022年10月31日
-
5.10.11 - 2022年10月25日
- 🔧 Moved
- Many other 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements
- [InputBase] Fix
- [Alert] Add
-
- Change all occurrences of components and componentsProps props in Base components to slots and slotProps, respectively.
- Change casing of slots' fields to camelCase
-
- [test] Test all Base components with describeConformanceUnstyled (#34825) @ michaldudak
- [CircularProgress][joy] Fix classnames and add test (#34806) @ hbjORbj
- [Joy] Allow string type for
- Revert "[docs] Fix search icons in other languages (#34823)" @ oliviertassinari
- Revert "[core] Move SearchIcons to docs src folder (#34802)" @ oliviertassinari
- Revert "[docs] Live demos (#34454)" @ oliviertassinari
- Update the order of operations for pagination example so that slicing takes place after sorting. (#34189) @ marceliwac
- [docs] Gatsby Description in Joy dark-mode (#34702) @ pixelass
- [docs] Add notification for blogpost MUI X v6 alpha (#34809) @ joserodolfofreitas
- [docs] Polish Crowdin config (#34852) @ oliviertassinari
- [docs] Fix a few style standard deviations @ oliviertassinari
- [docs] Enforce no trailing spaces (#34762) @ oliviertassinari
- [docs] Enforce correct git diff format (#34765) @ oliviertassinari
- [docs] Fix Toolpad docs 301 route (#34843) @ bharatkashyap
- [docs] Replace initial value with theme white (#34822) @ siriwatknp
- [docs] Remove localization redirects (#34844) @ mnajdova
- [docs] Fix search icons in other languages (#34823) @ siriwatknp
- [docs] Fix JavaScript capitalization @ oliviertassinari
- [docs] Update new links to MD2 (#34848) @ oliviertassinari
- [website] Update future work items on X landing page (#34810) @ joserodolfofreitas
- [website] Add Toolpad docs to navigation (#34749) @ bharatkashyap
- [core] Remove dead files (#34850) @ oliviertassinari
- [core] Fix revert conflict @ oliviertassinari
- [core] Fix a few CodeQL errors (#34766) @ oliviertassinari
- [core] Harden GitHub Actions permissions (#34769) @ oliviertassinari
- [core] Remove the codeowners file (#34876) @ michaldudak
-
5.10.10 - 2022年10月18日
-
5.10.9 - 2022年10月11日
-
5.10.8 - 2022年10月03日
from @mui/material GitHub release notesRead more
A big thanks to the 10 contributors who made this release possible. Here are some highlights ✨:
componentstoslotsprop starting at MUI Base to create consistency across products@ mui/material@5.10.11onInvalidto use HTMLInputElement | HTMLTextAreaElement Element type (#33162) @ KuShcomponentsandcomponentsPropsprops to allow close action overrides (#33582) @ jake-collibra@ mui/base@5.0.0-alpha.103BREAKING CHANGE
[base]
components->slotsAPI rename (#34693) @ michaldudak[base] Make CSS class prefixes consistent (#33411) @ michaldudak
This is a breaking change for anyone who depends on the class names applied to Base components.
If you use the
<component>UnstyledClassesobjects, you won't notice a difference. Only if you depend on the resulting class names (e.g. in CSS stylesheets), you'll have to adjust your code.Changes
@ mui/joy@5.0.0-alpha.51sizeprop in components (#34805) @ hbjORbjDocs
Core
All contributors of this release in alphabetical order: @ bharatkashyap, @ hbjORbj, @ jake-collibra, @ joserodolfofreitas, @ KuSh, @ marceliwac, @ michaldudak, @ oliviertassinari, @ pixelass, @ siriwatknp
Read more
Read more
Read more
Commit messages
Package name: @mui/material
Compare
Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.
For more information:
🧐 View latest project report
🛠 Adjust upgrade PR settings
🔕 Ignore this dependency or unsubscribe from future upgrade PRs