diff --git a/CHANGELOG.md b/CHANGELOG.md index 0583fcc8f42c4c..1348c8bbb6fb16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements +sx={{ '& .MuiButton-root': { '& .MuiButton-button': {} } }} /> ``` - + 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. - ​[Joy] Replace `row` prop with `orientation` prop in all Joy UI components (#35721) @hbjORbj @@ -53,7 +53,7 @@ This release was mostly about 🐛 bug fixes and 📚 documentation improvements ### Docs -- ​[blog] Add RSS feed (#35777) @gorjiali +- ​[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