- Renamed
src/layouts/Dashboard/Dashboard.jsx
tosrc/layouts/Admin.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Dashboard.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Icons.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Maps.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Notifications.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/TableList.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Typography.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Upgrade.jsx
- Renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/UserProfile.jsx
- Renamed
src/components/Header
tosrc/components/Navbars
- Renamed
src/components/Navbars/Header.jsx
tosrc/components/Navbars/AdminNavbar.jsx
- Renamed
src/components/Navbars/HeaderLinks.jsx
tosrc/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
.env
file and replaced it withjsconfig.json
- Small bug fixes
- Deleted
src/routes/*
folder - node-sass-chokidar
- npm-run-all
- Added
src/routes.js
file (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
fluid
prop onGrid
component inFooter
- Moved all the contents of
elements
folder tocomponents
folder and delete it - Renamed
containers
folder tolayouts
- Renamed
App/App.jsx
toDashboard/Dashboard.jsx
- Renamed
src/routes/app.jsx
tosrc/routes/dashboard.jsx
- Renamed
appRoutes
todashboardRoutes
- Added
src/routes/index.jsx
and made the routes insrc/index.js
dynamically based onindexRoutes
fromsrc/routes/index.jsx
(users can now make new layouts and routes for them easier)
google-maps-react@1.1.0
react-router@4.1.2
node-sass@4.6.1
react-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.1
tonpm-run-all@4.1.2
react@15.6.1
toreact@16.2.0
react-bootstrap@0.31.1
toreact-bootstrap@0.32.1
react-chartist@0.13.0
toreact-chartist@0.13.1
react-dom@15.6.1
toreact-dom@16.2.0
react-notification-system@0.2.15
toreact-notification-system@0.2.17
react-router-dom@4.1.2
toreact-router-dom@4.2.2
react-scripts@1.0.10
toreact-scripts@1.1.1
- Changed property of
isChecked
inCustomCheckbox
- 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 withclassName
to our own button componentCustomButton
- Added property
round
inCustomButton
(for the button class.btn-round
) - Added dynamic routes
- Added React-Bootstrap as base framework
- Added design from Light Bootstrap Dashboard by Creative Tim