- creativetimofficial/material-dashboard-react#121
- creativetimofficial/material-dashboard-react#98
- creativetimofficial/material-dashboard-react#99
- creativetimofficial/material-dashboard-react#65
@material-ui/core 4.3.2 → 4.10.0
@material-ui/icons 4.2.1 → 4.9.1
history 4.9.0 → 4.10.1
perfect-scrollbar 1.4.0 → 1.5.0
react 16.9.0 → 16.13.1
react-chartist 0.13.3 → 0.14.3
react-dom 16.9.0 → 16.13.1
react-router-dom 5.0.1 → 5.2.0
react-scripts 3.1.0 → 3.4.1
react-swipeable-views 0.13.3 → 0.13.9
eslint-config-prettier 6.0.0 → 6.11.0
eslint-plugin-prettier 3.1.0 → 3.1.3
prettier 1.18.2 → 2.0.5
@types/googlemaps 3.37.3 → 3.39.6
ajv 6.10.2 → 6.12.2
typescript 3.5.3 → 3.9.3
While in development some of the plugins that were used for this product will throw some warnings - note, this only happens in development, the UI or the functionality of the product is not affected, also, if the issues will persist in React 17, we'll drop usage of those plugins, and replace them with other ones. Warnings might appear while doing an npm install - they do not affect the UI or the functionality of the product, and they appear because of NodeJS and not from the product itself.
- Rewrote the ISSUE_TEMPLATE
- Deleted the copyright comments from all files, we only need to keep them inside our index.js and index.html
- Added script that adds copyrights to the built app
- Renamed all the files from
.jsxto.js - Changed the
withStylesfunction from Material-UI with themakeStylesfunction (integration with other frameworks should now be easy) - React Hooks is now supported
- Renamed
assets/jss/material-dashboard-react/layouts/dashboardStyle.jstoassets/jss/material-dashboard-react/layouts/adminStyle.js
- gulp@4.0.2
- gulp-append-prepend@1.0.8
@material-ui/core 4.1.0 → 4.3.2
@material-ui/icons 4.1.0 → 4.2.1
react 16.8.6 → 16.9.0
react-dom 16.8.6 → 16.9.0
react-scripts 3.0.1 → 3.1.0
eslint-config-prettier 4.3.0 → 6.0.0
@types/googlemaps 3.36.4 → 3.37.3
ajv 6.10.0 → 6.10.2
typescript 3.5.1 → 3.5.3
All React Material products have now the same version, i.e. 1.7.0.
- All linting errors are solved now, but due to google analytics stuff, we've needed to add target="_blank" to our links, so this lint error still exists.
- Bugs from updated dependencies
- Removed
.envfile, and replaced it with thejsconfig.jsonfile - Changes caused by running the prettier command for .jsx, .js, .html and .css files
- Changed all string refs to
React.createRef() - Added types validation in each component
- Solved linting issues
- Solved creativetimofficial/material-dashboard-react#83
- typescript@3.5.1 (To stop console warnings on install)
@material-ui/core 3.9.2 → 4.1.0
@material-ui/icons 3.0.2 → 4.1.0
chartist 0.10.1 → 0.11.2
history 4.7.2 → 4.9.0
prettier 1.16.4 → 1.18.2
prop-types 15.7.1 → 15.7.2
react 16.8.1 → 16.8.6
react-dom 16.8.1 → 16.8.6
react-router-dom 4.3.1 → 5.0.1
react-scripts 2.1.5 → 3.0.1
react-swipeable-views 0.13.1 → 0.13.3
eslint-config-prettier 4.0.0 → 4.3.0
eslint-plugin-prettier 3.0.1 → 3.1.0
@types/googlemaps 3.30.16 → 3.36.4
ajv 6.9.1 → 6.10.0
- Added new script for npm
- Changed our buggy routing system, now it should work flawlessly, for more info, please refer to our live docs here
- creativetimofficial/material-dashboard-react#67
- creativetimofficial/material-dashboard-react#68
- creativetimofficial/material-dashboard-react#66
- Almost all styles have been changed due to new components, solved issues or the prettier command
- Changes caused by running the prettier command for .jsx, .js, .html and .css files
- src/index.js
- src/components/CustomTabs/CustomTabs.jsx
- src/components/Header/Header.jsx
- src/components/Sidebar/Sidebar.jsx
- src/components/Snackbar/Snackbar.jsx
- src/components/Snackbar/SnackbarContent.jsx
- src/components/Tasks/Tasks.jsx
- src/views/Notifications/Notifications.jsx
- src/components/FixedPlugin/FixedPlugin.jsx(Left menu used by us for customization - due to this, we've had to add a link for the fonts awesome cdn)
- src/components/Header/RTLHeaderLinks.jsx
- src/layouts/Admin.jsx (instead of Dashboard)
- src/layouts/RTL.jsx
- src/views/RTLPage/RTLPage.jsx
- src/layouts/Dashboard/Dashboard.jsx (renamed to Admin)
- src/routes/dashboard.jsx
- src/routes/index.jsx
babel-plugin-module-resolver(because of the upgrade ofreact-scripts)babel-eslint(because of the upgrade ofreact-scripts)eslint(because of the upgrade ofreact-scripts)eslint-plugin-react(because of the upgrade ofreact-scripts)npm-run-all
history4.7.2prop-types@15.6.2prettier@1.16.4
@material-ui/core3.1.0 → 3.9.2@material-ui/icons3.0.1 → 3.0.2@types/googlemaps3.30.13 → 3.30.16ajv^5.0.0 → 6.9.1prop-types15.6.2 → 15.7.1react16.5.2 → 16.8.1react-chartist0.13.1 → 0.13.3react-dom16.5.2 → 16.8.1react-scripts1.1.5 → 2.1.5react-swipeable-views0.12.17 → 0.13.1eslint-config-prettier3.0.1 → 4.0.0eslint-plugin-prettier2.6.2 → 3.0.1
- Added
install:cleancommand (deletesnode_modulesandpackage-lock.jsonand runsnpm install)
src/assets/jss/material-dashboard-react/components/tasksStyle.jsxsrc/assets/jss/material-dashboard-react/checkboxAdnRadioStyle.jsxsrc/assets/jss/material-dashboard-react/components/customTabsStyle.jsxsrc/assets/jss/material-dashboard-react/components/snackbarContentStyle.jsx
@babel/runtime v7.0.0-beta.55
@material-ui/core1.4.3 → 3.1.0@material-ui/icons2.0.1 → 3.0.1@types/googlemaps3.30.11 → 3.30.13ajv6.5.2 → 5.0.0 (to stop some warnings)react16.4.1 → 16.5.2react-dom16.4.1 → 16.5.2react-scripts1.1.4 → 1.1.5react-swipeable-views0.12.15 → 0.12.17eslint-config-prettier^2.9.0 → 3.0.1eslint-plugin-react^7.10.0 → 7.11.1prettier^1.13.7 → 1.14.3
- Github solved issues:
https://github.com/creativetimofficial/material-dashboard-react/issues/58
- Changed the
GridContainercomponent
src/assets/jss/material-dashboard-react/components/footerStyle.jsxsrc/assets/jss/material-dashboard-react/components/headerStyle.jsx
@babel/runtime v7.0.0-beta.55
@material-ui/core v1.4.1to@material-ui/core v1.4.3@material-ui/icons v2.0.0to@material-ui/icons v2.0.1
- Added resize event listener for window (see this issue here)
- Added issues template file
- Github solved issues:
- creativetimofficial/material-dashboard-react#49 (dropped
react-popperin favour of@material-ui/core/Popper) - creativetimofficial/material-dashboard-react#47
- creativetimofficial/material-dashboard-react#45
- creativetimofficial/material-dashboard-react#38
- creativetimofficial/material-dashboard-react#37
- creativetimofficial/material-dashboard-react#49 (dropped
- Github enhancement issues:
- creativetimofficial/material-dashboard-react#47 (read the ./README.md file)
- Added styles for
svg's, font-awesome classes and.material-iconsclass insidesrc/assets/jss/material-dashboard-react/views/dashboardStyle.jsxsrc/assets/jss/material-dashboard-react/components/buttonStyle.jsxsrc/assets/jss/material-dashboard-react/components/cardFooterStyle.jsxsrc/assets/jss/material-dashboard-react/components/cardHeaderStyle.jsxsrc/assets/jss/material-dashboard-react/components/headerLinksStyle.jsxsrc/assets/jss/material-dashboard-react/components/customTabsStyle.jsx
- Others
src/assets/jss/material-dashboard-react/tooltipStyle.jsxsrc/assets/jss/material-dashboard-react/dropdownStyle.jsx
- Dropped popper usage in favour of
@material-ui/core/Popper(Changes insrc/components/Header/HeaderLinks.jsx)
src/components/Grid/GridContainer.jsx(instead of MUI's<Grid container...component)
@material-ui/core v1.2.1to@material-ui/core v1.4.1@material-ui/icons v1.1.0to@material-ui/icons v2.0.0@types/googlemaps v3.30.9to@types/googlemaps v3.30.11ajv v6.5.1toajv v6.5.2react v16.4.0toreact v16.4.1react-dom v16.4.0toreact-dom v16.4.1react-swipeable-views v0.12.13toreact-swipeable-views v0.12.15
- Changed import from
material-uito@material-ui/core - Droped
src/components/index.js, and changed all the imports to separate ones - Renamed
ItemGridtoGridItem
- Moved the styles of
src/components/insidesrc/assets/jss/material-dashboard-react/components/ - Moved the styles of
src/layouts/insidesrc/assets/jss/material-dashboard-react/layouts/ - Moved the styles of
src/views/insidesrc/assets/jss/material-dashboard-react/views/ - Almost all styles have been changed more or less
src/components/CustomButtons/IconButton.jsx(instead usesrc/components/CustomButtons/Button.jsxwithjustIconprop)- Some components from
src/components/Typography(instead of these we've added some css to style the normal HTML tags)src/components/Typography/A.jsxsrc/components/Typography/P.jsxsrc/components/Typography/Small.jsx
- All the cards from
src/components/Cardssrc/components/Cards/ChartCard.jsxsrc/components/Cards/ProfileCard.jsxsrc/components/Cards/RegularCard.jsxsrc/components/Cards/StatsCard.jsxsrc/components/Cards/TasksCard.jsx
- New card components (
src/components/Card/*) instead ofsrc/components/Cards/*src/components/Card/Card.jsxsrc/components/Card/CardAvatar.jsxsrc/components/Card/CardBody.jsxsrc/components/Card/CardFooter.jsxsrc/components/Card/CardHeader.jsxsrc/components/Card/CardIcon.jsx
src/components/CustomTabs/CustomTabs.jsx(instead ofsrc/components/Cards/TasksCard.jsx)
material-ui@1.0.0-beta.41
@material-ui/core@1.2.1(instead ofmaterial-ui@1.0.0-beta.41)@types/googlemaps@3.30.9to stop the warning: npm WARN react-google-maps@9.4.5 requires a peer of @types/googlemaps@^3.0.0 but none is installed. You must install peer dependencies yourself.@types/markerclustererplus@2.1.33to stop the warning: npm WARN react-google-maps@9.4.5 requires a peer of @types/markerclustererplus@^2.1.29 but none is installed. You must install peer dependencies yourself.ajv@6.5.1to stop the warning: npm WARN ajv-keywords@3.2.0 requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.
@material-ui/icons@1.0.0-beta.42to@material-ui/icons@1.1.0classnames@2.2.5toclassnames@2.2.6npm-run-all@4.1.2tonpm-run-all@4.1.3perfect-scrollbar@1.3.0toperfect-scrollbar@1.4.0react@16.2.0toreact@16.4.0react-dom@16.2.0toreact-dom@16.4.0react-router-dom@4.2.2toreact-router-dom@4.3.1react-scripts@1.0.17toreact-scripts@1.1.4react-swipeable-views@0.12.12toreact-swipeable-views@0.12.13
- Renamed
src/containers/App/App.jsxtosrc/layouts/Dashboard/Dashboard.jsx - Renamed
src/variables/styles.jsxtosrc/assets/jss/material-dashboard-react.jsx - Moved all the files from
src/variables/styles/tosrc/assets/jss/material-dashboard-react/ - Changes caused by the upgrade of
material-ui - Small bug fixing
material-ui-icons@1.0.0-beta.17
material-ui@1.0.0-beta.34tomaterial-ui@1.0.0-beta.41
@material-ui/icons@1.0.0-beta.42
- PerfectScrollbar renders only on windows
- Used pretier to make the code more readable
- Optimized images sizes
- Changed
classes={root:...}toclassNames={...}only where it hadclasses={root:...}and not likeclasses={root:..., something:... ,...} - Added
classnames()to avoid doing brittle class name manipulation - Classes that do not need states were converted to functions
- Moved the style variables in
src/variables/styles.jsxand all the components styles insrc/variables/styles/{$componentNameStyle}.jsxfiles - Added
-webkit-overflow-scrolling: touchcss for nice scrolling on mobile devices - Updated to latest
Material-UIversion (fromv1.0.0.beta30tov1.0.0.beta34)
- Added Material-UI as base framework
- Added design from Material Dashboard by Creative Tim