|
1 | 1 | # [Versions](https://mui.com/versions/) |
2 | 2 |
|
| 3 | +## 5.11.2 |
| 4 | + |
| 5 | +<!-- generated comparing v5.11.1..master --> |
| 6 | + |
| 7 | +_Dec 26, 2022_ |
| 8 | + |
| 9 | +A big thanks to the 20 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- ⚙️ Several MUI Base components were converted to TypeScript by @trizotti, @leventdeniz and @danhuynhdev (#35005, #34793, #34771) |
| 12 | +- Many other 🐛 bug fixes abd 📚 documentation improvements. |
| 13 | + |
| 14 | +### `@mui/material@5.11.2` |
| 15 | + |
| 16 | +- ​<!-- 10 -->[l10n] Add displayed rows label to `faIR` locale (#35587) @hootan-rocky |
| 17 | +- ​<!-- 09 -->[l10n] Add Kurdish (Kurmanji) locale (#32508) @JagarYousef |
| 18 | +- ​<!-- 06 -->[Select] Accept non-component children (#33530) @boutahlilsoufiane |
| 19 | +- ​<!-- 05 -->[SelectInput] Update menu to use select wrapper as anchor (#34229) @EduardoSCosta |
| 20 | +- ​<!-- 03 -->[TableCell] Fix `scope` prop to be not set when a data cell is rendered within a table head (#35559) @sai6855 |
| 21 | + |
| 22 | +### `@mui/utils@5.11.2` |
| 23 | + |
| 24 | +- ​<!-- 02 -->[utils] `mergedeep` deeply clones source key if it's an object (#35364) @sldk-yuri |
| 25 | + |
| 26 | +### `@mui/base@5.0.0-alpha.112` |
| 27 | + |
| 28 | +- ​<!-- 16 -->[FocusTrap][base] Convert code to TypeScript (#35005) @trizotti |
| 29 | +- ​<!-- 08 -->[Modal][base] Convert code to TypeScript (#34793) @leventdeniz |
| 30 | +- ​<!-- 07 -->[Popper][base] Convert code to TypeScript (#34771) @danhuynhdev |
| 31 | +- ​<!-- 04 -->[Slider] Exclude `isRtl` from Material UI's Slider props (#35564) @michaldudak |
| 32 | + |
| 33 | +### `@mui/joy@5.0.0-alpha.60` |
| 34 | + |
| 35 | +- ​<!-- 15 -->[Joy] Fix radius adjustment (#35629) @siriwatknp |
| 36 | +- ​<!-- 14 -->[Joy] Apply color inversion to components (#34602) @siriwatknp |
| 37 | +- ​<!-- 13 -->[Joy] Improve cursor pointer and add fallback for outlined variant (#35573) @siriwatknp |
| 38 | +- ​<!-- 12 -->[Joy] Miscellaneous fixes (#35552) @siriwatknp |
| 39 | +- ​<!-- 11 -->[Radio][joy] Use precise dimensions for radio icon (#35548) @hbjORbj |
| 40 | + |
| 41 | +### `@mui/material-next@6.0.0-alpha.68` |
| 42 | + |
| 43 | +- ​<!-- 36 -->[Material You] Update Button test & add active class name (#35497) @mnajdova |
| 44 | + |
| 45 | +### Docs |
| 46 | + |
| 47 | +- ​<!-- 35 -->[docs] Fix GoogleMaps demo (#35545) @hbjORbj |
| 48 | +- ​<!-- 25 -->[docs] Remove flow, its legacy (#35624) @oliviertassinari |
| 49 | +- ​<!-- 24 -->[docs] Add a guide on using icon libraries with Joy UI (#35377) @siriwatknp |
| 50 | +- ​<!-- 23 -->[docs] Clarify comment about `sortStability()` use case (#35570) @frontendlane |
| 51 | +- ​<!-- 22 -->[docs] Improve the experimental API demos on the button page (#35560) @mnajdova |
| 52 | +- ​<!-- 21 -->[docs] Force `light` theme mode when `activePage` is null (#35575) @LukasTy |
| 53 | +- ​<!-- 20 -->[docs] Fix ListItem button deprecated use (#33970) @MickaelAustoni |
| 54 | +- ​<!-- 19 -->[docs] Fix typo in `Progress` docs (#35553) @jasonsturges |
| 55 | +- ​<!-- 18 -->[docs] Remove empty tags on the TransferList demos (#33127) @ekusiadadus |
| 56 | +- ​<!-- 17 -->[docs][joy] Add documentation for `Stack` component (#35373) @hbjORbj |
| 57 | +- ​<!-- 35 -->[docs][joy] Add documentation for `Grid` component (#35374) @hbjORbj |
| 58 | +- ​<!-- 01 -->[website] Update sponsor grid (#35452) @danilo-leal |
| 59 | + |
| 60 | +### Core |
| 61 | + |
| 62 | +- ​<!-- 34 -->[core] Shorthand notation to remove outline (#35623) @oliviertassinari |
| 63 | +- ​<!-- 33 -->[core] Fix header link layout shift and clash (#35626) @oliviertassinari |
| 64 | +- ​<!-- 32 -->[core] Hide keyboard shortcut if no hover feature (#35625) @oliviertassinari |
| 65 | +- ​<!-- 31 -->[core] Fix confusing duplicated name in the log @oliviertassinari |
| 66 | +- ​<!-- 30 -->[core] Fix API demos callout spacing (#35579) @oliviertassinari |
| 67 | +- ​<!-- 29 -->[core] Fix a few title case (#35547) @oliviertassinari |
| 68 | +- ​<!-- 28 -->[core] Cleanup mention of test-utils (#35577) @oliviertassinari |
| 69 | +- ​<!-- 27 -->[core] Remove oudated pickers prop-type logic (#35571) @oliviertassinari |
| 70 | +- ​<!-- 26 -->[core] Exclude documentation of Base props not used in styled libraries (#35562) @michaldudak |
| 71 | + |
| 72 | +All contributors of this release in alphabetical order: @boutahlilsoufiane, @danhuynhdev, @danilo-leal, @EduardoSCosta, @ekusiadadus, @frontendlane, @hbjORbj, @hootan-rocky, @JagarYousef, @jasonsturges, @leventdeniz, @LukasTy, @michaldudak, @MickaelAustoni, @mnajdova, @oliviertassinari, @sai6855, @siriwatknp, @sldk-yuri, @trizotti |
| 73 | + |
3 | 74 | ## 5.11.1 |
4 | 75 |
|
5 | 76 | <!-- generated comparing v5.11.0..master --> |
|
0 commit comments