Material Ui Versions Save

MaterialΒ UI: Ready-to-use foundational React components, free forever. It includes Material UI, which implements Google's Material Design.

v5.15.0

5 months ago

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]

  • ​[icons] Add X logo (#38811) @abreel

@mui/[email protected]

  • ​[base-ui] useControllableReducer warns when controlled props become uncontrolled (and vice versa) (#39096) @mj12albert

@mui/[email protected]

  • ​[joy-ui][Radio][Input] Fix inheritance of disabled prop (#39934) @sai6855

@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

5 months ago

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

5 months ago

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

6 months ago

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

v5.14.17

6 months ago

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 to input and root 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

6 months ago

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]

  • ​Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova

@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 from zero-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

v5.14.15

6 months ago

Oct 24, 2023

A big thanks to the 17 contributors who made this release possible.

@mui/[email protected]

  • ​[Checkbox][Radio] Fix theme style overrides not working for different sizes (#39377) @gitstart
  • ​[InputLabel] InputLabel supports ownerState.focused for styleOverrides (#39470) @mj12albert
  • ​[ToggleButton] Add fullWidth to toggleButtonClasses and toggleButtonGroupClasses (#39536) @Semigradsky

@mui/[email protected]

  • ​[useAutocomplete] Correct keyboard navigation with multiple disabled options (#38788) @VadimZvf
  • ​[Select] Standardize box shadow on demos (#39509) @zanivan
  • ​[Slider] Refine demos (#39526) @zanivan
  • ​[Input] Update and port additional tests from material-ui (#39584) @mj12albert

@mui/[email protected]

  • ​[FilledInput] Add FilledInput component (#39307) @mj12albert
  • ​[InputAdornment] Fix unstable_capitalize import (#39510) @DiegoAndai
  • ​[Snackbar] copy files to mui-material-next (#39232) @Best-Sardar
  • ​[Menu] Use useMenu hook (#38934) @mnajdova

@mui/[email protected]

  • ​[Button] Fix button size being a decorator (#39529) @siriwatknp
  • ​[CardOverflow] Remove conditional CSS to support Next.js App dir (#39101) @siriwatknp
  • ​[Link] Apply userSelect: none only when it's a button (#39486) @mwskwong

@mui/[email protected]

  • ​Update peer dep of @mui/material (#39398) @brijeshb42

@mui/[email protected]

  • ​Implement typings for public runtime API (#39215) @brijeshb42

@mui/[email protected]

  • ​Modify plugin to transform node_modules (#39517) @brijeshb42

Docs

  • ​[base-ui] Standardize grey palette across demos (#39504) @zanivan
  • ​[base-ui] Overall demos design review (#38820) @zanivan
  • ​[joy-ui] Adjust the responsiveness of the template card (#39534) @danilo-leal
  • ​[material-ui] Typo fixes in overview page (#39540) @Evan151
  • ​[material-ui] Add stray design tweaks to the templates collection (#39583) @danilo-leal
  • ​[system] Revise the Box page (#39159) @danilo-leal
  • ​Fix git diff format @oliviertassinari
  • ​[I10n] Add Norwegian (nynorsk) (nn-NO) locale (#39481) @hjalti-lifekeys
  • ​[l10n] Fix double space typo in ar-EG @oliviertassinari
  • ​[I10n] Additions to Icelandic (is-IS) locale (#39480) @hjalti-lifekeys

Core

  • ​[core] Replace a useCallback by useRef in useEventCallback (#39078) @romgrk
  • ​[docs-infra] Prevent docs crash (#39214) @alexfauquette
  • ​[docs-infra] Fix no-op autoprefixer warning (#39385) @oliviertassinari
  • ​[docs-infra] Refine the API page design (#39520) @alexfauquette
  • ​[docs-infra] Fix cut-off sponsors (#39572) @oliviertassinari
  • ​[website] Add missing h1 on page @oliviertassinari
  • ​[website] Fix unrecognized prop warning @oliviertassinari
  • ​[website] Store Engineer role filled @oliviertassinari
  • ​[website] Add stray design adjustments (#39496) @danilo-leal

All contributors of this release in alphabetical order: @alexfauquette, @Best-Sardar, @brijeshb42, @danilo-leal, @DiegoAndai, @Evan151, @gitstart, @hjalti-lifekeys, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @romgrk, @Semigradsky, @siriwatknp, @VadimZvf, @zanivan

v5.14.14

7 months ago

5.14.14

Oct 17, 2023

A big thanks to the 24 contributors who made this release possible. Here are some highlights ✨: This release was mostly about πŸ› bug fixes and πŸ“š documentation improvements.

@mui/[email protected]

  • ​[material-ui][AppBar] Support all default palette colors in TypeScript (#39389) @BreakBB
  • ​[material-ui][AvatarGroup] Add renderSurplus prop (#39283) @uuxxx
  • ​[material-ui][Box] Fix system properties has incorrect Theme interface when applied directly (#39404) @Semigradsky
  • ​[material-ui][Pagination] Update type parameter of getItemAriaLabel prop (#39390) @Simer13
  • ​[material][tab] Show/hide scroll buttons for dynamically added children (#39415) @brijeshb42

@mui/[email protected]

  • ​[base-ui][Menu] Do not reopen the menu after clicking on a trigger in Safari (#39393) @michaldudak

@mui/[email protected]

  • ​[Divider][material-next] Add Divider component (#39179) @Best-Sardar

@mui/[email protected]

  • ​[joy-ui][List] Add the marker prop (#39313) @siriwatknp
  • ​[joy-ui][Skeleton] Fix semi-transparent scenario when with surface components and color inversion (#39400) @TheNatkat
  • ​[joy-ui][Textarea] Fix focus ring for error state (#39391) @vineetjk

@mui/[email protected]

  • ​[icons] Fix VoiceChatOutlined showing the wrong icon (#39418) @devuser200

@mui/[email protected]

  • ​[mui-system][style] bug fix for style value check color in nullable object (#39457) @DarhkVoyd

@mui/[email protected]

  • ​[styled-engine-sc] Fix TS issues because of missing types (#39395) @mnajdova

Docs

  • ​[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
  • ​[docs] Accessibility in Base UI (#39264) @michaldudak
  • ​[docs] Fix 301 redirection @oliviertassinari
  • ​[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
  • ​[docs] Adjust design kits-related content (#39367) @danilo-leal
  • ​[docs] Revise the Contributing Guide (#39190) @samuelsycamore
  • ​[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
  • ​[docs][joy-ui] Fix color inversion demos (#39403) @danilo-leal
  • ​[docs][material-ui] Remove irrelevant TODO from Snackbar demo (#39396) @ZeeshanTamboli
  • ​[docs][material-ui][Table] Bug in "Sorting & Selecting" demo (#39426) @codewithrabeeh
  • ​[docs][joy-ui][typography] Update docs after lineHeight changes (#39366) @zanivan

Core

  • ​[core] Fix multiple typos across the repo (#39422) @parikshitadhikari
  • ​[docs-infra] Add refinements to the API content design (#39425) @danilo-leal
  • ​[docs-infra] Add a min height to the layout component (#39416) @danilo-leal
  • ​[docs-infra] Prevent horizontal scroll in the TOC (#39417) @danilo-leal
  • ​[docs-infra] Add a collapsible list & table views to the API content display (#38265) @alexfauquette
  • ​[docs-infra] Adjust the kbd tag styles (#39397) @danilo-leal
  • ​[docs-infra] Fix strong style regression (#39384) @oliviertassinari
  • ​[website] Add the LinkedIn profile to the contributors section on the About page (#39455) @chhawinder
  • ​[website] Update new role template (#39386) @oliviertassinari
  • ​[website] Add stray design fine-tunning to the Pricing page (#39472) @danilo-leal
  • ​[website] Fix career anchor link to perks & benefits @oliviertassinari

All contributors of this release in alphabetical order: @adrienbrault, @alexfauquette, @Best-Sardar, @BreakBB, @brijeshb42, @chhawinder, @christophermorin, @codewithrabeeh, @danilo-leal, @DarhkVoyd, @devuser200, @michaldudak, @mnajdova, @oliviertassinari, @parikshitadhikari, @samuelsycamore, @Semigradsky, @Simer13, @siriwatknp, @TheNatkat, @uuxxx, @vineetjk, @zanivan, @ZeeshanTamboli

v5.14.13

7 months ago

Oct 10, 2023

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

  • πŸš€ Added support for styled-components v6 (#39042) @mnajdova

@mui/[email protected]

  • [Checkbox] Fix checkbox hover bg with extendTheme (#39319) @brijeshb42
  • [Chip] Outlined Chip variant is wider than the Filled counterpart (#39342) @chirag3003
  • [Select] Add notice about select's a11y improvement on v5.14.12 changelog (#39310) @DiegoAndai
  • [Typography] Color prop check for primitive type (#39071) @DarhkVoyd
  • [Pagination] Fix background color on hover and keyboard focus when using CSS theme variables (#39220) @ValkonX33
  • [Popper] Add missing styleOverrides Popper type in theme (#39154) @axelbostrom
  • [Slider] Support all default palette colors in TypeScript (#39058) @gugudwt

@mui/[email protected]

  • [Menu] Add the anchor prop (#39297) @michaldudak

@mui/[email protected]

  • [Menu] Copy v5 Menu components (#39301) @mnajdova

@mui/[email protected]

  • [Autocomplete] Add type=button to clear button (#39263) @brijeshb42
  • [Button] Fix the text wrap issue (#38696) @atharva3333
  • [Drawer] Apply color inversion to content slot instead (#39312) @siriwatknp
  • [Switch] Fix missing class name (#39327) @Bestwebdesign

@mui/[email protected]

  • ​[system] Add support for styled-components v6 (#39042) @mnajdova

Docs

  • [joy-ui] Adjust the templates page card design (#39369) @danilo-leal
  • Rename the Data Grid "Quick filter" to "Search" (#37724) @alexfauquette
  • Remove obsolete translations (#39221) @mbrookes
  • Update link to add custom color in palette (#39359) @ZeeshanTamboli
  • Denser code demo @oliviertassinari
  • Set up MD3 experiments pages (#39323) @mj12albert
  • [Drawer] Fix right anchored persistent drawer intercepts click when it is closed (#39318) @ZeeshanTamboli
  • [joy-ui] Revise the Color Inversion page (#39306) @danilo-leal
  • [joy-ui] Remove redundant error prop from input validation demo (#39280) @sai6855
  • [material-ui] Rename themed components doc, fix typos (#39368) @samuelsycamore
  • [material-ui] Adjust the Material You Chip section (#39325) @danilo-leal
  • [system] Add documentation on how to augment custom theme types for the sx prop callback (#39259) @3xp10it3r
  • [joy-ui][Input] Add debounce input demo (#39300) @sai6855

Core

  • [docs-infra] Improve the open diamond sponsor spot callout (#39332) @danilo-leal
  • [docs-infra] Fix Code Sandbox download issue (#39317) @ARJ2160
  • [docs-infra] Remove overflow: hidden for demo gradient bg (#39225) @oliviertassinari
  • [website] Fix footer responsiveness (#39355) @danilo-leal
  • [website] Host Figma redirections in the store for now @oliviertassinari

All contributors of this release in alphabetical order: @3xp10it3r, @alexfauquette, @ARJ2160, @atharva3333, @axelbostrom, @Bestwebdesign, @brijeshb42, @chirag3003, @danilo-leal, @DarhkVoyd, @DiegoAndai, @gugudwt, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @ValkonX33, @ZeeshanTamboli

v5.14.12

7 months ago

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

  • 🎨 Introduced color inversion utilities to Joy UI (#38916) @siriwatknp
  • πŸš€ Added Chip and related TextField components to Material You @DiegoAndai, @mj12albert
  • πŸ—οΈ Improve the Select's component a11y by adding the combobox role and aria-controls attribute (#38785) @xulingzhihou. If your tests require selecting the trigger element by the "button" role, then you'll have to change it to use the "combobox" role instead

@mui/[email protected]

  • [DialogActions] Apply margin-left when children is not of button type (#39189) @sai6855
  • [Select] Improve a11y by adding combobox role and aria-controls attribute (#38785) @xulingzhihou
  • [Select] Fix MenuProps slotProps forwarding (#39177) @DiegoAndai
  • [TextField] Polish types in Textfield demo (#39140) @sai6855
  • [ButtonGroup] Fix rendering with conditional elements (#38989) @ZeeshanTamboli

@mui/[email protected]

  • [system] Add support for variants in the styled() util (#39073) @mnajdova
  • [Box] Add missing logical spacing property types (#39169) @Semigradsky

@mui/[email protected]

  • [useSlider] Align externalProps handling (#38854) @mj12albert
  • [useTabs] Align external props handling for useTab/useTabPanel/useTabsList (#39037) @mj12albert
  • [test] Fix import paths in useTab tests (#39291) @mj12albert

@mui/[email protected]

  • [Chip] Add Material You Chip component (#38927) @DiegoAndai
  • [Divider] Copy v5 Divider (#39197) @mj12albert
  • [FilledInput] Copy v5 FilledInput (#39040) @mj12albert
  • [FormControl] Add FormControl component (#39032) @mj12albert
  • [Select] Copy Select files from v5 (#39188) @DiegoAndai
  • [TextField] Copy v5 TextField's inner components (#39166) @mj12albert

@mui/[email protected]

  • Introduce color inversion utilities (#38916) @siriwatknp
  • Replace margin with gap property (#39147) @siriwatknp
  • [CssBaseline] use Joy GlobalStyles (#39278) @siriwatknp
  • [Drawer] Apply content styles from theme to content slot (#39199) @sai6855
  • [List] Add gap and missing active styles (#39146) @siriwatknp
  • [Switch] Slight adjustments to the design (#39276) @danilo-leal

Docs

  • [docs] Update Autocomplete demo for React 18 (#39162) @oliviertassinari
  • [docs-infra] Tweak feedback footer section design (#36556) @danilo-leal
  • [docs-infra] Improve code syntax highlight (#39181) @oliviertassinari
  • [docs][base] Add Tailwind CSS + plain CSS demo on the TextArea page (#39046) @alisasanib
  • [docs][base-ui] Fix style for root div of multiline input (#39182) @ttlpta
  • [docs][base-ui] Improve Select's country select demo (#38983) @oliviertassinari
  • [docs][joy-ui] Add scrollable tabs example (#39260) @siriwatknp
  • [docs][joy-ui] Match Autocomplete github label demo to actual github label dropdown (#39228) @sai6855
  • [docs][joy-ui] Refine the Rental dashboard template (#39059) @zanivan
  • [docs][joy-ui] Removed incomplete sentence in the Aspect Ratio page (#39227) @Erik-McKelvey
  • [docs][joy-ui] Fix typo in the Accordion page (#39226) @Erik-McKelvey
  • [docs][joy-ui] Update and standardize template Sidemenus (#39271) @zanivan
  • [docs][joy-ui] Add a roadmap page (#39163) @danilo-leal
  • [docs][material-ui] Replace Box with Stack in applicable demos (#39174) @sai6855
  • [docs][material-ui] Add small polish to the Templates page (#39224) @danilo-leal
  • [docs][material-ui] Small revision to the Icons page (#38840) @danilo-leal

Core

  • Add next lint config to eslint (#39183) @Janpot
  • [core] Update eslint rules (#39178) @romgrk
  • [core] Fix Greg GitHub slug @oliviertassinari
  • [core] Priority Support casing normalization @oliviertassinari
  • [website] Add Heat map in pricing page (#39269) @oliviertassinari
  • [website] Update React Engineer - xCharts Ashby link (#39172) @DanailH
  • [website] Add Charts to the pricing table (#38680) @alexfauquette
  • [website] Polish career experience @oliviertassinari
  • [website] Simplify the Core products file (#39194) @danilo-leal

All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @DanailH, @danilo-leal, @DiegoAndai, @Erik-McKelvey, @Janpot, @mj12albert, @mnajdova, @oliviertassinari, @romgrk, @sai6855, @Semigradsky, @siriwatknp, @xulingzhihou, @zanivan, @ZeeshanTamboli