Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 921 Bytes

CHANGELOG.md

File metadata and controls

16 lines (15 loc) · 921 Bytes

[1.1.0] 2018-02-23

Bug Fixing

  • PerfectScrollbar renders only on windows
  • Used pretier to make the code more readable
  • Optimized images sizes
  • Changed classes={root:...} to classNames={...} only where it had classes={root:...} and not like classes={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 in src/variables/styles/{$componentNameStyle}.jsx files
  • Added -webkit-overflow-scrolling: touch css for nice scrolling on mobile devices
  • Updated to latest Material-UI version (from v1.0.0.beta30 to v1.0.0.beta31)

[1.0.0] 2018-01-29

Original Release

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