Skip to content

Releases: mui/material-ui

v5.14.5

14 Aug 14:46
Compare
Choose a tag to compare

Aug 14, 2023

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

@mui/material@5.14.5

  • ​[TextField] Fix to handle onClick on root element (#38072) @LukasTy

@mui/codemod@5.14.5

@mui/joy@5.0.0-beta.2

  • ​[Input][joy-ui] Fix the FormHelperText icon color (#38387) @TheNatkat
  • ​[Skeleton][joy-ui] Soften the pulse animation (#38384) @zanivan
  • ​[TabPanel][joy-ui] Add keepMounted prop (#38293) @decadef20

@mui/base@5.0.0-beta.11

Docs

Examples

  • ​[examples] Add Joy UI + Vite.js + TypeScript example app (#37406) @nithins1

Core

All contributors of this release in alphabetical order: @alexfauquette, @ashleykolodziej, @danilo-leal, @decadef20, @DiegoAndai, @flaviendelangle, @LukasTy, @michaldudak, @mj12albert, @mnajdova, @nithins1, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @TheNatkat, @zanivan

v5.14.4

08 Aug 10:15
40f4b27
Compare
Choose a tag to compare

Aug 8, 2023

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

@mui/material@5.14.4

@mui/system@5.14.4

@mui/base@5.0.0-beta.10

Breaking changes

  • ​[base] Ban default exports (#38200) @michaldudak

    Base UI default exports were changed to named ones. Previously we had a mix of default and named ones.
    This was changed to improve consistency and avoid problems some bundlers have with default exports.
    See #21862 for more context.

    - import Button, { buttonClasses } from '@mui/base/Button';
    + import { Button, buttonClasses } from '@mui/base/Button';
    - import BaseMenu from '@mui/base/Menu';
    + import { Menu as BaseMenu } from '@mui/base/Menu';

    Additionally, the ClassNameGenerator has been moved to the directory matching its name:

    - import ClassNameGenerator from '@mui/base/className';
    + import { ClassNameGenerator } from '@mui/base/ClassNameGenerator';

    A codemod is provided to help with the migration:

    npx @mui/codemod v5.0.0/base-use-named-imports <path>

Changes

@mui/joy@5.0.0-beta.1

Docs

Core

All contributors of this release in alphabetical order: @alisasanib, @cherniavskii, @DanailH, @danilo-leal, @iownthegame, @michaldudak, @mj12albert, @mnajdova, @noraleonte, @oliviertassinari, @richbustos, @sai6855, @samuelsycamore, @siriwatknp, @VishruthR, @yash-thakur, @zanivan, @ZeeshanTamboli

v5.14.3

01 Aug 15:39
2deea34
Compare
Choose a tag to compare

Jul 31, 2023

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

@mui/material@5.14.3

  • ​[Autocomplete][material][joy] Add default getOptionLabel prop in ownerState (#38100) @DSK9012
  • ​[Menu][Divider][material] Do not allow focus on Divider when inside Menu list (#38102) @divyammadhok
  • ​[typescript][material] Rename one letter type parameters (#38155) @michaldudak
  • ​[Menu][material] Fixes slots and slotProps overriding defaults completely (#37902) @gitstart
  • ​[Theme][material] Add missing styleOverrides type for theme MuiStack (#38189) @DiegoAndai
  • ​[typescript][material] Add component field to *Props types (#38084) @michaldudak

@mui/base@5.0.0-beta.9

Breaking changes

Other changes

@mui/joy@5.0.0-beta.0

@mui/material-next@6.0.0-alpha.95

@mui/system@5.14.3

Docs

Core

All contributors of this release in alphabetical order: @cherniavskii, @DiegoAndai, @divyammadhok, @DSK9012, @flaviendelangle, @gitstart, @michaldudak, @mj12albert, @mnajdova, @oliviertassinari, @prakhargupta1, @richbustos, @rluzists1, @sai6855, @siriwatknp, @zanivan, @ZeeshanTamboli

v5.14.2

25 Jul 10:04
36d9f0d
Compare
Choose a tag to compare

Jul 25, 2023

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

@mui/material@5.14.2

@mui/joy@5.0.0-alpha.89

Docs

Core

All contributors of this release in alphabetical order: @alexfauquette, @Bestwebdesign, @bharatkashyap, @danilo-leal, @DiegoAndai, @harikrishnanp, @IgnacioUtrilla, @mbrookes, @michaldudak, @mj12albert, @mnajdova, @nikohoffren, @oliviertassinari, @onderonur, @prakhargupta1, @richbustos, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Studio384, @zanivan, @ZeeshanTamboli

v5.14.1

19 Jul 09:20
f2e5ded
Compare
Choose a tag to compare

Jul 19, 2023

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

@mui/material@5.14.1

  • ​[FormControlLabel] Fix misplaced asterisk when labelPlacement is provided (#37831) @ZeeshanTamboli
  • ​[Slider][material] Fix type dependency on @types/prop-types (#37853) @Methuselah96
  • ​[Menu] Add MuiMenuList to createTheme components key (#37956) @mj12albert
  • ​[Modal] Remove deprecated BackdropComponent and BackdropProps from tests (#38018) @sai6855

@mui/material-next@6.0.0-alpha.93

  • ​[Slider][material-next] Add use client directive to useSliderElementsOverlap (#37955) @mj12albert
  • ​[Button][material-next] Fix some event handlers being ignored (#37647) @DiegoAndai

@mui/base@5.0.0-beta.8

  • ​[Autocomplete] Make touch and click behavior on an option consistent (#37972) @divyammadhok

@mui/joy@5.0.0-alpha.88

@mui/utils@5.14.1

Docs

Core

All contributors of this release in alphabetical order: @alexfauquette, @brijeshb42, @cherniavskii, @DanailH, @danilo-leal, @DiegoAndai, @divyammadhok, @ericbrian, @Janpot, @joserodolfofreitas, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @officialrajdeepsingh, @oliviertassinari, @OmPr366, @OndrejHj04, @prakhargupta1, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli

v5.14.0

11 Jul 14:59
2529e3a
Compare
Choose a tag to compare

Jul 11, 2023

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

@mui/material@5.14.0

  • [Autocomplete] Enable global customization of different options (#36971) @nicolas-ot

@mui/material-next@6.0.0-alpha.92

  • [Slider][material-next] Slider restructure and style improvements (#37644) @DiegoAndai

@mui/joy@5.0.0-alpha.87

@mui/icons-material@5.14.0

Docs

Core

All contributors of this release in alphabetical order: @alexfauquette, @cherniavskii, @danilo-leal, @DiegoAndai, @enrique-ramirez, @gitstart, @LukasTy, @MaybePixem, @mj12albert, @mnajdova, @nicolas-ot, @oliviertassinari, @samuelsycamore, @siriwatknp, @Studio384

v5.13.7

04 Jul 09:00
aac2d5b
Compare
Choose a tag to compare

Jul 4, 2023

A big thanks to the 21 contributors who made this release possible.
This release focuses primarily on 🐛 bug fixes, 📚 documentation, and ⚙️ infrastructure improvements.

@mui/material@5.13.7

  • [OutlinedInput] Fix form control properties in ownerState (#37668) @vonagam

@mui/system@5.13.7

@mui/icons-material@5.13.7

@mui/joy@5.0.0-alpha.86

@mui/base@5.0.0-beta.6

  • [Slider][base][material][joy] Fix not draggable on the edge when disableSwap={true} (#35998) @sai6855
  • [Slider][base] Provide slot state to Slider's thumb slot props callback (#37749) @mnajdova
  • [Tabs] Wrap TabsList context creation in useMemo (#37370) @michaldudak
  • [TextareaAutosize] Fix wrong height measurement (#37185) @bigteech

@mui/lab@5.0.0-alpha.135

Docs

Core

All contributors of this release in alphabetical order: @AdamSundberg, @alexfauquette, @bigteech, @cherniavskii, @cmd-johnson, @DanailH, @danilo-leal, @Dlouxgit, @gateremark, @Janpot, @michaldudak, @mnajdova, @MUK-Dev, @oliviertassinari, @sai6855, @saikathalderr, @siriwatknp, @vonagam, @zanivan, @ZeeshanTamboli, @zephyrus21

v5.13.6

23 Jun 14:17
312270b
Compare
Choose a tag to compare

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

@mui/material@5.13.6

@mui/material-next@6.0.0-alpha.90

  • ​[Material You] Add Slider component with Material You design (#37520) @DiegoAndai

@mui/joy@5.0.0-alpha.85

@mui/base@5.0.0-beta.5

@mui/utils@5.13.2

Docs

Core

v5.13.5

12 Jun 13:49
24b3af6
Compare
Choose a tag to compare

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

  • 💫 Added ButtonGroup component in Joy UI (#37407) @siriwatknp.
  • 🐛 bug fixes and 📚 documentation improvements.

@mui/material@5.13.5

  • ​[Material][Popover] Add support for virtual element as anchorEl (#37465) @DiegoAndai

@mui/joy@5.0.0-alpha.84

Docs

Core

All contributors of this release in alphabetical order: @brijeshb42, @cherniavskii, @DanailH, @DiegoAndai, @musama619, @oliviertassinari, @sernstberger, @siriwatknp, @ZeeshanTamboli

v5.13.4

05 Jun 17:36
a522d82
Compare
Choose a tag to compare

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

@mui/material@5.13.4

  • ​[Autocomplete][material] Add missing focusVisible class in AutocompleteClasses (#37502) @sai6855
  • ​[Menu][material] Fix MenuPaper class composition precedence (#37390) @DiegoAndai
  • ​[MenuList] Fix to allow conditional rendering for a menu item under ListSubheader (#36890) @danielplewes
  • ​[Stepper] Handle progress bar of mobile stepper when steps is one (#37079) @gitstart

@mui/base@5.0.0-beta.4

  • ​[Input][base] Fix calling slotProps event handlers (#37463) @sai6855

@mui/joy@5.0.0-alpha.83

Docs

Core

All contributors of this release in alphabetical order: @brijeshb42, @danielplewes, @danilo-leal, @DiegoAndai, @gitstart, @MBilalShafi, @mj12albert, @oliviertassinari, @sai6855, @siriwatknp, @vishalthatipamula0219, @ZeeshanTamboli