N/A
- Add ThemeManagerContext to enable theme change
- Add deepCompareObj helper function
N/A
- Remove deprecated unnecessary Container
N/A
- Expose [Document] in makeNextDocument and [App] in makeNextApp to prevent next9.0.2 from throwing error #26
N/A
- Remove @material-ui/styles from peerDependencies
- Support @material-ui/[email protected] or above only
- Change package folder structure
- Release es6 files to es/ folder
- Update dependendies to latest
-
Remove unecessary fuctions:
- util/makeNextExportPathMap
- util/makeWidgetMap
- nextjs/extendsWithIntl
- #11 fix require all @material-ui/core
- Auto hoist all static props
- Add displayName for better debug experience
N/A
- Fix the bug of makeNextApp.js losing props in hoc
N/A
- Upgrade to babel7
- Support [email protected] now
N/A
- Fix minor bugs
- Add DefaultNextDocument to makeNextDocument.js
- Add DefaultNextApp to makeNextApp.js
- Change name from nextjs-mui-helper to next-mui-helper
N/A
- Support next.js _app.js
N/A
- Add tests to improve quality of utils
- Support @material-ui/core ONLY
- If you want to use material-ui@beta version, please use v0.2.8 instead