Releases: mui/material-ui
5.15.4
Jan 10, 2024
A big thanks to the 22 contributors who made this release possible. Here are some highlights:
- ✨ Material UI's ToggleButtonGroup now supports non-button element as a child (e.g., showing a Tooltip on a disabled ToggleButton) (#40220) @Methuselah96
@mui/[email protected]
- [TextField][FormLabel][InputLabel][FormControl] Use exact children type to allow React children type augmentation (#38872) @nicegamer7
- [Select] Add form submission regression test (#40176) @mj12albert
- [ToggleButtonGroup] Support different elements under it (#40220) @Methuselah96
- [ClickAwayListener] Fix export of types (#40485) @illume
@mui/[email protected]
- Improve build size issue (#40436) @siriwatknp
@mui/[email protected]
- Update the icons (#40365) @michaldudak
@mui/[email protected]
- [zero] Move zero runtime related packages (#40426) @brijeshb42
- Fix all use of styled(Box) (#40449) @oliviertassinari
@mui/[email protected]
- Fix
isPlainObject
to work across realm (#39981) @brijeshb42
@mui/[email protected]
- [base-ui][NumberInput] Remove inputId and inputRef types from NumberInput component (#40425) @sai6855
@mui/[email protected]
- [Badge] Shouldn't crash when using custom size (#39986) @iamsaumya
- [ToggleButtonGroup] Add
JoyToggleButtonGroup
to extendTheme's components type export (#40407) @RiceCrisp
Docs
- [base-ui] Visual tweaks to the plain CSS theme stylesheet (#40487) @zanivan
- [base-ui] Add tokens to plain CSS theme stylesheet (#40113) @zanivan
- [base-ui] Update the overview page (#40412) @danilo-leal
- [material-ui][Drawer] Resolve flickering when double-clicking on the backdrop to close it (#40343) @aacevski
- [material-ui] Refactor form submission in FormDialog component (#40470) @sai6855
- [material-ui] Replace recharts with MUI X charts on the Dashboard template (#40107) @alexfauquette
- [material-ui] Revise the Alert demo page (#34892) @samuelsycamore
- [material-ui] Revise the Accordion page (#40284) @anle9650
- [material-ui] Add docs for complementary Card components (#40346) @anle9650
- [material-ui] Add Material 3 components page (#40350) @DiegoAndai
- Fix strange italic style @oliviertassinari
- Fix references to ESLint @oliviertassinari
- Fix 301 redirections @oliviertassinari
- Right-to-left revision and addition to Joy UI (#39158) @danilo-leal
Core
- [examples] Use material-nextjs integration package (#40199) @siriwatknp
- [code-infra] Configure build dependencies in nx (#40482) @michaldudak
- [code-infra] Don't require noreferrer on target link (#40447) @oliviertassinari
- [code-infra] Use tsx instead of ts-node (#40428) @michaldudak
- [code-infra] Add options to docs-api generation to support X code structure (#40111) @alexfauquette
- [docs-infra] Add types for withDocsInfra (#40301) @oliviertassinari
- [docs-infra] Fix anchor links in API pages (#40450) @oliviertassinari
- [docs-infra] Fix API table full-width (#40476) @oliviertassinari
- [docs-infra] Fix the copy button overlapping with the scrollbar (#40405) @danilo-leal
- [docs-infra] Remove explicit
mui-x
dependency resolving (#40257) @LukasTy - [docs-infra] Update the outlined Demo container dark mode color (#40488) @danilo-leal
- [core] Lock file maintenance (#34538) @renovate[bot]
- [core] Remove duplicate devDependencies (#40438) @michaldudak
- [core] Remove issue emoji @oliviertassinari
- [core] Move prefetch at the core, will propagate to MUI X @oliviertassinari
- [core] Change package manager to pnpm (#36287) @Janpot
- [core][docs] Remove the "Understand MUI packages" page (#39835) @savalaram-redkar
- [website] Evolve the Developer Advocate role (#40337) @oliviertassinari
- [website] Fix default social card @oliviertassinari
- [test] Restore the
t
command (#40430) @michaldudak
All contributors of this release in alphabetical order: @aacevski, @alexfauquette, @anle9650, @brijeshb42, @danilo-leal, @DiegoAndai, @iamsaumya, @illume, @Janpot, @LukasTy, @Methuselah96, @michaldudak, @mj12albert, @nicegamer7, @oliviertassinari, @renovate[bot], @RiceCrisp, @sai6855, @samuelsycamore, @savalaram-redkar, @siriwatknp, @zanivan
v5.15.3
Jan 3, 2024
A big thanks to the 11 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
- [material-nextjs] Fix order of emotion server (#40409) @siriwatknp
@mui/[email protected]
@mui/[email protected]
- Add use client directive (#40358) @DiegoAndai
@mui/[email protected]
- [List] Copy all List* components to material-next package (#40367) @sai6855
- Update CONTRIBUTING guide given v6/v7 rescheduling (#40363) @DiegoAndai
- [MenuItem] Fix spec import (#40271) @DiegoAndai
- [Option] Add Option component (#40270) @DiegoAndai
- [Slider] Replace lodash with internal utils (#40261) @DiegoAndai
- [Switch] Change files to TypeScript (#39894) @lhilgert9
- [theme] Move ref palette out of color schemes (#40341) @DiegoAndai
Docs
- [base-ui] Polish the Table Pagination demos (#40281) @danilo-leal
- [joy-ui] Fix dashboard template console errors (#40316) @oliviertassinari
- [joy-ui] Fix image size on the Files template (#40315) @oliviertassinari
- [material-ui] Revise the Divider page (#40356) @danilo-leal
- [material-ui] Polish the Next.js integration page (#40317) @oliviertassinari
- [material-ui] Adding autoFocus on Virtual Popover (#40239) @aacevski
- [material-ui] Revise the Roadmap page (#40054) @danilo-leal
- [material-ui] Update the "showing and hiding" section on the Tooltip page (#40283) @anle9650
- [material-ui] Fix Slider's customized iOS demo to use updated official colors (#39813) @Super-Kenil
- [examples] Simplify Next.js example (#40318) @oliviertassinari
Core
- [blog] Update open-graph cards for all posts (#40328) @danilo-leal
- [blog] Correct git diff @oliviertassinari
- [code-infra] Update lerna and unpin its version (#40399) @michaldudak
- [code-infra] Break package dependency cycle between @mui/material and @mui/icons-material (#40400) @michaldudak
- [code-infra] Break package dependency cycles (#40398) @michaldudak
- [code-infra] Sync bug issue template (#40305) @oliviertassinari
- [docs] Fix 301 link to Base UI (#40396) @oliviertassinari
- [docs] Link new MUI X components in sidnav (#40345) @oliviertassinari
- [docs] Fix 301 links to Toolpad @oliviertassinari
- [docs] Remove old notifications @oliviertassinari
- [docs] Always mention the npm tag with npx (#40335) @oliviertassinari
- [docs] Reduce network use on the All Components pages (#40313) @oliviertassinari
- [docs-infra] Fix missing button aria-label (#40394) @oliviertassinari
- [docs-infra] Fix a11y violation rule (#40393) @oliviertassinari
- [docs-infra] Prefetch pages on hover (#40314) @oliviertassinari
- [docs-infra] Fix footer links to link to the main domain (#40373) @oliviertassinari
- [docs-infra] Add stray design adjustments (#40347) @danilo-leal
- [website] Fix Base UI page's component section imports & styles (#40231) @danilo-leal
- [website] Fix outdated Nhost image link @oliviertassinari
- [website] Shorten Joy UI description, 7 chars too long @oliviertassinari
- [website] Update some social preview images (#40282) @danilo-leal
All contributors of this release in alphabetical order: @aacevski, @anle9650, @danilo-leal, @DiegoAndai, @Kamino0, @lhilgert9, @michaldudak, @oliviertassinari, @sai6855, @siriwatknp, @Super-Kenil
v5.15.2
Dec 25, 2023
A big thanks to the 13 contributors who made this release possible. Here are some highlights ✨:
- 🚀 Added support for callbacks in the variant's props definition (#40094) @mnajdova
- 💫 Published a blogpost for the 2024's plan about Material UI
@mui/[email protected]
- [Badge] Use the variants API in the styled call (#40213) @mnajdova
- [Paper] Add missing Paper classes descriptions (#40300) @sai6855
@mui/[email protected]
@mui/[email protected]
- [Popup] Use context-based transition API (#39326) @michaldudak
- [Popup] Popup no longer opens outside viewport (#39827) @adamhylander
- [useSelect] Refactor to use DOM focus management instead of active descendant (#39675) @DiegoAndai
@mui/[email protected]
Docs
- [base-ui] Fix form submission Select demo (#40014) @ZeeshanTamboli
- [blog] Add Material UI v6 and beyond blog post (#40242) @mnajdova
- [material-ui] Fix broken links in the All components page (#40303) @muazaqdas
- [material-ui] Fix broken links on the All components page (#40279) @danilo-leal
- [material-ui] Add aria-current for nav tabs demo (#39594) @Kimzify
- [material-ui] Add an "All components" page (#40256) @danilo-leal
- [material-ui][Tooltip] Add demo to show how to change distance between tooltip and its anchor (#40087) @anle9650
Core
- [blog] Fix 301 redirection @oliviertassinari
- [blog] Reduce max image size @oliviertassinari
- [code-infra] Extract Babel macro from mui-utils (#40262) @michaldudak
- [core] Simplify a bit the release instructions @oliviertassinari
- [core] Push force to deploy is not unexpected @oliviertassinari
- [core] Fix CSS2 vs. CSS3 ::after syntax @oliviertassinari
- [core] Fix CSS2 vs. CSS3 ::before syntax @oliviertassinari
- [core] Use direct import from utils package (#40254) @siriwatknp
- [core] Yaml format match most common convention @oliviertassinari
- [core] Polish docs-feedback issue template @oliviertassinari
- [core] Pin Node version on GitHub Actions to 18.18 (#40187) @michaldudak
- [docs] Fix SEO regression (#40306) @oliviertassinari
- [docs] Fix docs redirections @oliviertassinari
- [docs] Update the Contributing guide to give more guidance on documentation (#40274) @samuelsycamore
- [docs-infra] Add polish to the inline code block (#40260) @danilo-leal
- [website] Update Gold sponsors: add RxDB, standardize formatting (#40273) @samuelsycamore
- [website] Revert change to homepage SEO attributes @oliviertassinari
All contributors of this release in alphabetical order: @adamhylander, @anle9650, @danilo-leal, @DiegoAndai, @Kimzify, @michaldudak, @mnajdova, @muazaqdas, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli
v5.15.1
Dec 19, 2023
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]
- [CardActions][DialogActions] Apply margin for all children except for 1st child (#40168) @sai6855
- [TablePagination] Add ability to change icons in TablePaginationActions using
slots
andslotProps
(#33797) @pratikkarad - [CssVarsProvider] Fix HSL breaking button styles (#39869) @gitstart
@mui/[email protected]
- [FormControl] Fix issue with the conditional setting of
htmlFor
andid
attributes not functioning properly for form labels (#40180) @ReaZzy - [typescript] Address TypeScript issue with custom zIndex not functioning (#40133) @qiweiii
@mui/[email protected]
Docs
- [joy-ui] Fix typo in the CSS baseline page (#40222) @possibilities
- [joy-ui] Document missing Autocomplete props (#39979) @ZeeshanTamboli
- [joy-ui] Fix typo about Typography levels (#40230) @zanivan
- [material-ui] Update the related projects page to list
mui-tiptap
for rich text (#40216) @sjdemartini - [material-ui] Fix typo in the Next.js integration page (#40209) @s8990
Core
- [blog] Fix access to Notion without an account @oliviertassinari
- [core] Update workflows and issue templates to reflect the updated label (#40197) @MBilalShafi
- [docs] Replace Twitter with X (#40193) @mbrookes
- [docs-infra] Uplift the Algolia search modal design (#40186) @danilo-leal
- [website] Update product descriptions and social preview images (#32181) @danilo-leal
All contributors of this release in alphabetical order: @danilo-leal, @gitstart, @MBilalShafi, @mbrookes, @mnajdova, @oliviertassinari, @possibilities, @pratikkarad, @qiweiii, @ReaZzy, @s8990, @sai6855, @sjdemartini, @zanivan, @ZeeshanTamboli
v5.15.0
Dec 11, 2023
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
@mui/[email protected]
- Revert "[Select][material-ui] Add name to hidden input element" (#40174) @mj12albert
- [material-ui] Refactor ComponentsVariants type into a generic (#39623) @blakenetz
@mui/[email protected]
- [material-ui] Add new Next.js integration package (#39947) @siriwatknp
@mui/[email protected]
- [Badge][material-next] Apply new OwnerState type to Badge (#40119) @lhilgert9
- [material-next][ButtonGroup] Change
ButtonGroup
files to ts (#39794) @lhilgert9
@mui/[email protected]
@mui/[email protected]
- [base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#39096) @mj12albert
@mui/[email protected]
@mui/[email protected]
- [lab][LoadingButton] LoadingButton now inherits props from ButtonGroup (#39679) @lhilgert9
Docs
- [docs] Fix reference to non-existent checkmark in supported-components.md (#40056) @mbrookes
- [docs][base-ui] Add copy button & primary color picker to the component gallery page (#39884) @mnajdova
- [docs-infra] Update CodeSandbox links (#39992) @anle9650
- [material-ui][docs] Fix wrong root element for emotion styles in shadow DOM (#35326) @EloB
- [material-ui][docs] Move the responsive font charts from recharts to MUI X (#40097) @alexfauquette
- [joy-ui][templates] Remove outdated code (#40095) @zanivan
- [material-ui][docs][Popper] Update Positioned Popper demo styles (#40170) @sai6855
Core
- [blog] Add a Phuket retreat blog post (#40055) @mikailaread
- [blog] Adjust the latest MUI X blog post (#40046) @danilo-leal
- [core] Migrate from tslint to eslint (#40020) @ZeeshanTamboli
All contributors of this release in alphabetical order: @abreel, @alexfauquette, @anle9650, @blakenetz, @danilo-leal, @EloB, @lhilgert9, @mbrookes, @mikailaread, @mj12albert, @mnajdova, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli
v5.14.20
Dec 5, 2023
A big thanks to the 14 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
- [Menu] Enable again the usage of the autoFocus prop (#39960) @mnajdova
- [ProgressIndicator] Apply MD3 style to
CircularProgress
(#39825) @lhilgert9
Docs
- Remove outdated showcase (#40063) @oliviertassinari
- Support yaml as prism language (#40044) @Janpot
- [material-ui] Fix SearchAppBar width on
sm
screens (#40049) @DiegoAndai - [material-ui] Update the basic Grid section copy (#40035) @REX500
- [material-ui] Add a react-admin example project (#39972) @fzaninotto
- [material-ui][TextField] Add a performance section (#39692) @anle9650
- [material-ui][tabs] Refine scrollable tabs description (#40037) @zanivan
- [system] Fix typo on the CSS theme variables page (#40040) @caweidmann
Core
- [blog] Fix scrollbar on mobile (#40057) @oliviertassinari
- [blog] Fix link to charts getting started page (#40043) @alexfauquette
- [docs-infra] Simplify CSS classes extraction in API docs generator (#39808) @michaldudak
- [website] Polish dark mode colors (#40052) @danilo-leal
- [website] Add why Design Engineer for data grid (#40016) @oliviertassinari
- [website] Add stray fixes to the Base UI page (#40051) @danilo-leal
- [website] Revise the Developer Advocate job posting (#39210) @samuelsycamore
All contributors of this release in alphabetical order: @alexfauquette, @anle9650, @caweidmann, @danilo-leal, @DiegoAndai, @fzaninotto, @Janpot, @lhilgert9, @michaldudak, @mnajdova, @oliviertassinari, @REX500, @samuelsycamore, @zanivan
v5.14.19
Nov 29, 2023
A big thanks to the 18 contributors who made this release possible. Here are some highlights ✨:
- 🐛 Fix Material UI Autocomplete behavior when there are duplicate labels (#36426) @islandryu
- 🚀 Added Material You Linear Progress to
material-next
package (#39807) @lhilgert9
@mui/[email protected]
- [Autocomplete] Fix behavior when there are duplicate labels (#36426) @islandryu
- [Box] Added boxClasses (#39889) @sadik-malik
- [FilledInput] Fix slot props deepmerge order (#38922) @dhaub-exelixis
- [Select] Add id to hidden input element (#39414) @DarhkVoyd
- [Select] Remove unnecessary picking of
onChange
type from SelectInputProps (#39891) @ZeeshanTamboli
@mui/[email protected]
- [Menu] Fix navigation of items when 1st item is disabled (#39828) @sai6855
- [Modal] Refine demos (#39824) @zanivan
- [NumberInput] Implement
numberInputReducer
(#38723) @mj12albert - [useNumberInput] Fix change handlers passed through slotProps (#39407) @mj12albert
@mui/[email protected]
- [Box] Added boxClasses (#39895) @sadik-malik
@mui/[email protected]
- [Box] Added boxClasses (#39896) @sadik-malik
- Add outlineColor to defaultSxConfig (#39962) @brijeshb42
@mui/[email protected]
- Add
PartiallyRequired
type (#39939) @lhilgert9
@mui/[email protected]
- [ProgressIndicator] Apply MD3 style to
LinearProgress
(#39807) @lhilgert9 - [FormHelperText] Add FormHelperText component (#39503) @mj12albert
- [IconButton] Copy IconButton to material-next (#39945) @mj12albert
- [Switch] Copy
Switch
to material next (#39887) @lhilgert9
Docs
- [material-ui] Fix theme prop in v5 migration guide (#39976) @sai6855
- [base-ui] Improve Next.js Link docs (#39838) @oliviertassinari
- [base-ui] Export Base UI theme in stylesheet (#39694) @mnajdova
- [joy-ui] Fix the date min & max slot props values on the Input demo (#40018) @avikalpg
- [joy-ui][ButtonGroup] Fix orientation prop description (#39876) @sai6855
- [joy-ui] Update gif from the Dark Mode Optimization page (#39726) @danilo-leal
- [joy-ui] Fix h1 template (#40017) @oliviertassinari
- [joy-ui] Fix wrong product id @oliviertassinari
- [joy-ui] Fixes in theme scoping documentation (#39899) @ZeeshanTamboli
- [joy-ui] Refine the Email, Teams and Files templates (#39579) @zanivan
- [joy-ui][templates] Fix layout shift on Profile template (#40022) @zanivan
- [joy-ui][Templates] Update thumbnails (#39938) @zanivan
- [material-next] Add contributing guide (#39944) @mj12albert
- End v6 blogpost notification (#39879) @joserodolfofreitas
- Fix nested CSS warning (#39932) @mnajdova
- Make integration searchable (#39967) @oliviertassinari
- Fix use of quote in markdown (#39953) @oliviertassinari
- Show design links on Joy UI (#39955) @oliviertassinari
- Restore Algolia results when searching for "Figma" (#39956) @oliviertassinari
- Fix two tone icon dark mode color (#39868) @mnajdova
Core
- Improve lerna's renovate package rules (#40029) @DiegoAndai
- Downgrade lerna to 7.2.0 (#40026) @DiegoAndai
- Rename OpenCollective @oliviertassinari
- [docs-infra] Env variables should be string (#39991) @oliviertassinari
- [Portal] Improve docs for container prop (#39180) @oliviertassinari
- [website] Update pricing table (#40023) @cherniavskii
- [website][docs] Update the product identifier menu and X page (#39832) @danilo-leal
- [website] Mark TreeView and Charts as stable (#39975) @flaviendelangle
- [website] Update career page (#40015) @oliviertassinari
- [website] Sync about dataset @oliviertassinari
- [website] Fix 301 redirection to X tree-view @oliviertassinari
- [website] Change redirection prefixes @oliviertassinari
- [website] Fix 301 link @oliviertassinari
- [website] Fix modal not being closed with the escape key on the Base UI page (#39880) @ZeeshanTamboli
All contributors of this release in alphabetical order: @avikalpg, @brijeshb42, @cherniavskii, @danilo-leal, @DarhkVoyd, @dhaub-exelixis, @DiegoAndai, @flaviendelangle, @islandryu, @joserodolfofreitas, @lhilgert9, @mj12albert, @mnajdova, @oliviertassinari, @sadik-malik, @sai6855, @zanivan, @ZeeshanTamboli
v5.14.18
Nov 14, 2023
A big thanks to the 14 contributors who made this release possible. Here are some highlights ✨:
- 💫 Introduced new Stepper component in Joy UI (#39688) @siriwatknp
- other 🐛 bug fixes and 📚 documentation improvements
@mui/[email protected]
- [Autocomplete] Add
defaultMuiPrevented
to onKeyDown type (#39820) @sai6855 - [Autocomplete] Fix React key warning in Next.js (#39795) @mj12albert
- [Checkbox] Asterisk placement aligned correctly (#39721) @axelbostrom
- [Rating] Fix the hover highlighting for spaced icons (#39775) @ZeeshanTamboli
- [TablePagination] Implement
slotProps
pattern for the actions and the select slots (#39353) @anle9650 - [TextField] Fix padding on small filled multiline TextField (#39769) @mj12albert
@mui/[email protected]
- [Stepper] Add new
Stepper
component (#39688) @siriwatknp - [Select] Fix displaying placeholder when multiple is true (#39806) @sai6855
@mui/[email protected]
- [ButtonGroup] Copy
ButtonGroup
to material next (#39739) @lhilgert9 - [ProgressIndicator] Change
CircularProgress
files to ts (#39791) @lhilgert9 - [ProgressIndicator] Change
LinearProgress
files to ts (#39793) @lhilgert9 - [ProgressIndicator] Copy
LinearProgress
to material next (#39779) @lhilgert9 - [ProgressIndicator] Copy
CircularProgress
to material next (#39780) @lhilgert9 - [TextField] Add FormLabel and InputLabel components (#39483) @mj12albert
Docs
- [base-ui][NumberInput] Fix inconsistent demo component names (#39786) @mnajdova
- [base-ui][Menu] Refine demos (#39823) @zanivan
- [base-ui][Switch] Refine demos (#39822) @zanivan
- [joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
- [joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
- [joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
- [joy-ui] Add
CssBaseline
to integration with Material UI page (#39790) @swillianc - [joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
Core
- [blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
- [CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
- [core] Remove legacy docs files (#39860) @oliviertassinari
- [core] Fix GitHub title tag consistency @oliviertassinari
- [core] Make the API docs builder configurable per project (#39772) @michaldudak
- [docs] Fix the default theme viewer font family (#39782) @danilo-leal
- [docs-infra] Fix hydration api (#39706) @oliviertassinari
- [docs-infra] Adjust the website & docs footer (#39810) @danilo-leal
- [docs-infra] Fix bug on API prop copy experience (#39707) @oliviertassinari
- [website] Change roadmap link destination (#39639) @danilo-leal
All contributors of this release in alphabetical order: @anle9650, @axelbostrom, @danilo-leal, @joserodolfofreitas, @lhilgert9, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @swillianc, @zanivan, @ZeeshanTamboli
5.14.17
Nov 6, 2023
A big thanks to the 12 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
@mui/[email protected]
- [Dialog] Should not close until the IME is cancelled (#39713) @megos
- [InputBase] Add
sx
type toinput
androot
slot (#39569) @sai6855
@mui/[email protected]
- [ModalDialog] Remove redundant code (#39719) @sai6855
- [ToggleButtonGroup] Fix toggling button state when
Button
is not immediate children (#39571) @sai6855
@mui/[email protected]
- Make list components more reliable (#39380) @michaldudak
@mui/[email protected]
- [InputBase] InputBase slotProps accepts sx type (#39714) @mj12albert
- [OutlinedInput] Copy v5 OutlinedInput (#39698) @mj12albert
@mui/[email protected]
- [TreeView] Remove tree view import from @mui/lab (#39685) @alexfauquette
Docs
- Update Taiwan country name in demos (#39729) @chiahao
- Update release doc for unchanged packages (#39487) @brijeshb42
- [joy-ui] Make code readable to set next color in color inversion demos (#39669) @ZeeshanTamboli
- [material-ui] Remove numeric input workaround from TextField docs (#39629) @mj12albert
- [material-ui] Add comment about code to be removed from Drawer demo (#39678) @samuelsycamore
Core
- [docs-infra] Fix path bloat client-side (#39708) @oliviertassinari
- [docs-infra] Render footer in SSR (#39710) @oliviertassinari
- [docs-infra] Simplify footer (#39709) @oliviertassinari
- [docs-infra] Fix dark theme color (#39720) @alexfauquette
- [docs-infra] Remove the design feedback alert (#39691) @danilo-leal
- [docs-infra] Bring back scroll gradient in API page with table (#39689) @alexfauquette
- [docs-infra] Clarify the content of the ads @oliviertassinari
- [docs-infra] Link to ScaffoldHub v2 @oliviertassinari
- [docs-infra] Improve access to the component demos via the API page (#39690) @danilo-leal
- [docs-infra] Add appropriate aria-label to docs buttons (#39638) @danilo-leal
- [docs-infra] Fix crawler on API pages (#39490) @alexfauquette
- [docs–infra] Small polish on API toggle (#39704) @oliviertassinari
- [core] Speed up the CI by removing the second build (#39684) @michaldudak
- [core][docs] Fix broken MUI System link in README.md (#39734) @samuelsycamore
- [website] List benefits for sponsors (#39640) @oliviertassinari
- [website] Add Vadym teamMember card to 'About' (#39701) @hasdfa
- [test] Fix flaky screenshot (#39711) @oliviertassinari
All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @chiahao, @danilo-leal, @hasdfa, @megos, @michaldudak, @mj12albert, @oliviertassinari, @sai6855, @samuelsycamore, @ZeeshanTamboli
v5.14.16
Oct 31, 2023
A big thanks to the 19 contributors who made this release possible. Here are some highlights ✨:
- ✨ New highly requested Joy UI component: Snackbar (#38801) @ZeeshanTamboli
@mui/[email protected]
@mui/[email protected]
- [Autocomplete] Standardize box shadow on demos (#39519) @zanivan
- [useSelect] Support browser autofill (#39595) @DiegoAndai
- [base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
@mui/[email protected]
- [Accordion] Add type button to accordion
- [Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
- [Menu] Fix closing of listbox in
MenuList
demo (#39459) @sai6855 - [Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
- [Select] Support selection of
multiple
options (#39454) @sai6855 - [Textarea] Add ref usage instructions (#39615) @danilo-leal
- Fix sticky hover media query issue on mobile (#37467) @gitstart
- Add Snackbar component (#38801) @ZeeshanTamboli
@mui/[email protected]
- [theme] Update Material You typescale tokens (#39514) @mj12albert
Docs
- Fix 301 link to Primer design system @oliviertassinari
- [joy-ui] Revise the CSS vars page (#39335) @danilo-leal
- [joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
- [joy-ui] Fix wrong messages (#39602) @siriwatknp
- [material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
- [material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
- [material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
- [system] Clean up
@mui/styles
docs and discourage users from installing it (#39644) @samuelsycamore - [examples] Upgrade Remix to v2 (#39229) @Nkzn
- [examples][material-ui] Remove hardcoded
color="black"
from Next.js App Router layout (#39577) @samuelsycamore
Core
- [core] Setup vale for enforcing style guides (#39633) @alexfauquette
- [core] Remove unused use client (#38967) @oliviertassinari
- [core] Remove duplicate export (#39346) @oliviertassinari
- [core] Remove not used
@types/loader-utils
package fromzero-next-plugin
(#39609) @ZeeshanTamboli - [docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
- [docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
- [website] Add stray adjustments and clean-ups (#39673) @danilo-leal
- [website] Open the
Design Engineer - xGrid
role (#39375) @DanailH
All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @DanailH, @danilo-leal, @DiegoAndai, @emamoah, @gitstart, @Janpot, @jcoyle37, @mj12albert, @mnajdova, @Nkzn, @oliviertassinari, @Popppins, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli