- Added
install:clean
command (deletesnode_modules
andpackage-lock.json
and runsnpm install
)
src/assets/jss/material-dashboard-react/components/tasksStyle.jsx
src/assets/jss/material-dashboard-react/checkboxAdnRadioStyle.jsx
src/assets/jss/material-dashboard-react/components/customTabsStyle.jsx
src/assets/jss/material-dashboard-react/components/snackbarContentStyle.jsx
@babel/runtime v7.0.0-beta.55
@material-ui/core
1.4.3 → 3.1.0@material-ui/icons
2.0.1 → 3.0.1@types/googlemaps
3.30.11 → 3.30.13ajv
6.5.2 → 5.0.0 (to stop some warnings)react
16.4.1 → 16.5.2react-dom
16.4.1 → 16.5.2react-scripts
1.1.4 → 1.1.5react-swipeable-views
0.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
GridContainer
component
src/assets/jss/material-dashboard-react/components/footerStyle.jsx
src/assets/jss/material-dashboard-react/components/headerStyle.jsx
@babel/runtime v7.0.0-beta.55
@material-ui/core v1.4.1
to@material-ui/core v1.4.3
@material-ui/icons v2.0.0
to@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-popper
in 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-icons
class insidesrc/assets/jss/material-dashboard-react/views/dashboardStyle.jsx
src/assets/jss/material-dashboard-react/components/buttonStyle.jsx
src/assets/jss/material-dashboard-react/components/cardFooterStyle.jsx
src/assets/jss/material-dashboard-react/components/cardHeaderStyle.jsx
src/assets/jss/material-dashboard-react/components/headerLinksStyle.jsx
src/assets/jss/material-dashboard-react/components/customTabsStyle.jsx
- Others
src/assets/jss/material-dashboard-react/tooltipStyle.jsx
src/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.1
to@material-ui/core v1.4.1
@material-ui/icons v1.1.0
to@material-ui/icons v2.0.0
@types/googlemaps v3.30.9
to@types/googlemaps v3.30.11
ajv v6.5.1
toajv v6.5.2
react v16.4.0
toreact v16.4.1
react-dom v16.4.0
toreact-dom v16.4.1
react-swipeable-views v0.12.13
toreact-swipeable-views v0.12.15
- Changed import from
material-ui
to@material-ui/core
- Droped
src/components/index.js
, and changed all the imports to separate ones - Renamed
ItemGrid
toGridItem
- 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.jsx
withjustIcon
prop)- Some components from
src/components/Typography
(instead of these we've added some css to style the normal HTML tags)src/components/Typography/A.jsx
src/components/Typography/P.jsx
src/components/Typography/Small.jsx
- All the cards from
src/components/Cards
src/components/Cards/ChartCard.jsx
src/components/Cards/ProfileCard.jsx
src/components/Cards/RegularCard.jsx
src/components/Cards/StatsCard.jsx
src/components/Cards/TasksCard.jsx
- New card components (
src/components/Card/*
) instead ofsrc/components/Cards/*
src/components/Card/Card.jsx
src/components/Card/CardAvatar.jsx
src/components/Card/CardBody.jsx
src/components/Card/CardFooter.jsx
src/components/Card/CardHeader.jsx
src/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.9
to 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.33
to 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.1
to 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.42
to@material-ui/icons@1.1.0
classnames@2.2.5
toclassnames@2.2.6
npm-run-all@4.1.2
tonpm-run-all@4.1.3
perfect-scrollbar@1.3.0
toperfect-scrollbar@1.4.0
react@16.2.0
toreact@16.4.0
react-dom@16.2.0
toreact-dom@16.4.0
react-router-dom@4.2.2
toreact-router-dom@4.3.1
react-scripts@1.0.17
toreact-scripts@1.1.4
react-swipeable-views@0.12.12
toreact-swipeable-views@0.12.13
- Renamed
src/containers/App/App.jsx
tosrc/layouts/Dashboard/Dashboard.jsx
- Renamed
src/variables/styles.jsx
tosrc/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.34
tomaterial-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.jsx
and all the components styles insrc/variables/styles/{$componentNameStyle}.jsx
files - Added
-webkit-overflow-scrolling: touch
css for nice scrolling on mobile devices - Updated to latest
Material-UI
version (fromv1.0.0.beta30
tov1.0.0.beta34
)
- Added Material-UI as base framework
- Added design from Material Dashboard by Creative Tim