Jan 31, 2023
A big thanks to the 15 contributors who made this release possible. Here are some highlights ✨:
- @siriwatknp added
Table
component to Joy UI (#35872) - many other 🐛 bug fixes and 📚 documentation improvements
@mui/material@5.11.7
- [Autocomplete] Prevent reset scroll position when new options are added (#35735) @sai6855
- [CssVarsProvider] Skip
unstable_sxConfig
variables (#35932) @siriwatknp - [InputLabel] Add missing
component
type (#35852) @sai6855 - [Tooltip] Fix tooltip position (#35909) @marktoman
@mui/base@5.0.0-alpha.116
- [ListboxUnstyled] Fix option state highlighted to prevent unnecessary focus (#35838) @SaidMarar
@mui/joy@5.0.0-alpha.65
Breaking changes
-
[Joy] Replace
Joy[Component]
classname withMui[Component]
classname for all slots of components (#35718) @hbjORbj- Renames the classname prefix of all Joy UI components from
'Joy'
to'Mui'
.
<Button -sx={{ '& .JoyButton-root': { '& .JoyButton-button': {} } }} +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }} />
You can use this codemod to help with the migration.
- Renames the classname prefix of all Joy UI components from
-
[Joy] Replace
row
prop withorientation
prop in all Joy UI components (#35721) @hbjORbj- Transforms
row
prop toorientation
prop acrossCard
,List
andRadioGroup
components in Joy UI.
<Card -row +orientation={"horizontal"} />
You can use this codemod to help with the migration.
- Transforms
Changes
- [Joy][Checkbox] Display correct icon in checkbox (#35943) @sai6855
- [Joy] Add
Table
component (#35872) @siriwatknp - [Joy] Miscellaneous fixes (#35953) @siriwatknp
Docs
- [blog] Add RSS feed (#35777) @gorjiali
- [blog] Prevent horizontal scroll on blog posts (#35948) @oliviertassinari
- [docs] Add to codemod README about an added script (#35999) @hbjORbj
- [docs] Add a warning about to clear the local storage when
defaultMode
changes (#35937) @ArthurPedroti - [docs] Fix Joy UI variables playground (#35950) @siriwatknp
- [docs] Fix typos in base components docs (#35985) @HeVictor
- [docs] Fix event's label reported to GA (#35930) @oliviertassinari
- [docs] Standardize "no longer" / "not documented" callouts in Material UI docs (#35957) @samuelsycamore
- [docs] Revise and expand Joy UI Checkbox doc (#35817) @samuelsycamore
- [docs] Add docs notification to Date and Time Pickers revamped (#35935) @joserodolfofreitas
- [docs] Update community theme builder to forked updated one (#35928) @idebeijer
- [docs] Add Joy default theme viewer (#35554) @siriwatknp
- [docs][joy] Fixed a typo in
Using icon libraries
page (#35989) @badalsaibo - [docs][joy] Removed Badge info from Chip docs (#35955) @Vivek-Prajapatii
- [docs][system] Fix border color of Boxes in demos of
Configure the sx prop
page in dark mode (#35961) @ZeeshanTamboli
Core
- [core] Boolean props always have a default value of
false
in API docs (#35913) @hbjORbj - [core] Improve types for usePreviousProps (#35833) @sai6855
- [website] Fix 404 link to store (#35973) @oliviertassinari
- [website] Fix 302 of diamond sponsor link @oliviertassinari
- [website] Fix outdated YouTube link @oliviertassinari
All contributors of this release in alphabetical order: @ArthurPedroti, @badalsaibo, @gorjiali, @hbjORbj, @HeVictor, @idebeijer, @joserodolfofreitas, @marktoman, @oliviertassinari, @sai6855, @SaidMarar, @samuelsycamore, @siriwatknp, @Vivek-Prajapatii, @ZeeshanTamboli