Skip to content

Latest commit

 

History

History
43 lines (39 loc) · 2 KB

CHANGELOG.md

File metadata and controls

43 lines (39 loc) · 2 KB

Change Log

[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