Skip to content

Latest commit

 

History

History
90 lines (85 loc) · 4.78 KB

CHANGELOG.md

File metadata and controls

90 lines (85 loc) · 4.78 KB

Change Log

[1.3.0] 2019-05-03

Bug fixing

Removed dependencies/components

  • Deleted src/routes/* folder
  • node-sass-chokidar
  • npm-run-all

Added dependencies/components

Update dependencies

  • node-sass 4.6.1 → 4.12.0
  • react 16.2.0 → 16.8.6
  • react-bootstrap 0.32.1 → 0.32.4
  • react-chartist 0.13.1 → 0.13.3
  • react-dom 16.2.0 → 16.8.6
  • react-router-dom 4.2.2 → 5.0.0
  • react-scripts 1.1.1 → 3.0.0

[1.2.0] 2018-04-12

Bug fixing

  • Added fluid prop on Grid component in Footer
  • Moved all the contents of elements folder to components folder and delete it
  • Renamed containers folder to layouts
  • Renamed App/App.jsx to Dashboard/Dashboard.jsx
  • Renamed src/routes/app.jsx to src/routes/dashboard.jsx
  • Renamed appRoutes to dashboardRoutes
  • Added src/routes/index.jsx and made the routes in src/index.js dynamically based on indexRoutes from src/routes/index.jsx (users can now make new layouts and routes for them easier)

Removed dependencies/components

Added dependencies/components

Update dependencies

[1.1.0] 2017-10-30

Bug fixing

  • Changed property of isChecked in CustomCheckbox
  • Removed hover state for checkboxes and radios
  • Moved NotificationSystem outside of .main-panel (for responsive issues)
  • All div's with Bootstrap classes (.container,.container-fluid,.row,.col-*) were changed in React-Bootstrap components
  • Changed Notifications Places buttons from buttons with className to our own button component CustomButton
  • Added property round in CustomButton (for the button class .btn-round)
  • Added dynamic routes

[1.0.0] 2017-09-20

Original Release

  • Added React-Bootstrap as base framework
  • Added design from Light Bootstrap Dashboard by Creative Tim