- Solved creativetimofficial/now-ui-dashboard-react#1
- Solved creativetimofficial/now-ui-dashboard-react#3
- Solved creativetimofficial/now-ui-dashboard-react#4
- Solved creativetimofficial/now-ui-dashboard-react#7
- Almost all of the styles inside
src/scss
have been changed - We've removed
src/routes/*
files and replaced them with just one file (src/routes.js
) - We've renamed
src/layouts/Dashboard/Dashboard.jsx
tosrc/layouts/Admin.jsx
- We've dropped the usage of
NODE_PATH=./src
and the file.env
with thejsconfig.json
file for using absolute paths - We've renamed
src/components/Header/Header.jsx
tosrc/components/Navbars/DemoNavbar.jsx
- We've renamed
src/views/Dashboard/Dashboard.jsx
tosrc/views/Dashboard.jsx
- We've renamed
src/views/Icons/Icons.jsx
tosrc/views/Icons.jsx
- We've renamed
src/views/Maps/Maps.jsx
tosrc/views/Map.jsx
- We've renamed
src/views/Notifications/Notifications.jsx
tosrc/views/Notifications.jsx
- We've renamed
src/views/TableList/TableList.jsx
tosrc/views/TableList.jsx
- We've renamed
src/views/Typography/Typography.jsx
tosrc/views/Typography.jsx
- We've renamed
src/views/UserPage/UserPage.jsx
tosrc/views/UserPage.jsx
src/components/CardElements/*
(replaced with simple HTML/React/Reactstrap syntax)src/components/CustomButton/CustomButton.jsx
(replaced with simple HTML/React/Reactstrap syntax)src/components/CustomCheckbox/SimpleCheckbox.jsx
(replaced with simple HTML/React/Reactstrap syntax)src/components/CustomRadio/CustomRadio.jsx
(replaced with simple HTML/React/Reactstrap syntax)src/components/FormInputs/FormInputs.jsx
(replaced with simple HTML/React/Reactstrap syntax)src/components/Stats/Stats.jsx
(replaced with simple HTML/React/Reactstrap syntax)src/components/Tasks/Tasks.jsx
(replaced with simple HTML/React/Reactstrap syntax)
src/components/FixedPlugin/FixedPlugin.jsx
- All the optional and dev dependencies and replaced them with the Added dependencies, as optional ones
- [email protected]
- @types/[email protected]
- @types/[email protected]
- [email protected]
- @types/[email protected]
bootstrap 4.1.3 → 4.3.1
chart.js 2.7.1 → 2.8.0
history 4.7.2 → 4.9.0
node-sass 4.9.3 → 4.12.0
react 16.4.2 → 16.8.6
react-chartjs-2 2.7.4 → 2.7.6
react-dom 16.4.2 → 16.8.6
react-notification-alert 0.0.8 → 0.0.12
react-router-dom 4.3.1 → 5.0.0
react-scripts 1.1.5 → 3.0.1
reactstrap 6.4.0 → 8.0.0
- Github issues
- Added lint commands
- Added commands for creating a npmjs library
ajv v5.0.0
(to stop warning: npm WARN [email protected] requires a peer of ajv@^5.0.0 but none is installed. You must install peer dependencies yourself.)@types/googlemaps v3.30.12
(to stop warning: npm WARN [email protected] requires a peer of @types/googlemaps@^3.0.0 but none is installed. You must install peer dependencies yourself.)@types/markerclustererplus v2.1.33
(to stop warning: npm WARN [email protected] requires a peer of @types/markerclustererplus@^2.1.29 but none is installed. You must install peer dependencies yourself.)@types/react v16.4.12
(to stop warning: npm WARN [email protected] requires a peer of @types/react@^15.0.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself.)
bootstrap v4.0.0-beta
tobootstrap v4.1.3
chart.js v2.7.1
tochart.js v2.7.2
node-sass v4.6.1
tonode-sass v4.9.3
node-sass-chokidar v0.0.3
tonode-sass-chokidar v1.3.3
npm-run-all v4.1.1
tonpm-run-all v4.1.3
perfect-scrollbar v1.3.0
toperfect-scrollbar v1.4.0
react v16.1.0
toreact v16.4.2
react-chartjs-2 v2.7.0
toreact-chartjs-2 v2.7.4
react-dom v16.1.0
toreact-dom v16.4.2
react-google-maps v9.2.2
toreact-google-maps v9.4.5
react-notification-alert v0.0.7
toreact-notification-alert v0.0.8
react-router-dom v4.2.2
toreact-router-dom v4.3.1
react-scripts v1.0.17
toreact-scripts v1.1.5
reactstrap v5.0.0-alpha.4
toreactstrap v6.4.0
- Changed live preview and live documentation links
- Changed links from
http
tohttps
- Changed live preview and live documentation links
- Added
[email protected]
as dependencie so that scss compiles without errors
- Added Reactstrap as base framework
- Added design from Now Ui Dashboard by Creative Tim