|
1 | 1 | # [Versions](https://mui.com/versions/) |
2 | 2 |
|
| 3 | +## 5.11.7 |
| 4 | + |
| 5 | +<!-- generated comparing v5.11.6..master --> |
| 6 | + |
| 7 | +_Jan 31, 2023_ |
| 8 | + |
| 9 | +A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨: |
| 10 | + |
| 11 | +- @siriwatknp added `Table` component to Joy UI (#35872) |
| 12 | +- many other 🐛 bug fixes and 📚 documentation improvements |
| 13 | + |
| 14 | +### `@mui/material@5.11.7` |
| 15 | + |
| 16 | +- ​<!-- 30 -->[Autocomplete] Prevent reset scroll position when new options are added (#35735) @sai6855 |
| 17 | +- ​<!-- 24 -->[CssVarsProvider] Skip `unstable_sxConfig` variables (#35932) @siriwatknp |
| 18 | +- ​<!-- 10 -->[InputLabel] Add missing `component` type (#35852) @sai6855 |
| 19 | +- ​<!-- 05 -->[Tooltip] Fix tooltip position (#35909) @marktoman |
| 20 | + |
| 21 | +### `@mui/base@5.0.0-alpha.116` |
| 22 | + |
| 23 | +- ​<!-- 29 -->[ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus (#35838) @SaidMarar |
| 24 | + |
| 25 | +### `@mui/joy@5.0.0-alpha.65` |
| 26 | + |
| 27 | +#### Breaking changes |
| 28 | + |
| 29 | +- ​<!-- 05 -->[Joy] Replace `Joy[Component]` classname with `Mui[Component]` classname for all slots of components (#35718) @hbjORbj |
| 30 | + |
| 31 | + - Renames the classname prefix of all Joy UI components from `'Joy'` to `'Mui'`. |
| 32 | + |
| 33 | + ```diff |
| 34 | + <Button |
| 35 | + -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }} |
| 36 | + +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }} |
| 37 | + /> |
| 38 | + ``` |
| 39 | + |
| 40 | + You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-classname-prefix) to help with the migration. |
| 41 | + |
| 42 | +- ​<!-- 04 -->[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj |
| 43 | + |
| 44 | + - Transforms `row` prop to `orientation` prop across `Card`, `List` and `RadioGroup` components in Joy UI. |
| 45 | + |
| 46 | + ```diff |
| 47 | + <Card |
| 48 | + -row |
| 49 | + +orientation={"horizontal"} |
| 50 | + /> |
| 51 | + ``` |
| 52 | + |
| 53 | + You can use this [codemod](https://github.com/mui/material-ui/blob/master/packages/mui-codemod/README.md#joy-rename-row-prop) to help with the migration. |
| 54 | + |
| 55 | +#### Changes |
| 56 | + |
| 57 | +- ​<!-- 26 -->[Joy][Checkbox] Display correct icon in checkbox (#35943) @sai6855 |
| 58 | +- ​<!-- 09 -->[Joy] Add `Table` component (#35872) @siriwatknp |
| 59 | +- ​<!-- 08 -->[Joy] Miscellaneous fixes (#35953) @siriwatknp |
| 60 | + |
| 61 | +### Docs |
| 62 | + |
| 63 | +- ​<!-- 28 -->[blog] Add RSS feed (#35777) @gorjiali |
| 64 | +- ​<!-- 27 -->[blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari |
| 65 | +- ​<!-- 23 -->[docs] Add to codemod README about an added script (#35999) @hbjORbj |
| 66 | +- ​<!-- 22 -->[docs] Add a warning about to clear the local storage when `defaultMode` changes (#35937) @ArthurPedroti |
| 67 | +- ​<!-- 21 -->[docs] Fix Joy UI variables playground (#35950) @siriwatknp |
| 68 | +- ​<!-- 20 -->[docs] Fix typos in base components docs (#35985) @HeVictor |
| 69 | +- ​<!-- 19 -->[docs] Fix event's label reported to GA (#35930) @oliviertassinari |
| 70 | +- ​<!-- 18 -->[docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore |
| 71 | +- ​<!-- 17 -->[docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore |
| 72 | +- ​<!-- 16 -->[docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas |
| 73 | +- ​<!-- 15 -->[docs] Update community theme builder to forked updated one (#35928) @idebeijer |
| 74 | +- ​<!-- 14 -->[docs] Add Joy default theme viewer (#35554) @siriwatknp |
| 75 | +- ​<!-- 13 -->[docs][joy] Fixed a typo in `Using icon libraries` page (#35989) @badalsaibo |
| 76 | +- ​<!-- 12 -->[docs][joy] Removed Badge info from Chip docs (#35955) @Vivek-Prajapatii |
| 77 | +- ​<!-- 11 -->[docs][system] Fix border color of Boxes in demos of `Configure the sx prop` page in dark mode (#35961) @ZeeshanTamboli |
| 78 | + |
| 79 | +### Core |
| 80 | + |
| 81 | +- ​<!-- 25 -->[core] Boolean props always have a default value of `false` in API docs (#35913) @hbjORbj |
| 82 | +- ​<!-- 04 -->[core] Improve types for usePreviousProps (#35833) @sai6855 |
| 83 | +- ​<!-- 03 -->[website] Fix 404 link to store (#35973) @oliviertassinari |
| 84 | +- ​<!-- 02 -->[website] Fix 302 of diamond sponsor link @oliviertassinari |
| 85 | +- ​<!-- 01 -->[website] Fix outdated YouTube link @oliviertassinari |
| 86 | + |
| 87 | +All contributors of this release in alphabetical order: @ArthurPedroti, @badalsaibo, @gorjiali, @hbjORbj, @HeVictor, @idebeijer, @joserodolfofreitas, @marktoman, @oliviertassinari, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli |
| 88 | + |
3 | 89 | ## 5.11.6 |
4 | 90 |
|
5 | 91 | <!-- generated comparing v5.11.5..master --> |
|
0 commit comments