- 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/[email protected]
(instead of[email protected]
)[email protected]
(to stop the warning: npm WARN [email protected] requires a peer of ajv@^6.0.0 but none is installed. You must install peer dependencies yourself.)
@material-ui/[email protected]
to@material-ui/[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
[email protected]
to[email protected]
- 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