Update material-ui monorepo to v5.15.14
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
@mui/icons-material (source) | dependencies | patch | 5.15.12 -> 5.15.14 |
@mui/material (source) | dependencies | patch | 5.15.12 -> 5.15.14 |
Release Notes
mui/material-ui (@mui/icons-material)
v5.15.14
Mar 18, 2024
A big thanks to the 15 contributors who made this release possible.
This release was mostly about
@mui/material@5.15.13
- [Accordion] Convert to support CSS extraction (#41221) @mnajdova
- [Autocomplete] Convert to support CSS extraction (#40330) @mnajdova
- [Slider] Convert to support CSS extraction (#41201) @mnajdova
- [Select] Fix variant type (#41405) @sai6855
- [typescript] Use interface instead of type for props (#41500) @siriwatknp
@pigment-css/react@0.0.3
- Add Box component (#41451) @brijeshb42
pigment-css/nextjs-plugin@0.0.3
- Fix alias resolver (#41494) @brijeshb42
- Follow-up to #41494 (#41502) @brijeshb42
Docs
- [joy-ui] Add UI improvements to the side navigation demo (#41461) @cipherlogs
- [pigment-css] Add media query guide (#41473) @siriwatknp
- [pigment-css] Fixing location of the ExtendTheme type in the docs (#41499) @jherr
- [material-ui][Progress] Add Circular progress gradient demo from Github comment (#40559) @DiegoAndai
Core
- [blog] Bringing consistency to Material UI customization APIs (#41040) @DiegoAndai
- [code-infra] Rename @mui-internal/docs-utils to @mui/internal-docs-utils (#41498) @michaldudak
- [code-infra] Copy translations.json to @mui/docs build folder (#41472) @Janpot
- [core] Use Circle CI context (#41532) @oliviertassinari
- [core] Fix CHANGELOG format and update date (#41481) @DiegoAndai
- [docs] Fix useStorageState regressions (#41223) @Janpot
- [docs] Fix some Vale errors (#41516) @oliviertassinari
- [material-ui][docs] Fix landing page template's h1 size (#41543) @zanivan
- [material-ui][docs] Apply new code header docs feature (#41508) @danilo-leal
- [material-next] Drop the package (#41544) @mnajdova
- [docs-infra] Fail CI on Vale error (#40944) @oliviertassinari
- [docs-infra] Improve Vale config @oliviertassinari
- [docs-infra] Add a feature list "component" (#41484) @danilo-leal
- [docs-infra] Add code block header classes (#41487) @danilo-leal
- [docs-infra] Make the Algolia search input label invisible (#41542) @danilo-leal
- [website] Improve navbar's items hover state (#41535) @EyaOuenniche
- [website] Split Toolpad documentation (#41316) @bharatkashyap
- [website] Use MUI X Data Grid v7-beta (#41276) @cherniavskii
All contributors of this release in alphabetical order: @bharatkashyap, @brijeshb42, @cherniavskii, @cipherlogs, @danilo-leal, @DiegoAndai, @EyaOuenniche, @Janpot, @jherr, @michaldudak, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @zanivan
v5.15.13
Mar 13, 2024
A big thanks to the 18 contributors who made this release possible. Here are some highights
@mui/material@5.15.13
- [Alert] Add
slots
andslotProps
type to theme (#41324) @sai6855 - [Autocomplete] Fix the options list being added to the DOM in
freeSolo
mode even when there are no options, causing style problems (#41300) @rakeshmusturi - Add
paperChannel
token (#41447) @siriwatknp - [Switch] Convert to support CSS extraction (#41367) @alexfauquette
- [Tooltip] Support event handlers with extra parameters (#41320) @LukasTy
@mui/system@5.15.13
- [RtlProvider] Add component & hook (#41241) @mnajdova
@mui/utils@5.15.13
- [utils] Fix visually hidden styles' margin unit (#41477) @michaldudak
@mui/codemod@5.15.13
@mui/base@5.0.0-beta.39
- [material-ui][joy-ui][Autocomplete] Keep in sync highlighted index when the option still exists (#41306) @CGNonofr
- [FormControl] Export
FormControlOwnerState
type from index (#41287) @michaeldfoley - [material-ui][TextareaAutosize] Fix inline style not getting applied (#41369) @ZeeshanTamboli
@pigment-css/react@0.0.2
- Handle more scenarios while transforming sx prop (#41372) @brijeshb42
- Improve testing of fixtures (#41389) @brijeshb42
- Fix
keyframes
serialize styles error (#41395) @siriwatknp - Use class selector instead of class value (#41442) @brijeshb42
- [next] Warn about unsupported turbo mode in Next.js (#41445) @brijeshb42
Docs
- [material-ui] Refine checkout template (#40967) @zanivan
- [material-ui] Add docs for complementary List components (#41329) @anle9650
- [material-ui] Add docs for complementary Dialog components (#41313) @jwithington
- [material-ui] Fix Templates live preview link (#41467) @danilo-leal
- [material-ui] Polish out the templates page (#41468) @zanivan
- [material-ui] Adjust the Templates card design (#41450) @danilo-leal
- [joy-ui] Remove unnecessary styles in color inversion footer demo (#41419) @cipherlogs
- [joy-ui] Update case studies chip background color (#41413) @cipherlogs
- [joy-ui] Remove wrong CSS prop from the Sign-in-side template (#41383) @cipherlogs
- [joy-ui] Fix broken link on the Color Inversion page (#41407) @cipherlogs
- [pigment] Add example and guide section (#41249) @siriwatknp
- [pigment-css] Brand name nonbreaking space (#41438) @oliviertassinari
- [pigment-css] Fix import on the README (#41411) @danilo-leal
- [pigment-css] Edit starter template links on README (#41409) @danilo-leal
- [pigment-css] Tweak the examples and edit READMEs (#41408) @danilo-leal
- [pigment-css] Adjust the bit about CSS vars on the README (#41463) @danilo-leal
- Finish brand name fixes #41438 @oliviertassinari
- Remove noreferrer @oliviertassinari
- Fix v4 docs
<b>
appearing in notifications (#41390) @peterwangsc - Update GitHub project links (#41370) @danilo-leal
Core
- [pigment] Make all Pigment CSS packages public (#41404) @brijeshb42
- [pigment] Rename directories to match package names (#41453) @brijeshb42
- [pigment-css] Example fix leading spaces (#41439) @oliviertassinari
- [code-infra] Add short note about e2e-website workflow schedule (#41355) @Janpot
- [code-infra] Add alias for icon types (#41248) @Janpot
- [code-infra] Reduce concurrency of typescript:ci further (#41392) @Janpot
- [code-infra] Reduce concurrency for test_types ci job (#41385) @Janpot
- [code-infra] Adapt API code generator to Base UI repo needs (#41475) @michaldudak
- [docs-infra] Don't generate preview files for the templates (#41379) @mnajdova
- [docs-infra] Fix Pigment CSS apps path in the render mui demos script (#41476) @mnajdova
- [docs-infra] move feedback to ESM (#41381) @alexfauquette
- [docs-infra] Improve color contrast throughout (#41387) @danilo-leal
- [docs-infra] Simplify Algolia crawler config (#41312) @oliviertassinari
- [docs-infra] Adjust the tabs and layout selection design (#41084) @danilo-leal
- [blog] Update the Base UI post with links to dedicated repo (#41358) @danilo-leal
- [website] Update the Careers page role (#41384) @danilo-leal
- [website] Compress about images @oliviertassinari
- [website] Improve color contrast on the homepage (#41465) @danilo-leal
- [examples] Add pigment-css-vite-ts starter example (#41196) @siriwatknp
- [examples] Add pigment-css-nextjs-ts starter project (#41105) @siriwatknp
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @brijeshb42, @CGNonofr, @cipherlogs, @danilo-leal, @jwithington, @Janpot, @michaeldfoley, @michaldudak, @mnajdova, @oliviertassinari, @peterwangsc, @rakeshmusturi, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.