@mui/icons-material
Version:
Material Design icons distributed as SVG React components.
905 lines (651 loc) β’ 704 kB
Markdown
# [Versions](https://mui.com/versions/)
## 5.14.18
<!-- generated comparing v5.14.17..master -->
_Nov 14, 2023_
A big thanks to the 14 contributors who made this release possible. Here are some highlights β¨:
- π« Introduced new [Stepper](https://mui.com/joy-ui/react-stepper/) component in Joy UI (#39688) @siriwatknp
- other π bug fixes and π documentation improvements
### `@mui/material@5.14.18`
- ​<!-- 32 -->[Autocomplete] Add `defaultMuiPrevented` to onKeyDown type (#39820) @sai6855
- ​<!-- 31 -->[Autocomplete] Fix React key warning in Next.js (#39795) @mj12albert
- ​<!-- 24 -->[Checkbox] Asterisk placement aligned correctly (#39721) @axelbostrom
- ​<!-- 04 -->[Rating] Fix the hover highlighting for spaced icons (#39775) @ZeeshanTamboli
- ​<!-- 03 -->[TablePagination] Implement `slotProps` pattern for the actions and the select slots (#39353) @anle9650
- ​<!-- 02 -->[TextField] Fix padding on small filled multiline TextField (#39769) @mj12albert
### `@mui/joy@5.0.0-beta.15`
- ​<!-- 11 -->[Stepper] Add new `Stepper` component (#39688) @siriwatknp
- ​<!-- 12 -->[Select] Fix displaying placeholder when multiple is true (#39806) @sai6855
### `@mui/material-next@6.0.0-alpha.110`
- ​<!-- 26 -->[ButtonGroup] Copy `ButtonGroup` to material next (#39739) @lhilgert9
- ​<!-- 09 -->[ProgressIndicator] Change `CircularProgress` files to ts (#39791) @lhilgert9
- ​<!-- 08 -->[ProgressIndicator] Change `LinearProgress` files to ts (#39793) @lhilgert9
- ​<!-- 07 -->[ProgressIndicator] Copy `LinearProgress` to material next (#39779) @lhilgert9
- ​<!-- 06 -->[ProgressIndicator] Copy `CircularProgress` to material next (#39780) @lhilgert9
- ​<!-- 05 -->[TextField] Add FormLabel and InputLabel components (#39483) @mj12albert
## Docs
- ​<!-- 30 -->[base-ui][NumberInput] Fix inconsistent demo component names (#39786) @mnajdova
- ​<!-- 29 -->[base-ui][Menu] Refine demos (#39823) @zanivan
- ​<!-- 28 -->[base-ui][Switch] Refine demos (#39822) @zanivan
- ​<!-- 16 -->[joy-ui] Fix API generation for Grid (#39861) @oliviertassinari
- ​<!-- 15 -->[joy-ui] Fix menu in color inversion header demo (#39785) @sai6855
- ​<!-- 14 -->[joy-ui] Change the design kit link on the Overview page (#39725) @danilo-leal
- ​<!-- 13 -->[joy-ui] Add `CssBaseline` to integration with Material UI page (#39790) @swillianc
- ​<!-- 10 -->[joy-ui][Tabs] Add wordBreak style to demo (#39821) @sai6855
## Core
- ​<!-- 27 -->[blog] MUI X late v6 blog post (#39700) @joserodolfofreitas
- ​<!-- 25 -->[CHANGELOG] Correct the Joy UI version in the changelog (#39788) @michaldudak
- ​<!-- 23 -->[core] Remove legacy docs files (#39860) @oliviertassinari
- ​<!-- 22 -->[core] Fix GitHub title tag consistency @oliviertassinari
- ​<!-- 21 -->[core] Make the API docs builder configurable per project (#39772) @michaldudak
- ​<!-- 20 -->[docs] Fix the default theme viewer font family (#39782) @danilo-leal
- ​<!-- 19 -->[docs-infra] Fix hydration api (#39706) @oliviertassinari
- ​<!-- 18 -->[docs-infra] Adjust the website & docs footer (#39810) @danilo-leal
- ​<!-- 17 -->[docs-infra] Fix bug on API prop copy experience (#39707) @oliviertassinari
- ​<!-- 01 -->[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
<!-- generated comparing v5.14.16..master -->
_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/material@5.14.17`
- [Dialog] Should not close until the IME is cancelled (#39713) @megos
- [InputBase] Add `sx` type to `input` and `root` slot (#39569) @sai6855
### `@mui/joy@5.0.0-beta.14`
- [ModalDialog] Remove redundant code (#39719) @sai6855
- [ToggleButtonGroup] Fix toggling button state when `Button` is not immediate children (#39571) @sai6855
### `@mui/base@5.0.0-beta.23`
- Make list components more reliable (#39380) @michaldudak
### `@mui/material-next@6.0.0-alpha.109`
- [InputBase] InputBase slotProps accepts sx type (#39714) @mj12albert
- [OutlinedInput] Copy v5 OutlinedInput (#39698) @mj12albert
### `@mui/lab@5.0.0-alpha.152`
- [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
## 5.14.16
<!-- generated comparing v5.14.15..master -->
_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](https://mui.com/joy-ui/react-snackbar) (#38801) @ZeeshanTamboli
### `@mui/material@5.14.16`
- ​<!-- 03 -->Fix ownerstate being propagated to DOM node when using styled-components v6 (#39586) @mnajdova
### `@mui/base@5.0.0-beta.22`
- ​<!-- 28 -->[Autocomplete] Standardize box shadow on demos (#39519) @zanivan
- ​<!-- 27 -->[useSelect] Support browser autofill (#39595) @DiegoAndai
- ​<!-- 30 -->[base-ui] Fix mergeSlotProps className join order (#39616) @mj12albert
### `@mui/joy@5.0.0-beta.13`
- ​<!-- 29 -->[Accordion] Add type button to accordion
- ​<!-- 28 -->[Card] Fix CardOverflow in nested cards (#39668) @siriwatknp summary (#39532) @Popppins
- ​<!-- 08 -->[Menu] Fix closing of listbox in `MenuList` demo (#39459) @sai6855
- ​<!-- 07 -->[Progress] Revamp Linear and Circular progress variants (#39492) @zanivan
- ​<!-- 06 -->[Select] Support selection of `multiple` options (#39454) @sai6855
- ​<!-- 05 -->[Textarea] Add ref usage instructions (#39615) @danilo-leal
- ​<!-- 10 --> Fix sticky hover media query issue on mobile (#37467) @gitstart
- ​<!-- 09 --> Add Snackbar component (#38801) @ZeeshanTamboli
### `@mui/material-next@6.0.0-alpha.108`
- ​<!-- 04 -->[theme] Update Material You typescale tokens (#39514) @mj12albert
### Docs
- ​<!-- 22 -->Fix 301 link to Primer design system @oliviertassinari
- ​<!-- 19 -->[joy-ui] Revise the CSS vars page (#39335) @danilo-leal
- ​<!-- 18 -->[joy-ui] Add docs for changing styles based on states (#39597) @siriwatknp
- ​<!-- 17 -->[joy-ui] Fix wrong messages (#39602) @siriwatknp
- ​<!-- 16 -->[material-ui] Include link to bundler how-to for Styled Components users (#39620) @jcoyle37
- ​<!-- 15 -->[material-ui] Improve Dialog demos (#39642) @ZeeshanTamboli
- ​<!-- 14 -->[material-ui] Add stray design fine-tuning to the example collection (#39581) @danilo-leal
- ​<!-- 13 -->[system] Clean up `@mui/styles` docs and discourage users from installing it (#39644) @samuelsycamore
- ​<!-- 12 -->[examples] Upgrade Remix to v2 (#39229) @Nkzn
- ​<!-- 11 -->[examples][material-ui] Remove hardcoded `color="black"` from Next.js App Router layout (#39577) @samuelsycamore
### Core
- ​<!-- 26 -->[core] Setup vale for enforcing style guides (#39633) @alexfauquette
- ​<!-- 25 -->[core] Remove unused use client (#38967) @oliviertassinari
- ​<!-- 24 -->[core] Remove duplicate export (#39346) @oliviertassinari
- ​<!-- 23 -->[core] Remove not used `@types/loader-utils` package from `zero-next-plugin` (#39609) @ZeeshanTamboli
- ​<!-- 21 -->[docs-infra] Add meta charset in codesandbox examples (#39424) @Janpot
- ​<!-- 20 -->[docs-infra] Fix settings drawer accessibility issues (#39589) @emamoah
- ​<!-- 02 -->[website] Add stray adjustments and clean-ups (#39673) @danilo-leal
- ​<!-- 01 -->[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
## 5.14.15
<!-- generated comparing v5.14.14..master -->
_Oct 24, 2023_
A big thanks to the 17 contributors who made this release possible.
### `@mui/material@5.14.15`
- ​<!-- 24 -->[Checkbox][Radio] Fix theme style overrides not working for different sizes (#39377) @gitstart
- ​<!-- 12 -->[InputLabel] InputLabel supports ownerState.focused for styleOverrides (#39470) @mj12albert
- ​<!-- 07 -->[ToggleButton] Add `fullWidth` to `toggleButtonClasses` and `toggleButtonGroupClasses` (#39536) @Semigradsky
### `@mui/base@5.0.0-beta.21`
- ​<!-- 29 -->[useAutocomplete] Correct keyboard navigation with multiple disabled options (#38788) @VadimZvf
- ​<!-- 28 -->[Select] Standardize box shadow on demos (#39509) @zanivan
- ​<!-- 27 -->[Slider] Refine demos (#39526) @zanivan
- ​<!-- 34 -->[Input] Update and port additional tests from material-ui (#39584) @mj12albert
### `@mui/material-next@6.0.0-alpha.107`
- ​<!-- 16 -->[FilledInput] Add FilledInput component (#39307) @mj12albert
- ​<!-- 13 -->[InputAdornment] Fix unstable_capitalize import (#39510) @DiegoAndai
- ​<!-- 08 -->[Snackbar] copy files to mui-material-next (#39232) @Best-Sardar
- ​<!-- 33 -->[Menu] Use useMenu hook (#38934) @mnajdova
### `@mui/joy@5.0.0-beta.12`
- ​<!-- 26 -->[Button] Fix button size being a decorator (#39529) @siriwatknp
- ​<!-- 25 -->[CardOverflow] Remove conditional CSS to support Next.js App dir (#39101) @siriwatknp
- ​<!-- 11 -->[Link] Apply `userSelect: none` only when it's a button (#39486) @mwskwong
### `@mui/lab@5.0.0-alpha.150`
- ​<!-- 09 -->Update peer dep of @mui/material (#39398) @brijeshb42
### `@mui/zero-runtime@0.0.1-alpha.0`
- ​<!-- 06 -->Implement typings for public runtime API (#39215) @brijeshb42
### `@mui/zero-vite-plugin@0.0.1-alpha.0`
- ​<!-- 05 -->Modify plugin to transform node_modules (#39517) @brijeshb42
### Docs
- ​<!-- 31 -->[base-ui] Standardize grey palette across demos (#39504) @zanivan
- ​<!-- 30 -->[base-ui] Overall demos design review (#38820) @zanivan
- ​<!-- 19 -->[joy-ui] Adjust the responsiveness of the template card (#39534) @danilo-leal
- ​<!-- 18 -->[material-ui] Typo fixes in overview page (#39540) @Evan151
- ​<!-- 35 -->[material-ui] Add stray design tweaks to the templates collection (#39583) @danilo-leal
- ​<!-- 17 -->[system] Revise the Box page (#39159) @danilo-leal
- ​<!-- 22 -->Fix git diff format @oliviertassinari
- ​<!-- 15 -->[I10n] Add Norwegian (nynorsk) (nn-NO) locale (#39481) @hjalti-lifekeys
- ​<!-- 10 -->[l10n] Fix double space typo in ar-EG @oliviertassinari
- ​<!-- 14 -->[I10n] Additions to Icelandic (is-IS) locale (#39480) @hjalti-lifekeys
### Core
- ​<!-- 23 -->[core] Replace a `useCallback` by `useRef` in useEventCallback (#39078) @romgrk
- ​<!-- 21 -->[docs-infra] Prevent docs crash (#39214) @alexfauquette
- ​<!-- 20 -->[docs-infra] Fix no-op autoprefixer warning (#39385) @oliviertassinari
- ​<!-- 32 -->[docs-infra] Refine the API page design (#39520) @alexfauquette
- ​<!-- 25 -->[docs-infra] Fix cut-off sponsors (#39572) @oliviertassinari
- ​<!-- 04 -->[website] Add missing h1 on page @oliviertassinari
- ​<!-- 03 -->[website] Fix unrecognized prop warning @oliviertassinari
- ​<!-- 02 -->[website] Store Engineer role filled @oliviertassinari
- ​<!-- 01 -->[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
## 5.14.14
<!-- generated comparing v5.14.13..master -->
_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/material@5.14.14`
- ​<!-- 29 -->[material-ui][AppBar] Support all default palette colors in TypeScript (#39389) @BreakBB
- ​<!-- 28 -->[material-ui][AvatarGroup] Add `renderSurplus` prop (#39283) @uuxxx
- ​<!-- 25 -->[material-ui][Box] Fix system properties has incorrect `Theme` interface when applied directly (#39404) @Semigradsky
- ​<!-- 04 -->[material-ui][Pagination] Update `type` parameter of `getItemAriaLabel` prop (#39390) @Simer13
- ​<!-- 06 -->[material][tab] Show/hide scroll buttons for dynamically added children (#39415) @brijeshb42
### `@mui/base@5.0.0-beta.20`
- ​<!-- 26 -->[base-ui][Menu] Do not reopen the menu after clicking on a trigger in Safari (#39393) @michaldudak
### `@mui/material-next@6.0.0-alpha.106`
- ​<!-- 23 -->[Divider][material-next] Add Divider component (#39179) @Best-Sardar
### `@mui/joy@5.0.0-beta.11`
- ​<!-- 08 -->[joy-ui][List] Add the `marker` prop (#39313) @siriwatknp
- ​<!-- 07 -->[joy-ui][Skeleton] Fix semi-transparent scenario when with surface components and color inversion (#39400) @TheNatkat
- ​<!-- 06 -->[joy-ui][Textarea] Fix focus ring for error state (#39391) @vineetjk
### `@mui/icons-material@5.14.14`
- ​<!-- 09 -->[icons] Fix VoiceChatOutlined showing the wrong icon (#39418) @devuser200
### `@mui/system@5.14.14`
- ​<!-- 03 -->[mui-system][style] bug fix for style value check color in nullable object (#39457) @DarhkVoyd
### `@mui/styled-engine-sc@6.0.0-alpha.2`
- ​<!-- 05 -->[styled-engine-sc] Fix TS issues because of missing types (#39395) @mnajdova
### Docs
- ​<!-- 27 -->[docs][base-ui] Renaming demos to BaseXxx (#39104) @christophermorin
- ​<!-- 26 -->[docs] Accessibility in Base UI (#39264) @michaldudak
- ​<!-- 22 -->[docs] Fix 301 redirection @oliviertassinari
- ​<!-- 21 -->[docs] Improve Base UI table of contents for APIs (#39412) @ZeeshanTamboli
- ​<!-- 20 -->[docs] Adjust design kits-related content (#39367) @danilo-leal
- ​<!-- 19 -->[docs] Revise the Contributing Guide (#39190) @samuelsycamore
- ​<!-- 12 -->[docs][joy-ui] Fix row hover prop name in the Table page (#39431) @adrienbrault
- ​<!-- 11 -->[docs][joy-ui] Fix color inversion demos (#39403) @danilo-leal
- ​<!-- 10 -->[docs][material-ui] Remove irrelevant TODO from Snackbar demo (#39396) @ZeeshanTamboli
- ​<!-- 06 -->[docs][material-ui][Table] Bug in "Sorting & Selecting" demo (#39426) @codewithrabeeh
- ​<!-- 05 -->[docs][joy-ui][typography] Update docs after lineHeight changes (#39366) @zanivan
### Core
- ​<!-- 24 -->[core] Fix multiple typos across the repo (#39422) @parikshitadhikari
- ​<!-- 18 -->[docs-infra] Add refinements to the API content design (#39425) @danilo-leal
- ​<!-- 17 -->[docs-infra] Add a min height to the layout component (#39416) @danilo-leal
- ​<!-- 16 -->[docs-infra] Prevent horizontal scroll in the TOC (#39417) @danilo-leal
- ​<!-- 15 -->[docs-infra] Add a collapsible list & table views to the API content display (#38265) @alexfauquette
- ​<!-- 14 -->[docs-infra] Adjust the `kbd` tag styles (#39397) @danilo-leal
- ​<!-- 13 -->[docs-infra] Fix strong style regression (#39384) @oliviertassinari
- ​<!-- 04 -->[website] Add the LinkedIn profile to the contributors section on the About page (#39455) @chhawinder
- ​<!-- 03 -->[website] Update new role template (#39386) @oliviertassinari
- ​<!-- 02 -->[website] Add stray design fine-tunning to the Pricing page (#39472) @danilo-leal
- ​<!-- 01 -->[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
## 5.14.13
<!-- generated comparing v5.14.12..master -->
_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/material@5.14.13`
- [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/base@5.0.0-beta.19`
- [Menu] Add the anchor prop (#39297) @michaldudak
### `@mui/material-next@6.0.0-alpha.105`
- [Menu] Copy v5 Menu components (#39301) @mnajdova
### `@mui/joy@5.0.0-beta.10`
- [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/styled-engine-sc@6.0.0-alpha.1`
- ​<!-- 03 -->[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
## 5.14.12
<!-- generated comparing v5.14.11..master -->
_Oct 3, 2023_
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/material@5.14.12`
- [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/system@5.14.12`
- [system] Add support for `variants` in the styled() util (#39073) @mnajdova
- [Box] Add missing logical spacing property types (#39169) @Semigradsky
### `@mui/base@5.0.0-beta.18`
- [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/material-next@6.0.0-alpha.104`
- [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/joy@5.0.0-beta.9`
- 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
## 5.14.11
<!-- generated comparing v5.14.10..master -->
_Sep 26, 2023_
A big thanks to the 23 contributors who made this release possible.
This release was mostly about π bug fixes and π documentation improvements.
### `@mui/material@5.14.11`
- [Autocomplete] Re-export `AutocompleteValue` to make it available from path import (#38638) @vadimka123
- [Select][material-ui] Missing aria-multiselectable attribute on multiple Select component (#38855) @gitstart
- [l10n] labelDisplayedRows is added for trTR localization (#39056) @tebersefa
### `@mui/utils@5.14.11`
- Support RSC in `isMuiElement` util (#38129) @sai6855
### `@mui/base@5.0.0-beta.17`
- [NumberInput] Support adornments (#38900) @anle9650
- [Menu] Align external props handling for useMenu/MenuButton/MenuItem (#38946) @mj12albert
- [Select] Align external props handling (#39038) @mj12albert
- [TextareaAutosize] Simplify logic and add test (#38728) @oliviertassinari
### `@mui/joy@5.0.0-beta.8`
- [Button] Fix disabled button styling when component prop is provided (#38996) @sai6855
- [Drawer] Add missing `JoyDrawer` in theme components (#39074) @Studio384
### `@mui/material-next@6.0.0-alpha.103`
- [FormControl] Copy v5 FormControl (#39039) @mj12albert
### `@mui/lab@5.0.0-alpha.146`
- [TreeView] Fix JSDoc comments in TreeView and TreeItem (#38874) @jergason
### Docs
- Improve focus trap demo (#38985) @oliviertassinari
- Add Tailwind CSS + plain CSS demo on the Tabs page (#39000) @alisasanib
- Improve the default theme viewer design (#39049) @danilo-leal
- Add live demo with CssVarsProvider (#38792) @oliviertassinari
- Fix wrong hash on Card's page (#39151) @mnajdova
- Revise the Drawer page (#38988) @danilo-leal
- Simplify the button's loading indicator demo (#39082) @danilo-leal
- Fix the Templates link on the Overview page (#39086) @danilo-leal
- Refine the Sign in template (#38942) @zanivan
- Add `use-count-up` integration with the Circular Progress (#38952) @anon-phantom
### Core
- [blog] Add a company values blog post (#38802) @mikailaread
- [core] Downgrade lerna to 7.2.0 (#39149) @michaldudak
- [core] Simplify docs feedback interaction (#39075) @alexfauquette
- [core] Improve ref type definition (#38903) @oliviertassinari
- [core] Simplify career (#39112) @oliviertassinari
- [core] Update Babel types along with source packages (#39070) @michaldudak
- [core] Add a comment to explain `useEnhancedEffect` (#39035) @Janpot
- [docs-infra] Fix code removal in table of content (#39165) @alexfauquette
- [docs-infra] Improve callouts design (#39084) @danilo-leal
- [docs-infra] Fix key warning in Base UI Slider slots section (#38954) @ZeeshanTamboli
- [docs-infra] Fix error when redirecting to the root page (#38451) @maheshguntur
- [docs-infra] Open demo crash in the right repository (#39006) @oliviertassinari
- [test] Split the test package (#39061) @michaldudak
- [website] React Engineer - xCharts role (#38976) @DanailH
- [website] Improve the highlighter component colors (#39087) @danilo-leal
- [website] Fix Pricing page row hover (#39097) @danilo-leal
- [website] Fix typo with straight quote @oliviertassinari
- [website] Sync about page @oliviertassinari
- [website] Update the about page (#38733) @danilo-leal
- [website] Small fixes on the X marketing page (#38975) @flaviendelangle
- [website] Add stray design tweaks to the X page (#38589) @danilo-leal
All contributors of this release in alphabetical order: @alexfauquette, @alisasanib, @anle9650, @anon-phantom, @DanailH, @danilo-leal, @DiegoAndai, @flaviendelangle, @gitstart, @Janpot, @jergason, @maheshguntur, @michaldudak, @mikailaread, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @Studio384, @tebersefa, @vadimka123, @zanivan, @ZeeshanTamboli
## 5.14.10
<!-- generated comparing v5.14.9..master -->
_Sep 18, 2023_
A big thanks to the 16 contributors who made this release possible. This release was mostly about π bug fixes and π documentation improvements.
### `@mui/material@5.14.10`
- ​<!-- 20 -->[Chip] Add cursor CSS property reset (#38984) @DiegoAndai
### `@mui/utils@5.14.10`
- ​<!-- 05 -->[utils] Move @types/prop-types back to dependencies (#39030) @Methuselah96
### `@mui/base@5.0.0-beta.16`
- ​<!-- 24 -->[NumberInput][base-ui] Warn when changing control mode with `useControlled` (#38757) @sai6855
- ​<!-- 23 -->[Select][base-ui] Fix Select button layout shift, add placeholder prop (#38796) @mj12albert
- ​<!-- 22 -->[useList][base-ui] Accept arbitrary external props and forward to root (#38848) @mj12albert
- ​<!-- 25 -->[Autocomplete][base-ui] Added ref to getInputProps return value (#38919) @DarhkVoyd
### `@mui/joy@5.0.0-beta.7`
- ​<!-- 26 -->[AccordionGroup][joy-ui] Fix console warning when using custom color (#38950) @sai6855
- ​<!-- 07 -->[GlobalStyles][joy-ui] Ensure compatibility with RSC (#38955) @mateuseap
### Docs
- ​<!-- 21 -->[docs][base] Add Tailwind CSS + plain CSS demo on the NumberInput page (#38928) @alisasanib
- ​<!-- 13 -->[docs][Dialog] Add non-modal dialog docs & demo (#38684) @mnajdova
- ​<!-- 12 -->[docs] Fix number input wrong demo @oliviertassinari
- ​<!-- 11 -->[docs] Exclude joy-ui LinearProgressCountup from visual regression (#38969) @siriwatknp
- ​<!-- 09 -->[docs][joy-ui] Revise the Overview page (#38842) @danilo-leal
- ​<!-- 08 -->[docs][material-ui][Pagination] Add `TablePagination` to the API components list (#38486) @MonstraG
### Core
- ​<!-- 19 -->[core] Add more context about useEventCallback @oliviertassinari
- ​<!-- 18 -->[core] Allow deeper import of @mui/utils (#38806) @oliviertassinari
- ​<!-- 17 -->[core] Remove react-dom from @mui/utils peerDependencies (#38974) @michaldudak
- ​<!-- 16 -->[core] Remove react from styled-engine dependencies (#38971) @michaldudak
- ​<!-- 15 -->[core] Fix image loading bug on Safari @oliviertassinari
- ​<!-- 14 -->[core] Fix bundle size upload to S3 job (#38956) @Janpot
- ​<!-- 20 -->[core] Move eslint to peer dependencies of eslint-plugin-material-ui (#39033) @michaldudak
- ​<!-- 10 -->[docs-infra] Display markdown lists correctly in docs for props description (#38973) @ZeeshanTamboli
- ​<!-- 04 -->[website] Improve lighthouse score (#39011) @oliviertassinari
- ​<!-- 03 -->[website] Fix lighthouse issues @oliviertassinari
- ​<!-- 02 -->[website] Create the `InfoCard` component (#38987) @danilo-leal
- ​<!-- 01 -->[website] Small tweaks for performance @oliviertassinari
- ​<!-- 06 -->[zero][next] Setup nextjs plugin package (#38852) @brijeshb42
All contributors of this release in alphabetical order: @alisasanib, @brijeshb42, @danilo-leal, @DarhkVoyd, @DiegoAndai, @Janpot, @mateuseap, @Methuselah96, @michaldudak, @mj12albert, @mnajdova, @MonstraG, @oliviertassinari, @sai6855, @siriwatknp, @ZeeshanTamboli
## 5.14.9
<!-- generated comparing v5.14.8..master -->
_Sep 13, 2023_
A big thanks to the 18 contributors who made this release possible. Here are some highlights β¨:
- π Added the [`Drawer` component](https://mui.com/joy-ui/react-drawer/) to Joy UI (#38169) @mnajdova
- β¨ Material UI's [`ButtonGroup` component](https://mui.com/material-ui/react-button-group/) now styles button elements within it correctly (#38520) @ZeeshanTamboli
### `@mui/material@5.14.9`
- ​<!-- 44 -->[ButtonGroup] Determine first, last and middle buttons to support different elements with correct styling (#38520) @ZeeshanTamboli
- ​<!-- 07 -->[Modal] Fix console warning when onTransitionEnter , onTransitionExit provided (#38868) @sai6855
- ​<!-- 54 -->Revert "[Autocomplete] Type multiple values with readonly arrays." (#38827) @mnajdova
- ​<!-- 57 -->[Tabs] Scrollable tabs shouldn't crash when customizing their styles in the theme with slot callbacks (#38544) @brentertz
- ​<!-- 59 -->[AlertTitle][BreadCrumbs] Fix inheritance message in docs (#38876) @sai6855
### `@mui/base@5.0.0-beta.15`
- ​<!-- 63 -->[useSnackbar] Align externalProps handling (#38935) @mj12albert
- ​<!-- 48 -->[useInput] Align ExternalProps naming (#38849) @mj12albert
- ​<!-- 13 -->[FocusTrap] Refactor & cleanup (#38878) @mnajdova
- ​<!-- 12 -->[FocusTrap] Fix `disableEnforceFocus` behavior (#38816) @mnajdova
- ​<!-- 06 -->[Switch] Simplify source (#38910) @oliviertassinari
### `@mui/joy@5.0.0-beta.6`
- ​<!-- 15 -->[Drawer] Add Drawer component (#38169) @mnajdova
- ​<!-- 11 -->Reduce height of some variants (#38527) @zanivan
- ​<!-- 10 -->Refine the default theme color palette (#38416) @zanivan
- ​<!-- 34 -->[Dialog] Add `DialogActions`, `DialogTitle` and `DialogContent` (#38382) @siriwatknp
- ​<!-- 60 -->[AccordionGroup] Add missing `variant` and `color` classes (#38814) @sai6855
### `@mui/lab@5.0.0-alpha.144`
- ​<!-- 09 -->Add TypeScript deprecations (#38833) @oliviertassinari
- ​<!-- 08 -->Fix `@mui/x-tree-view` dependency (#38822) @flaviendelangle
### `@mui/system@5.14.9`
- ​<!-- 05 -->Remove dead code (#38884) @oliviertassinari
- ​<!-- 04 -->Remove getInitColorSchemeScript leading spaces (#38794) @oliviertassinari
### `@mui/zero-vite-plugin@0.0.1-alpha.0`
- ​<!-- 02 -->[vite] Create a package for vite plugin (#38685) @brijeshb42
### Docs
- ​<!-- 53 -->[docs][base-ui] Improve recommended usage guide (#38570) @oliviertassinari
- ​<!-- 52 -->[docs][base-ui] Create hooks contribution guide (#38679) @michaldudak
- ​<!-- 51 -->[docs][base-ui] Structure and style revisions for Component docs (#38826) @samuelsycamore
- ​<!-- 50 -->[docs][base-ui] Add Number Input to the all components page (#38839) @danilo-leal
- ​<!-- 49 -->[docs][base-ui] Mark Popup with the Preview tag (#38851) @michaldudak
- ​<!-- 47 -->[blog] Polish component reference name @oliviertassinari
- ​<!-- 46 -->[blog] Fix missing card (#38834) @oliviertassinari
- ​<!-- 45 -->[Button][docs][material-ui] Update the file upload demo (#38823) @danilo-leal
- ​<!-- 33 -->[docs][DialogTitle] Fix props docs doesn't mention it extends `Typography` props (#38856) @sai6855
- ​<!-- 32 -->[docs] Improve npm experience (#38906) @oliviertassinari
- ​<!-- 31 -->[docs] Fix redirection to Base UI URLs @oliviertassinari
- ​<!-- 30 -->[docs] Fix use of callouts (#38747) @oliviertassinari
- ​<!-- 29 -->[docs] Fix 301 links for SEO @oliviertassinari
- ​<!-- 28 -->[docs] Remove flag from installation page @oliviertassinari
- ​<!-- 27 -->[docs] Fix strange break line on mobile in between product name @oliviertassinari
- ​<!-- 26 -->[docs] Clearer npm package homepages (#38864) @oliviertassinari
- ​<!-- 25 -->[docs] enableColorScheme prop was removed (#38795) @oliviertassinari
- ​<!-- 24 -->[docs] Fix a11y issues in tables demos (#38829) @michaldudak
- ​<!-- 62 -->[docs][joy-ui] Refine the Messages template (#38807) @zanivan
- ​<!-- 22 -->[docs][joy-ui] Fix copy on the Tutorial page (#38907) @danilo-leal
- ​<!-- 21 -->[docs][joy-ui] Fix grammar and update Usage section in color inversion page (#38850) @ZeeshanTamboli
- ​<!-- 20 -->[docs][joy-ui] Revise the Lists page (#36324) @LadyBluenotes
- ​<!-- 19 -->[docs][joy-ui] Refine the Profile Dashboard template (#38599) @zanivan
- ​<!-- 18 -->[docs][material-ui] Revise the Paper component docs (#38841) @danilo-leal
- ​<!-- 17 -->[docs][material-ui] Revise the Typography page (#38543) @danilo-leal
- ​<!-- 16 -->[docs][material-ui] Revise and split up "Styled engine" doc (#37774) @samuelsycamore
- ​<!-- 03 -->[TextareaAutosize][docs] Fix component creation in render (#38577) @oliviertassinari
### Examples
- ​<!-- 14 -->[examples] Add shortcut to open example in online IDE (#38572) @oliviertassinari
- ​<!-- 61 -->[examples][base-ui] Add Base UI + Vite + Tailwind CSS example in TypeScript (#37595) @dvkam
### Core
- ​<!-- 65 -->[core] Remove package declaration from same package dependencies (#38951) @DiegoAndai
- ​<!-- 64 -->[core] Remove workspace dependencies from root package.json (#38940) @michaldudak
- ​<!-- 43 -->[core] Fix prop-types generation (#38831) @flaviendelangle
- ​<!-- 42 -->[core] Move types packages to docs' devDependencies (#38914) @michaldudak
- ​<!-- 41 -->[core] Improve DX when browsing the package on npm and GitHub @oliviertassinari
- ​<!-- 40 -->[core] TrapFocus was renamed to FocusTrap @oliviertassinari
- ​<!-- 39 -->[core] Add types extension for clarity @oliviertassinari
- ​<!-- 38 -->[core] Hoist rewriteImportPaths to parent scope @oliviertassinari
- ​<!-- 37 -->[core] Bump aws-cli orb to 4.1 (#38857) @Janpot
- ​<!-- 36 -->[core] Explicitly define package dependencies (#38859) @michaldudak
- ​<!-- 35 -->[core] Fix yarn docs:create-playground script @oliviertassinari
- ​<!-- 56 -->[docs-infra] Improve show code button affordance (#38824) @danilo-leal
- ​<!-- 55 -->[docsβinfra] Fix callout container width (#38880) @oliviertassinari
- ​<!-- 23 -->[docs-infra] Catch duplicated trailing splashes in links (#38758) @oliviertassinari
- ​<!-- 01 -->[website] add Michel Engelen to the about us page (#38818) @michelengelen
- ​<!-- 58 -->[website] Add a templates & design kits section to the Material UI page (#38617) @danilo-leal
All contributors of this release in alphabetical order: @brentertz, @brijeshb42, @danilo-leal, @DiegoAndai, @dvkam, @flaviendelangle, @Janpot, @LadyBluenotes, @michaldudak, @michelengelen, @mj12albert, @mnajdova, @oliviertassinari, @sai6855, @samuelsycamore, @siriwatknp, @zanivan, @ZeeshanTamboli
## 5.14.8
<!-- generated comparing v5.14.7..master -->
_Sep 5, 2023_
A big thanks to the 25 contributors who made this release possible.
### `@mui/material@5.14.8`
- ​<!-- 53 -->ImageItemList fix incorrect (below) rendering (#38452) @omriklein
- ​<!-- 42 -->[Button] Add demo for file upload (#38786) @anle9650
- ​<!-- 12 -->[Slider] Add missing classes for `Slider` `InputLabel` `InputBase` `Radio` (#38401) @sai6855
- ​<!-- 11 -->[Select] Merge slotProps.paper with internal Paper props (#38703) @michaldudak
- ​<!-- 09 -->[Tabs] Fix `ref` type (#38717) @ZeeshanTamboli
- ​<!-- 08 -->[TabScrollButton] Extend ButtonBase types (#38719) @ZeeshanTamboli
### `@mui/base@5.0.0-beta.14`
- ​<!-- 50 -->[Autocomplete] Type multiple values with readonly arrays. (#38253) @pcorpet
- ​<!-- 07 -->[TextField] Fix unstable height of memoized multiline TextField component (#37135) @amal-qb
### `@mui/joy@5.0.0-beta.5`
- ​<!-- 53 -->[Accordion] Fix incorrect display of classname (#38695) @sai6855
- ​<!-- 51 -->[AspectRatio] Correct `ratio` prop description (#38743) @sai6855
- ​<!-- 43 -->[Button] Fix disablity of button (#38673) @sai6855
- ​<!-- 35 -->[design] Stray design tweaks to components (#38476) @zanivan
- ​<!-- 05 -->[Typography] Added position only when Skeleton is a direct child (#38799) @siriwatknp
### `@mui/lab@5.0.0-alpha.143`
- ​<!-- 06 -->[TreeView] Use Tree View from MUI X in the lab (#38261) @flaviendelangle
- ​<!-- 13 -->[LoadingButton] Fix HTML rule button > div forbidden nesting (#38584) @oliviertassinari
### `@mui/system@5.14.8`
- ​<!-- 11 -->[system] Fix the inconsistent types of the `mergeBreakpointsInOrder` function (#38749) @imevanc
- ​<!-- 10 -->[system] Fix maxWidth incorrectly resolving breakpoints with non-pixel units (#38633) @mj12albert
- ​<!-- 05 -->[typescript] Introduce \*OwnProps interfaces for components (#36798) @szalonna
### Docs
- ​<!-- 52 -->Update changelog (#38704) @mj12albert
- ​<!-- 49 -->[docs][Autocomplete] Require referentially stable value (#38734) @michaldudak
- ​<!-- 48 -->[docs][base-ui] Add type parameter to the button in prepareForSlot demo (#38640) @michaldudak
- ​<!-- 47 -->[docs][base-ui] Fix the broken image in the Tailwind CSS guide (#38721) @michaldudak
- ​<!-- 46 -->[docs][base-ui]: Working With Tailwind Guide - revises example code to avoid import errors (#38693) @christophermorin
- ​<!-- 45 -->[docs][base] Add Tailwind CSS + plain CSS demo on the Menu page (#38618) @alisasanib
- ​<!-- 44 -->[blog] Clearer blog release title @oliviertassinari
- ​<!-- 43 -->[blog] Add a post for the Tree View migration (#38407) @flaviendelangle
- ​<!-- 34 -->[docs] Fix broken links to Next.js docs (#38764) @ruflair
- ​<!-- 33 -->[docs] Trim trailing whitespace (#38793) @oliviertassinari
- ​<!-- 32 -->[docs] Fix a typo in lab-tree-view-to-mui-x.md @mbrookes
- ​<!-- 31 -->[docs] Clean up not used Usage files (#38715) @danilo-leal
- ​<!-- 30 -->[docs] Improve theme builder exceptions (#38709) @jyash97
- ​<!-- 29 -->[docs] Polish Slider demos (#38759) @oliviertassinari
- ​<!-- 28 -->[docs] Fix Joy UI docs link regression (#38761) @oliviertassinari
- ​<!-- 27 -->[docs] Fix typo @oliviertassinari
- ​<!-- 26 -->[docs] Fix e.g. typo (#38748) @oliviertassinari
- ​<!-- 25 -->[docs] Fix Next.js pages router example redirect link (#38750) @sai6855
- ​<!-- 24 -->[docs] Fix SEO issue broken links @oliviertassinari
- ​<!-- 23 -->[docs] Improve SSR example reference (#38651) @oliviertassinari
- ​<!-- 17 -->[docs][joy-ui] Integrate a count-up feature to the Linear Progress (#38738) @anon-phantom
- ​<!-- 16 -->[docs][joy-ui] Fix Link's `overlay` prop demo (#38702) @danilo-leal
- ​<!-- 15 -->[docs][joy-ui] Polish the Stack page (#38623) @danilo-leal
- ​<!-- 14 -->[docs][material-ui] Adjust simple Slide demo (#38646) @rajgop1
### Core
- ​<!-- 43 -->[core] Re-add nx and setup build caching (#38752) @brijeshb42
- ​<!-- 41 -->[core] Remove dead code seoTitle @oliviertassinari
- ​<!-- 40 -->[core] Use immutable refs (#38762) @oliviertassinari
- ​<!-- 39 -->[core] Rework `typescript-to-proptypes` to share the AST parsing with `parseStyles` (#38517) @flaviendelangle
- ​<!-- 38 -->[core] Fix CI @oliviertassinari
- ​<!-- 37 -->[core] Remove unnecessary `@types/webpack` package (#38720) @ZeeshanTamboli
- ​<!-- 36 -->[core] Remove duplicate prop @oliviertassinari
- ​<!-- 22 -->[docs-infra] Fix mobile display in CodeSandbox (#38767) @oliviertassinari
- ​<!-- 21 -->[docs-infra] Remove legacy GA (#37579) @alexfauquette
- ​<!-- 20 -->[docs-infra] Fix emotion :first-child console log (#38690) @oliviertassinari
- ​<!-- 19 -->[docs-infra] Fix leaking callout content (#38712) @danilo-leal
- ​<!-- 18 -->[docs-infra] Remove emoji from callouts (#38694) @danilo-leal
- ​<!-- 04 -->[website] Fix out of date discount value @oliviertassinari
- ​<!-- 03 -->[website] Fix out-of-date label on Toolpad (#38744) @bharatkashyap
- ​<!-- 02 -->[website] Fine-tune branding buttons box shadows (#38731) @danilo-leal
- ​<!-- 01 -->[website] Fix pricing table style (#38681) @alexfauquette
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
## 5.14.7
<!-- generated comparing v5.14.6..master -->
_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`
- [system][zero][tag] Add support for sx prop (#38535) @brijeshb42
### Docs
- [docs] Number Input docs fixes (#38521) @mj12albert
- [docs] Show all the code in the usage section (#38691) @oliviertassinari
- [docs][joy-ui] Change the customization and how-to guides docs tree (#38396) @danilo-leal
- [docs][lab][LoadingButton] Improve `loading` prop documentation (#38625) @sai6855
- [docs][material-ui] Format `key` prop JSDoc description in `Snackbar` component code correctly (#38603) @jaydenseric
### Core
- [core] Add use-client to custom icons (#38132) @mj12albert
- [core] Remove unnecessary `@types/jsdom` (#38657) @renovate[bot]
- [core] Improve sponsors GA labels (#38649) @oliviertassinari
- [core] Fix ESM issues with regression tests (#37963) @Janpot
- [core] Potential fix for intermittent ci crashes in e2e test (#38614) @Janpot
- [docs-infra] Mark unstable components with a chip in the nav drawer (#38573) @michaldudak
- [docs-infra] Adjust the Material You playground demo design (#38636) @danilo-leal
- [docs-infra] Hide the SkipLink button if user prefers reduced motion (#38632) @DerTimonius
- [website] Add tiny fixes the homepage Sponsors section (#38635) @danilo-leal
All contributors of this release in alphabetical order: @brijeshb42, @danilo-leal, @DerTimonius, @DiegoAndai, @Janpot, @jaydenseric, @mj12albert, @oliviertassinari, @renovate[bot], @sai6855, @VishruthR
## 5.14.6
<!-- generated comparing v5.14.5..master -->
_Aug 23, 2023_
A big thanks to the 21 contributors who made this release possible. Here are some highlights β¨:
- π Added the [Popup](https://mui.com/base-ui/react-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](https://mui.com/joy-ui/react-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`
- [Modal] Update it to use the useModal hook (#38498) @mnajdova
- [Select] Add `root` class to `SelectClasses` (#38424) @sai6855
- [Skeleton] Soften the pulse animation (#38506) @oliviertassinari
- [TextField] Fix onClick regressions handling changes (#38474) @mj12albert
- [TextField] Fix TextField onClick test (#38597) @mj12albert
### `@mui/base@5.0.0-beta.12`
- [Popup] New component (#37960) @michaldudak
### `@mui/joy@5.0.0-beta.3`
- [Accordion] Add Joy UI Accordion components (#38164) @siriwatknp
- [Select] Add `required` prop (#38167) @siriwatknp
- Miscellaneous fixes (#38462) @siriwatknp
### `@mui/material-next@6.0.0-alpha.98`
- [ButtonBase] Add ButtonBase component (#38319) @DiegoAndai
- [Input] Add InputBase component (#38392) @mj12albert
### `@mui/zero-runtime@0.0.1-alpha.0`
- Implementation of styled tag processor for linaria (#38378) @brijeshb42
### Docs
- [blog] Clarify tree view move @oliviertassinari
- [docs] Improve the "Understanding MUI packages" page images (#38619) @danilo-leal
- [docs][base-ui] Revise the structure of the Component docs (#38529) @samuelsycamore
- [docs][base-ui] Fix Menu Hooks demo (#38479) @homerchen19
- [docs][base-ui] Correct the MUI System quickstart example (#38496) @michaldudak
- [docs][base-ui] Add Tailwind & plain CSS demos for Autocomplete page (#38157) @mj12albert
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Input page (#38302) @alisasanib
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Snackbar, Badge, Switch pages (#38425) @alisasanib
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Slider page (#38413) @alisasanib
- [docs][base-ui] Add Tailwind CSS + plain CSS demo on the Select page (#38367) @alisasanib
- [docs][joy-ui] Fix typo: Classname -> Class name for consistency (#38510) @alexfauquette
- [docs][joy-ui] Revise the theme color page (#38402) @danilo-