-
-
Notifications
You must be signed in to change notification settings - Fork 298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Material-UI v5 beta #418
Conversation
@iamhosseindhv is there any chance this can merged the upcoming days? |
Thanks for your contribution. I'm reviewing this PR. |
This comment has been minimized.
This comment has been minimized.
@iamhosseindhv Seems to work fine with material-ui v5 (i.e. ts and js versions) when the |
- intended to support the notistack alpha release that claims MUIv5 beta support - at the time of writing, latest MUI release is 5.0.0-beta.4 - if CI doesn't pass, another option is here: iamhosseindhv/notistack#418
@iamhosseindhv conflicts resolved |
Thanks for your contribution all specially @joemaffei @onpaws ❤️. You can now use this by |
* Closes #334 #333 - Fix collapse keys * 1.0.3-alpha.0 * 1.0.4-alpha.0 * 1.0.6-alpha.0 * Fixes #355 - Update MUI peer dependency to next * 1.0.6-next.0 * Use root classKey for Collapse * 1.0.6-next.1 * Add support for Material-UI v5 beta (#418) * upgrade to material-ui v5; modify code as recommended by the material-ui docs * upgrade to material-ui v5; modify code as recommended by the material-ui docs * add missing anchor classes to SnackbarItem; fix child class declarations * update dependencies; run build * package-lock update * Allow passing classes from props * Adapt new MUI breakpoints * Bind this * Mark emotion peerDeps as optional * 1.0.6-next.2 Co-authored-by: Hossein Dehnokhalaji <[email protected]> * Support @mui/material package naming (#423) * Support Material-UI 5.0.0-rc.0 * Bump version to 1.0.6-next.3 * Remove @mui/styles dependency * Prepare next to be published as latest (#436) * Add tag for people on mui-v4 * Update simple example * Update simple example * Update redux example * Update mobx example * Minor * Update next --> latest in example codes * Update docs * Update CHANGELOG * Update MUI v5 peerDependencies * Update version to v2.0.2 * Update docs.json Co-authored-by: Joe Maffei <[email protected]> Co-authored-by: David Ramos <[email protected]>
This is a refactor of the existing styling using the conventions recommended by the Material-UI team for upgrading to v5.
Fixes #412