- Update the dependencies
- Migration to React 18
- Migration to sass from node-sass
history(no longer needed due to theBrowserRouter)react-google-maps(no longer maintained, so we'll use simple Google Maps API)@types/googlemaps@types/markerclustererplus@types/react
@babel/core@7.14.3(to stop warnings on install)
bootstrap 4.5.0 → 4.6.0
chart.js 2.9.3 → 3.2.1
gulp-append-prepend 1.0.8 → 1.0.9
node-sass 4.14.1 → 6.0.0
perfect-scrollbar 1.5.0 → 1.5.1
react 16.13.1 → 17.0.2
react-chartjs-2 2.9.0 → 3.0.3
react-dom 16.13.1 → 17.0.2
react-notification-alert 0.0.12 → 0.0.13
react-scripts 3.4.1 → 4.0.3
reactstrap 8.4.1 → 8.9.0
jquery 3.5.1 → 3.6.0
typescript 3.9.5 → 4.2.4
We will update Bootstrap to v5 when we'll release a new design for the Now UI products. While in development some of the plugins that were used for this product will throw some warnings - note, this only happens in development, the UI or the functionality of the product is not affected, also, if the issues will persist in React 17, we'll drop usage of those plugins, and replace them with other ones. You will also have the following message: found 80 vulnerabilities (1 low, 79 moderate). This comes from react-scripts, and will be fixed in the next version. NOTE: the product works as expected with these vulnerabilities.
- Changed all
jsxfiles tojsones - Run prettier on all files, so there might be changes due to this
- creativetimofficial#10
- Other Now UI React products:
- creativetimofficial/ct-now-ui-dashboard-pro-react#31 (changed the fonts import to
~assets/fontsand also added assets path insidejsconfig.jsonfile) - creativetimofficial/ct-now-ui-dashboard-pro-react#10 (add
scrollTopinside theAdminlayout) - creativetimofficial/ct-now-ui-kit-pro-react#2 (added warnings on the documentation about this issue - unfortunately, we need to keep our own homepage prop inside the package.json for copyright issues)
- creativetimofficial/ct-now-ui-dashboard-pro-react#31 (changed the fonts import to
src/assets/scss/now-ui-dashboard/_variables.scss(changed the fonts import to~assets/fontsand also added assets path insidejsconfig.jsonfile)src/assets/scss/now-ui-dashboard/_nucleo-outline.scss(changed the fonts import to~assets/fontsand also added assets path insidejsconfig.jsonfile)
- gulp@4.0.2 (for Creative Tim copyrights)
- gulp-append-prepend@1.0.8 (for Creative Tim copyrights)
bootstrap 4.3.1 → 4.5.0
chart.js 2.8.0 → 2.9.3
history 4.9.0 → 4.10.1
node-sass 4.12.0 → 4.14.1
perfect-scrollbar 1.4.0 → 1.5.0
react 16.8.6 → 16.13.1
@types/react 16.8.19 → 16.9.36
react-chartjs-2 2.7.6 → 2.9.0
react-dom 16.8.6 → 16.13.1
react-router 5.0.0 → 5.2.0
react-router-dom 5.0.0 → 5.2.0
react-scripts 3.0.1 → 3.4.1
reactstrap 8.0.0 → 8.4.1
@types/googlemaps 3.36.2 → 3.39.6
jquery 3.4.1 → 3.5.1
typescript 3.5.1 → 3.9.5
All the following products: Now UI Kit React, Now UI Dashboard React, Now UI Kit PRO React and Now UI Dashboard PRO React have been updated together, and thus, we've added to all of them the same version of 1.4.0 - we may have skipped some versions for some of the above products, we've done so, since we want all Now UI & React products to share the same versions. While in development some of the plugins that were used for this product will throw some warnings - note, this only happens in development, the UI or the functionality of the product is not affected, also, if the issues will persist in React 17, we'll drop usage of those plugins, and replace them with other ones. Warnings might appear while doing an npm install - they do not affect the UI or the functionality of the product, and they appear because of NodeJS and not from the product itself.
- Solved creativetimofficial#1
- Solved creativetimofficial#3
- Solved creativetimofficial#4
- Solved creativetimofficial#7
- Almost all of the styles inside
src/scsshave 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.jsxtosrc/layouts/Admin.jsx - We've dropped the usage of
NODE_PATH=./srcand the file.envwith thejsconfig.jsonfile for using absolute paths - We've renamed
src/components/Header/Header.jsxtosrc/components/Navbars/DemoNavbar.jsx - We've renamed
src/views/Dashboard/Dashboard.jsxtosrc/views/Dashboard.jsx - We've renamed
src/views/Icons/Icons.jsxtosrc/views/Icons.jsx - We've renamed
src/views/Maps/Maps.jsxtosrc/views/Map.jsx - We've renamed
src/views/Notifications/Notifications.jsxtosrc/views/Notifications.jsx - We've renamed
src/views/TableList/TableList.jsxtosrc/views/TableList.jsx - We've renamed
src/views/Typography/Typography.jsxtosrc/views/Typography.jsx - We've renamed
src/views/UserPage/UserPage.jsxtosrc/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
- jquery@3.4.1
- @types/googlemaps@3.36.2
- @types/react@16.8.19
- typescript@3.5.1
- @types/markerclustererplus@2.1.33
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 ajv-keywords@2.1.1 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 react-google-maps@9.4.5 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 react-google-maps@9.4.5 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 react-google-maps@9.4.5 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-betatobootstrap v4.1.3chart.js v2.7.1tochart.js v2.7.2node-sass v4.6.1tonode-sass v4.9.3node-sass-chokidar v0.0.3tonode-sass-chokidar v1.3.3npm-run-all v4.1.1tonpm-run-all v4.1.3perfect-scrollbar v1.3.0toperfect-scrollbar v1.4.0react v16.1.0toreact v16.4.2react-chartjs-2 v2.7.0toreact-chartjs-2 v2.7.4react-dom v16.1.0toreact-dom v16.4.2react-google-maps v9.2.2toreact-google-maps v9.4.5react-notification-alert v0.0.7toreact-notification-alert v0.0.8react-router-dom v4.2.2toreact-router-dom v4.3.1react-scripts v1.0.17toreact-scripts v1.1.5reactstrap v5.0.0-alpha.4toreactstrap v6.4.0
- Changed live preview and live documentation links
- Changed links from
httptohttps
- Changed live preview and live documentation links
- Added
node-sass@4.6.1as dependencie so that scss compiles without errors
- Added Reactstrap as base framework
- Added design from Now Ui Dashboard by Creative Tim