- creativetimofficial/material-kit-react#46
- creativetimofficial/material-kit-react#44
- Updated available scripts
- Changed the .babelrc file
- src/assets/jss/material-kit-react/components/headerStyle.jsx
- src/assets/jss/material-kit-react/components/customDropdownStyle.jsx
-
- Changes caused by running the prettier command for .jsx, .js, .html and .css files
- src/components/CustomDropdown/CustomDropdown.jsx
babel-eslint
eslint
eslint-plugin-react
prettier
npm-run-all
babel-cli
babel-plugin-module-resolver
babel-plugin-import-rename
babel-plugin-transform-object-rest-spread
babel-plugin-transform-react-jsx
babel-preset-es2015
node-sass-chokidar
@babel/cli
version: 7.2.3@babel/plugin-proposal-class-properties
version: 7.3.0@babel/preset-env
version: 7.3.1@babel/preset-react
version: 7.0.0node-sass
version: 4.11.0
@material-ui/core
3.1.1 → 3.9.2@material-ui/icons
3.0.1 → 3.0.2moment
2.22.2 → 2.24.0node-sass-chokidar
1.3.3 → 1.3.4nouislider
12.0.0 → 13.1.0npm-run-all
4.1.3 → 4.1.5prop-types
15.6.2 → 15.7.1react
16.5.2 → 16.8.1react-datetime
2.15.0 → 2.16.3react-dom
16.5.2 → 16.8.1react-scripts
1.1.4 → 2.1.5react-slick
0.23.1 → 0.23.2react-swipeable-views
0.13.0 → 0.13.1babel-plugin-module-resolver
3.1.1 → 3.1.3eslint-config-prettier
3.1.0 → 4.0.0eslint-plugin-prettier
2.6.2 → 3.0.1
- Github own repo
- Github othe repos
src/assets/jss/material-kit-react/components/headerStyle.jsx
src/assets/jss/material-kit-react/components/snackbarContentStyle.jsx
src/assets/jss/material-kit-react/views/loginPage.jsx
src/assets/jss/material-kit-react/customCheckboxRadioSwitch.jsx
src/assets/scss/plugins/_plugin-nouislider.scss
react-nouislider
nouislider
12.0.0
@material-ui/core
1.5.0
→3.1.1
@material-ui/icons
2.0.2
→3.0.1
react
16.4.2
→16.5.2
react-dom
16.4.2
→16.5.2
react-scripts
1.1.4
→1.1.5
react-swipeable-views
0.12.16
→0.13.0
eslint-config-prettier
2.9.0
→3.1.0
eslint-plugin-react
7.10.0
→7.11.1
prettier
1.13.7
→1.14.3
- Added new script command for clean install of node_modules (just run in terminal
npm run install:clean
, this will also start your server) - Added lint commands
- Minor changes in components due to the upgrade of
@material-ui/icons
- Github
- Added styles for
svg
's, font-awesome classes and.material-icons
class insidesrc/assets/jss/material-kit-react/components/buttonStyle.jsx
src/assets/jss/material-kit-react/components/customInputStyle.jsx
src/assets/jss/material-kit-react/components/customDropdownStyle.jsx
src/assets/jss/material-kit-react/components/headerLinksStyle.jsx
src/assets/jss/material-kit-react/components/headerStyle.jsx
src/assets/jss/material-kit-react/views/loginPage.jsx
- No more use of
react-popper
, no it's beeing used@material-ui/core/Popper
instead (seeCustomDropdown
)
prop-types v15.6.2
classnames v2.2.6
@material-ui/core v1.2.1
to@material-ui/core v1.5.0
@material-ui/icons v1.1.0
to@material-ui/icons v2.0.2
ajv v6.0.0
toajv v6.5.2
node-sass-chokidar v1.3.0
tonode-sass-chokidar v1.3.3
react v16.4.0
toreact v16.4.2
react-datetime v2.14.0
toreact-datetime v2.15.0
react-dom v16.4.0
toreact-dom v16.4.2
react-swipeable-views v0.12.13
toreact-swipeable-views v0.12.16
src/assets/jss/material-kit-react/components/buttonStyle.jsx
, due to the fact that we've dropedsrc/components/CustomButtons/IconButton.jsx
src/assets/jss/material-kit-react/components/customInputStyle.jsx
src/assets/jss/material-kit-react/components/customTabsStyle.jsx
src/assets/jss/material-kit-react/components/headerLinksStyle.jsx
src/components/CustomButtons/IconButton.jsx
instead usesrc/components/CustomButtons/Button.jsx
(with the propjustIcon
on them)
material-ui@1.0.0-beta.45
material-ui/core@1.2.1
(instead ofmaterial-ui@1.0.0-beta.45
)ajv@6.0.0
(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.43
to@material-ui/icons@1.1.0
moment@2.22.1
tomoment@2.22.2
node-sass-chokidar@1.2.2
tonode-sass-chokidar@1.3.0
npm-run-all@4.1.2
tonpm-run-all@4.1.3
react@16.3.1
toreact@16.4.0
react-dom@16.3.1
toreact-dom@16.4.0
react-router-dom@4.2.2
toreact-router-dom@4.3.1
- Added
maxHeight
in styling sheets for those components that hadheight
set invh
(these changes were made because on an iframe the product would scroll forever) - Changed the imports from Material-UI (now they are with
@material-ui/core
instead ofmaterial-ui
) - Dropped some styling on some pages/section of pages due to the change of the buttons styling
- Added Material-UI as base framework
- Added design from Material Dashboard by Creative Tim