Skip to content

Releases: mui/material-ui

v5.14.8

05 Sep 12:40
74c58da
Compare
Choose a tag to compare

Sep 5, 2023

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

@mui/material@5.14.8

@mui/base@5.0.0-beta.14

  • ​[Autocomplete] Type multiple values with readonly arrays. (#38253) @pcorpet
  • ​[TextField] Fix unstable height of memoized multiline TextField component (#37135) @amal-qb

@mui/joy@5.0.0-beta.5

@mui/lab@5.0.0-alpha.143

@mui/system@5.14.8

  • ​[system] Fix the inconsistent types of the mergeBreakpointsInOrder function (#38749) @imevanc
  • ​[system] Fix maxWidth incorrectly resolving breakpoints with non-pixel units (#38633) @mj12albert
  • ​[typescript] Introduce *OwnProps interfaces for components (#36798) @szalonna

Docs

Core

All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @amal-qb, @anle9650, @anon-phantom, @bharatkashyap, @brijeshb42, @christophermorin, @danilo-leal, @flaviendelangle, @imevanc, @jyash97, @mbrookes, @michaldudak, @mj12albert, @oliviertassinari, @omriklein, @pcorpet, @rajgop1, @ruflair, @sai6855, @siriwatknp, @szalonna, @zanivan, @ZeeshanTamboli

v5.14.7

29 Aug 12:14
8a09d53
Compare
Choose a tag to compare

Aug 29, 2023

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

@mui/material@5.14.7

  • ​[Autocomplete] Fix listbox opened unexpectedly when component is disabled (#38611) @mj12albert
  • ​[Select][material-ui] Fix select menu moving on scroll when disableScrollLock is true (#37773) @VishruthR

@mui/base@5.0.0-beta.13

  • ​[useButton][base-ui] Accept arbitrary props in getRootProps and forward them (#38475) @DiegoAndai

@mui/zero-runtime@0.0.1-alpha.1

Docs

Core

All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @michaldudak, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR

v5.14.6

24 Aug 14:13
a1f511d
Compare
Choose a tag to compare

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

  • 🚀 Added the Popup component to Base UI (#37960) @michaldudak
    It's intended to replace the Popper component, which uses the deprecated Popper JS library. The Popup is built on top of Floating UI and has a similar API to the Popper.
  • 🚀 Added the Accordion component to Joy UI (#38164) @siriwatknp
  • 🚀 Added InputBase and ButtonBase components to material-next (#38319) @DiegoAndai @mj12albert
  • 🔋 First iteration on the zero-runtime styling engine compatible with Server Components (#38378) @brijeshb42

@mui/material@5.14.6

@mui/base@5.0.0-beta.12

@mui/joy@5.0.0-beta.3

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

@mui/zero-runtime@0.0.1-alpha.0

Docs

Examples

Core

All contributors of this release in alphabetical order: @0xturner, @alexfauquette, @alisasanib, @brijeshb42, @codersjj, @cristianmacedo, @danilo-leal, @DiegoAndai, @GresilleSiffle, @homerchen19, @johnmatthiggins, @michaldudak, @mj12albert, @mnajdova, @mwskwong, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli

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