Skip to content

Latest commit

 

History

History
93 lines (88 loc) · 5.07 KB

CHANGELOG.md

File metadata and controls

93 lines (88 loc) · 5.07 KB

[1.3.0] 2018-09-29

Bug fixing

Major styling changes

  • 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

Deleted dependencies

  • react-nouislider

Added dependencies

  • nouislider 12.0.0

Updated dependencies

  • @material-ui/core 1.5.03.1.1
  • @material-ui/icons 2.0.23.0.1
  • react 16.4.216.5.2
  • react-dom 16.4.216.5.2
  • react-scripts 1.1.41.1.5
  • react-swipeable-views 0.12.160.13.0
  • eslint-config-prettier 2.9.03.1.0
  • eslint-plugin-react 7.10.07.11.1
  • prettier 1.13.71.14.3

[1.2.0] 2018-08-16

Bug fixing

Major styling changes

  • Added styles for svg's, font-awesome classes and .material-icons class inside
    • src/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

Dropped components

  • No more use of react-popper, no it's beeing used @material-ui/core/Popper instead (see CustomDropdown)

Deleted dependencies

Added dependencies

  • prop-types v15.6.2
  • classnames v2.2.6

Updated dependencies

  • @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 to ajv v6.5.2
  • node-sass-chokidar v1.3.0 to node-sass-chokidar v1.3.3
  • react v16.4.0 to react v16.4.2
  • react-datetime v2.14.0 to react-datetime v2.15.0
  • react-dom v16.4.0 to react-dom v16.4.2
  • react-swipeable-views v0.12.13 to react-swipeable-views v0.12.16

[1.1.0] 2018-06-13

Major styling changes

  • src/assets/jss/material-kit-react/components/buttonStyle.jsx, due to the fact that we've droped src/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

Dropped components

  • src/components/CustomButtons/IconButton.jsx instead use src/components/CustomButtons/Button.jsx (with the prop justIcon on them)

Deleted dependencies

  • material-ui@1.0.0-beta.45

Added dependencies

  • material-ui/core@1.2.1 (instead of material-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.)

Updated dependencies

  • @material-ui/icons@1.0.0-beta.43 to @material-ui/icons@1.1.0
  • moment@2.22.1 to moment@2.22.2
  • node-sass-chokidar@1.2.2 to node-sass-chokidar@1.3.0
  • npm-run-all@4.1.2 to npm-run-all@4.1.3
  • react@16.3.1 to react@16.4.0
  • react-dom@16.3.1 to react-dom@16.4.0
  • react-router-dom@4.2.2 to react-router-dom@4.3.1

Bug fixing

  • Added maxHeight in styling sheets for those components that had height set in vh (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 of material-ui)
  • Dropped some styling on some pages/section of pages due to the change of the buttons styling

[1.0.0] 2018-05-08

Original Release

  • Added Material-UI as base framework
  • Added design from Material Dashboard by Creative Tim