|
1 | 1 | # [Versions](https://mui.com/versions/) |
2 | 2 |
|
| 3 | +## 5.11.4 |
| 4 | + |
| 5 | +<!-- generated comparing v5.11.3..master --> |
| 6 | + |
| 7 | +_Jan 9, 2023_ |
| 8 | + |
| 9 | +A big thanks to the 14 contributors who made this release possible. |
| 10 | +This release was mostly about 🐛 bug fixes and 📚 documentation improvements. |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | +- [Autocomplete] Add index to renderOption's AutocompleteRenderOptionState (#35578) @CowDotDev |
| 15 | +- [Autocomplete] Fix grammar in console.error in `useAutocomplete` (#35723) @hamirmahal |
| 16 | +- [Modal] Fix can't override Backdrop Props using new Slots API (#35140) @ZeeshanTamboli |
| 17 | +- [Select] Revert "Update `renderValue` prop's TypeScript type (#34177)" (#35733) @michaldudak |
| 18 | +- [Tabs] Throw error only if individual `Tab` is hidden, not the whole `Tabs` (#34026) @Ryczko |
| 19 | +- [TextField] Improve WCAG 2.4.7 with error={true} (#35687) @oliviertassinari |
| 20 | +- [Tooltip] Remove `data-foo` attribute (#35736) @koolskateguy89 |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | +- [Autocomplete][joy] Specify `type` attribute for popup indicator (#35648) @hbjORbj |
| 25 | +- [Joy] Miscellaneous improvements (#35769) @siriwatknp |
| 26 | +- [Joy] Improve `onKeyDown` event handler for demo (#35642) @hbjORbj |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | +- [Portal][base] Convert code to TypeScript (#35657) @sai6855 |
| 31 | + |
| 32 | +### Docs |
| 33 | + |
| 34 | +- [docs] Revise and expand Joy UI Button doc (#35737) @samuelsycamore |
| 35 | +- [docs] Document the workaround for crashing a translated page (#35720) @michaldudak |
| 36 | +- [docs] Fix API page for `MenuItem` to list all valid props (#35561) @mnajdova |
| 37 | +- [docs] Fix ad exception in Joy UI (#35685) @oliviertassinari |
| 38 | +- [docs] Fix content wider than screen regression @oliviertassinari |
| 39 | +- [examples] Add `Vite.js with TypeScript` example (#35683) @miha53cevic |
| 40 | + |
| 41 | +### Core |
| 42 | + |
| 43 | +- [core] Close 2022 developer survey @oliviertassinari |
| 44 | +- [core] Fix the product license reference name (#35703) @oliviertassinari |
| 45 | +- [core] Use TypeScript AST instead of TTP for component doc building (#35379) @flaviendelangle |
| 46 | +- [test] Always use & for nesting styles (#35702) @oliviertassinari |
| 47 | +- [website] Improve Lead Designer role description (#35684) @oliviertassinari |
| 48 | + |
| 49 | +All contributors of this release in alphabetical order: @CowDotDev, @flaviendelangle, @hamirmahal, @hbjORbj, @koolskateguy89, @michaldudak, @miha53cevic, @mnajdova, @oliviertassinari, @Ryczko, @sai6855, @samuelsycamore, @siriwatknp, @ZeeshanTamboli |
| 50 | + |
3 | 51 | ## 5.11.3 |
4 | 52 |
|
5 | 53 | <!-- generated comparing v5.11.2..master --> |
|
0 commit comments