- Renamed
src/layouts/Dashboard/Dashboard.jsxtosrc/layouts/Admin.jsx - Renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/Dashboard.jsx - Renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/Icons.jsx - Renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/Maps.jsx - Renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/Notifications.jsx - Renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/TableList.jsx - Renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/Typography.jsx - Renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/Upgrade.jsx - Renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/UserProfile.jsx - Renamed
src/components/Headertosrc/components/Navbars - Renamed
src/components/Navbars/Header.jsxtosrc/components/Navbars/AdminNavbar.jsx - Renamed
src/components/Navbars/HeaderLinks.jsxtosrc/components/Navbars/AdminNavbarLinks.jsx - Changes caused by running the prettier command for .jsx, .js, .html and .css files
- Changed our buggy routing system, now it should work flawlessly, for more info, please refer to our live docs here
- Solved
- creativetimofficial/light-bootstrap-dashboard-react#48
- creativetimofficial/light-bootstrap-dashboard-react#47
- creativetimofficial/light-bootstrap-dashboard-react#34
- creativetimofficial/light-bootstrap-dashboard-react#30
- creativetimofficial/light-bootstrap-dashboard-react#19
- creativetimofficial/light-bootstrap-dashboard-react#17
- creativetimofficial/light-bootstrap-dashboard-react#15
- Removed
.envfile and replaced it withjsconfig.json - Small bug fixes
- Deleted
src/routes/*folder - node-sass-chokidar
- npm-run-all
- Added
src/routes.jsfile (instead of the three files fromsrc/routes/*) - @types/markerclustererplus@2.1.33 (to stop install warnings)
- @types/googlemaps@3.30.19 (to stop install warnings)
- @types/react@16.8.13 (to stop install warnings)
- typescript@3.4.3 (to stop install warnings)
- react-router@5.0.0 (react-router-dom auto-installs this package, but it is better to have them both inside package.json)
- react-toggle@4.0.2
- 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
- Added
fluidprop onGridcomponent inFooter - Moved all the contents of
elementsfolder tocomponentsfolder and delete it - Renamed
containersfolder tolayouts - Renamed
App/App.jsxtoDashboard/Dashboard.jsx - Renamed
src/routes/app.jsxtosrc/routes/dashboard.jsx - Renamed
appRoutestodashboardRoutes - Added
src/routes/index.jsxand made the routes insrc/index.jsdynamically based onindexRoutesfromsrc/routes/index.jsx(users can now make new layouts and routes for them easier)
google-maps-react@1.1.0react-router@4.1.2
node-sass@4.6.1react-google-maps@9.4.5(insted ofgoogle-maps-react@1.1.0)bootstrap@3.3.7(and deletedsrc/assets/bootstrap.min.css?v=3.3.5)
npm-run-all@4.1.1tonpm-run-all@4.1.2react@15.6.1toreact@16.2.0react-bootstrap@0.31.1toreact-bootstrap@0.32.1react-chartist@0.13.0toreact-chartist@0.13.1react-dom@15.6.1toreact-dom@16.2.0react-notification-system@0.2.15toreact-notification-system@0.2.17react-router-dom@4.1.2toreact-router-dom@4.2.2react-scripts@1.0.10toreact-scripts@1.1.1
- Changed property of
isCheckedinCustomCheckbox - Removed hover state for checkboxes and radios
- Moved
NotificationSystemoutside 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 Placesbuttons from buttons withclassNameto our own button componentCustomButton - Added property
roundinCustomButton(for the button class.btn-round) - Added dynamic routes
- Added React-Bootstrap as base framework
- Added design from Light Bootstrap Dashboard by Creative Tim