| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
30 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,40 @@ | |||
| 1 | 1 | # Change Log | |
| 2 | 2 | ||
| 3 | - ## [1.4.0] 2019-06-15 | ||
| 3 | + ## [1.5.0] 2021-05-20 | ||
| 4 | + ### Bug fixing | ||
| 5 | + ### Major style changes | ||
| 6 | + ### Deleted components | ||
| 7 | + ### Added components | ||
| 8 | + ### Deleted dependencies | ||
| 9 | + - `history` (no longer needed due to the `BrowserRouter`) | ||
| 10 | + - `react-google-maps` (no longer maintained, so we'll use simple Google Maps API) | ||
| 11 | + - `@types/googlemaps` | ||
| 12 | + - `@types/markerclustererplus` | ||
| 13 | + - `@types/react` | ||
| 14 | + ### Added dependencies | ||
| 15 | + - `@babel/core@7.14.3` (to stop warnings on install) | ||
| 16 | + ### Updated dependencies | ||
| 17 | + ``` | ||
| 18 | + bootstrap 4.5.0 → 4.6.0 | ||
| 19 | + chart.js 2.9.3 → 3.2.1 | ||
| 20 | + gulp-append-prepend 1.0.8 → 1.0.9 | ||
| 21 | + node-sass 4.14.1 → 6.0.0 | ||
| 22 | + perfect-scrollbar 1.5.0 → 1.5.1 | ||
| 23 | + react 16.13.1 → 17.0.2 | ||
| 24 | + react-chartjs-2 2.9.0 → 3.0.3 | ||
| 25 | + react-dom 16.13.1 → 17.0.2 | ||
| 26 | + react-notification-alert 0.0.12 → 0.0.13 | ||
| 27 | + react-scripts 3.4.1 → 4.0.3 | ||
| 28 | + reactstrap 8.4.1 → 8.9.0 | ||
| 29 | + jquery 3.5.1 → 3.6.0 | ||
| 30 | + typescript 3.9.5 → 4.2.4 | ||
| 31 | + ``` | ||
| 32 | + ### Warning | ||
| 33 | + _We will update Bootstrap to v5 when we'll release a new design for the Now UI products._ | ||
| 34 | + _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._ | ||
| 35 | + _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._ | ||
| 36 | + | ||
| 37 | + ## [1.4.0] 2020-06-15 | ||
| 4 | 38 | ### Bug fixing | |
| 5 | 39 | - Changed all `jsx` files to `js` ones | |
| 6 | 40 | - Run prettier on all files, so there might be changes due to this | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,12 +2,12 @@ | |||
| 2 | 2 | /*! | |
| 3 | 3 | ||
| 4 | 4 | ========================================================= | |
| 5 | - * Now UI Dashboard React - v1.4.0 | ||
| 5 | + * Now UI Dashboard React - v1.5.0 | ||
| 6 | 6 | ========================================================= | |
| 7 | 7 | ||
| 8 | 8 | * Product Page: https://www.creative-tim.com/product/now-ui-dashboard-react | |
| 9 | - * Copyright 2020 Creative Tim (https://www.creative-tim.com) | ||
| 10 | - * Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-react/blob/master/LICENSE.md) | ||
| 9 | + * Copyright 2021 Creative Tim (https://www.creative-tim.com) | ||
| 10 | + * Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-react/blob/main/LICENSE.md) | ||
| 11 | 11 | ||
| 12 | 12 | * Coded by Creative Tim | |
| 13 | 13 | ||
@@ -54,7 +54,7 @@ | |||
| 54 | 54 | crossorigin="anonymous" | |
| 55 | 55 | /> | |
| 56 | 56 | <link | |
| 57 | - href="../src/assets/css/now-ui-dashboard.css?v=1.4.0" | ||
| 57 | + href="../src/assets/css/now-ui-dashboard.css?v=1.5.0" | ||
| 58 | 58 | rel="stylesheet" | |
| 59 | 59 | /> | |
| 60 | 60 | ||
@@ -196,7 +196,7 @@ | |||
| 196 | 196 | <div class="container"> | |
| 197 | 197 | <div class="content-center"> | |
| 198 | 198 | <h1 class="title text-center">Components Documentation</h1> | |
| 199 | - <h3 class="category">v1.4.0</h3> | ||
| 199 | + <h3 class="category">v1.5.0</h3> | ||
| 200 | 200 | <h4 class="description text-center"> | |
| 201 | 201 | We are constantly doing updates for you. Please check the online | |
| 202 | 202 | documentation. | |
@@ -221,7 +221,7 @@ <h4 class="description text-center"> | |||
| 221 | 221 | <li><a href="https://www.creative-tim.com/blog/?ref=nudr-static-docs"> Blog </a></li> | |
| 222 | 222 | <li> | |
| 223 | 223 | <a | |
| 224 | - href="https://github.com/creativetimofficial/now-ui-dashboard-react/blob/master/LICENSE.md" | ||
| 224 | + href="https://github.com/creativetimofficial/now-ui-dashboard-react/blob/main/LICENSE.md" | ||
| 225 | 225 | > | |
| 226 | 226 | MIT License | |
| 227 | 227 | </a> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | MIT License | |
| 2 | 2 | ||
| 3 | - Copyright (c) 2020 Creative Tim | ||
| 3 | + Copyright (c) 2021 Creative Tim | ||
| 4 | 4 | ||
| 5 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy | |
| 6 | 6 | of this software and associated documentation files (the "Software"), to deal | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,7 +2,7 @@ | |||
| 2 | 2 | ||
| 3 | 3 | ||
| 4 | 4 | ||
| 5 | -   []() []() [](https://discord.gg/E4aHAQy) | ||
| 5 | +   []() []() [](https://discord.gg/E4aHAQy) | ||
| 6 | 6 | ||
| 7 | 7 |  | |
| 8 | 8 | ||
@@ -53,7 +53,7 @@ Quick start options: | |||
| 53 | 53 | ||
| 54 | 54 | - `npm i now-ui-dashboard-react` (you will need to import from the dist folder our components) | |
| 55 | 55 | - Clone the repo: `git clone https://github.com/creativetimofficial/now-ui-dashboard-react.git`. | |
| 56 | - - [Download from Github](https://github.com/creativetimofficial/now-ui-dashboard-react/archive/master.zip). | ||
| 56 | + - [Download from Github](https://github.com/creativetimofficial/now-ui-dashboard-react/archive/main.zip). | ||
| 57 | 57 | - [Download from Creative Tim](https://www.creative-tim.com/product/now-ui-dashboard-react). | |
| 58 | 58 | ||
| 59 | 59 | ||
@@ -178,8 +178,8 @@ If you have questions or need help integrating the product please [contact us](h | |||
| 178 | 178 | ||
| 179 | 179 | ## Licensing | |
| 180 | 180 | ||
| 181 | - - Copyright 2020 Creative Tim (https://www.creative-tim.com) | ||
| 182 | - - Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-react/blob/master/LICENSE.md) | ||
| 181 | + - Copyright 2021 Creative Tim (https://www.creative-tim.com) | ||
| 182 | + - Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-react/blob/main/LICENSE.md) | ||
| 183 | 183 | ||
| 184 | 184 | ## Useful Links | |
| 185 | 185 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -9,11 +9,11 @@ gulp.task("licenses", async function () { | |||
| 9 | 9 | gap.prependText(`/*! | |
| 10 | 10 | ||
| 11 | 11 | ========================================================= | |
| 12 | - * Now UI Dashboard React - v1.4.0 | ||
| 12 | + * Now UI Dashboard React - v1.5.0 | ||
| 13 | 13 | ========================================================= | |
| 14 | 14 | ||
| 15 | 15 | * Product Page: https://www.creative-tim.com/product/now-ui-dashboard-react | |
| 16 | - * Copyright 2020 Creative Tim (http://www.creative-tim.com) | ||
| 16 | + * Copyright 2021 Creative Tim (http://www.creative-tim.com) | ||
| 17 | 17 | ||
| 18 | 18 | * Coded by Creative Tim | |
| 19 | 19 | ||
@@ -32,11 +32,11 @@ gulp.task("licenses", async function () { | |||
| 32 | 32 | gap.prependText(`/*! | |
| 33 | 33 | ||
| 34 | 34 | ========================================================= | |
| 35 | - * Now UI Dashboard React - v1.4.0 | ||
| 35 | + * Now UI Dashboard React - v1.5.0 | ||
| 36 | 36 | ========================================================= | |
| 37 | 37 | ||
| 38 | 38 | * Product Page: https://www.creative-tim.com/product/now-ui-dashboard-react | |
| 39 | - * Copyright 2020 Creative Tim (http://www.creative-tim.com) | ||
| 39 | + * Copyright 2021 Creative Tim (http://www.creative-tim.com) | ||
| 40 | 40 | ||
| 41 | 41 | * Coded by Creative Tim | |
| 42 | 42 | ||
@@ -55,11 +55,11 @@ gulp.task("licenses", async function () { | |||
| 55 | 55 | gap.prependText(`<!-- | |
| 56 | 56 | ||
| 57 | 57 | ========================================================= | |
| 58 | - * Now UI Dashboard React - v1.4.0 | ||
| 58 | + * Now UI Dashboard React - v1.5.0 | ||
| 59 | 59 | ========================================================= | |
| 60 | 60 | ||
| 61 | 61 | * Product Page: https://www.creative-tim.com/product/now-ui-dashboard-react | |
| 62 | - * Copyright 2020 Creative Tim (http://www.creative-tim.com) | ||
| 62 | + * Copyright 2021 Creative Tim (http://www.creative-tim.com) | ||
| 63 | 63 | ||
| 64 | 64 | * Coded by Creative Tim | |
| 65 | 65 | ||
@@ -78,11 +78,11 @@ gulp.task("licenses", async function () { | |||
| 78 | 78 | gap.prependText(`/*! | |
| 79 | 79 | ||
| 80 | 80 | ========================================================= | |
| 81 | - * Now UI Dashboard React - v1.4.0 | ||
| 81 | + * Now UI Dashboard React - v1.5.0 | ||
| 82 | 82 | ========================================================= | |
| 83 | 83 | ||
| 84 | 84 | * Product Page: https://www.creative-tim.com/product/now-ui-dashboard-react | |
| 85 | - * Copyright 2020 Creative Tim (http://www.creative-tim.com) | ||
| 85 | + * Copyright 2021 Creative Tim (http://www.creative-tim.com) | ||
| 86 | 86 | ||
| 87 | 87 | * Coded by Creative Tim | |
| 88 | 88 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,26 +1,24 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "now-ui-dashboard-react", | |
| 3 | - "version": "1.4.0", | ||
| 3 | + "version": "1.5.0", | ||
| 4 | 4 | "main": "dist/index.js", | |
| 5 | 5 | "private": true, | |
| 6 | 6 | "homepage": "https://demos.creative-tim.com/now-ui-dashboard-react/#/", | |
| 7 | 7 | "dependencies": { | |
| 8 | - "bootstrap": "4.5.0", | ||
| 9 | - "chart.js": "2.9.3", | ||
| 8 | + "bootstrap": "4.6.0", | ||
| 9 | + "chart.js": "3.2.1", | ||
| 10 | 10 | "gulp": "4.0.2", | |
| 11 | - "gulp-append-prepend": "1.0.8", | ||
| 12 | - "history": "4.10.1", | ||
| 13 | - "node-sass": "4.14.1", | ||
| 14 | - "perfect-scrollbar": "1.5.0", | ||
| 15 | - "react": "16.13.1", | ||
| 16 | - "react-chartjs-2": "2.9.0", | ||
| 17 | - "react-dom": "16.13.1", | ||
| 18 | - "react-google-maps": "9.4.5", | ||
| 19 | - "react-notification-alert": "0.0.12", | ||
| 11 | + "gulp-append-prepend": "1.0.9", | ||
| 12 | + "node-sass": "6.0.0", | ||
| 13 | + "perfect-scrollbar": "1.5.1", | ||
| 14 | + "react": "17.0.2", | ||
| 15 | + "react-chartjs-2": "3.0.3", | ||
| 16 | + "react-dom": "17.0.2", | ||
| 17 | + "react-notification-alert": "0.0.13", | ||
| 20 | 18 | "react-router": "5.2.0", | |
| 21 | 19 | "react-router-dom": "5.2.0", | |
| 22 | - "react-scripts": "3.4.1", | ||
| 23 | - "reactstrap": "8.4.1" | ||
| 20 | + "react-scripts": "4.0.3", | ||
| 21 | + "reactstrap": "8.9.0" | ||
| 24 | 22 | }, | |
| 25 | 23 | "scripts": { | |
| 26 | 24 | "start": "react-scripts start", | |
@@ -33,11 +31,9 @@ | |||
| 33 | 31 | "map-sass": "node-sass src/assets/scss/now-ui-dashboard.scss src/assets/css/now-ui-dashboard.css --source-map true" | |
| 34 | 32 | }, | |
| 35 | 33 | "optionalDependencies": { | |
| 36 | - "@types/googlemaps": "3.39.6", | ||
| 37 | - "@types/markerclustererplus": "2.1.33", | ||
| 38 | - "@types/react": "16.9.36", | ||
| 39 | - "jquery": "3.5.1", | ||
| 40 | - "typescript": "3.9.5" | ||
| 34 | + "@babel/core": "7.14.3", | ||
| 35 | + "jquery": "3.6.0", | ||
| 36 | + "typescript": "4.2.4" | ||
| 41 | 37 | }, | |
| 42 | 38 | "browserslist": { | |
| 43 | 39 | "production": [ | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2,12 +2,12 @@ | |||
| 2 | 2 | /*! | |
| 3 | 3 | ||
| 4 | 4 | ========================================================= | |
| 5 | - * Now UI Dashboard React - v1.4.0 | ||
| 5 | + * Now UI Dashboard React - v1.5.0 | ||
| 6 | 6 | ========================================================= | |
| 7 | 7 | ||
| 8 | 8 | * Product Page: https://www.creative-tim.com/product/now-ui-dashboard-react | |
| 9 | - * Copyright 2020 Creative Tim (https://www.creative-tim.com) | ||
| 10 | - * Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-react/blob/master/LICENSE.md) | ||
| 9 | + * Copyright 2021 Creative Tim (https://www.creative-tim.com) | ||
| 10 | + * Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-react/blob/main/LICENSE.md) | ||
| 11 | 11 | ||
| 12 | 12 | * Coded by Creative Tim | |
| 13 | 13 | ||
@@ -52,6 +52,7 @@ | |||
| 52 | 52 | href="https://use.fontawesome.com/releases/v5.0.6/css/all.css" | |
| 53 | 53 | rel="stylesheet" | |
| 54 | 54 | /> | |
| 55 | + <script src="https://maps.googleapis.com/maps/api/js?key=YOUR_KEY_HERE"></script> | ||
| 55 | 56 | <title>Now UI Dashboard React by Creative Tim</title> | |
| 56 | 57 | </head> | |
| 57 | 58 | <body> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,12 +1,12 @@ | |||
| 1 | 1 | /*! | |
| 2 | 2 | ||
| 3 | 3 | ========================================================= | |
| 4 | - * Now UI Dashboard React - v1.4.0 | ||
| 4 | + * Now UI Dashboard React - v1.5.0 | ||
| 5 | 5 | ========================================================= | |
| 6 | 6 | ||
| 7 | 7 | * Product Page: https://www.creative-tim.com/product/now-ui-dashboard-react | |
| 8 | - * Copyright 2020 Creative Tim (https://www.creative-tim.com) | ||
| 9 | - * Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-react/blob/master/LICENSE.md) | ||
| 8 | + * Copyright 2021 Creative Tim (https://www.creative-tim.com) | ||
| 9 | + * Licensed under MIT (https://github.com/creativetimofficial/now-ui-dashboard-react/blob/main/LICENSE.md) | ||
| 10 | 10 | ||
| 11 | 11 | * Coded by Creative Tim | |
| 12 | 12 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,11 +1,11 @@ | |||
| 1 | 1 | /*! | |
| 2 | 2 | ||
| 3 | 3 | ========================================================= | |
| 4 | - * Now UI Dashboard React - v1.4.0 based on Now UI Dashboard - v1.3.0 | ||
| 4 | + * Now UI Dashboard React - v1.5.0 based on Now UI Dashboard - v1.3.0 | ||
| 5 | 5 | ========================================================= | |
| 6 | 6 | ||
| 7 | 7 | * Product Page: https://www.creative-tim.com/product/now-ui-dashboard-react | |
| 8 | - * Copyright 2020 Creative Tim (http://www.creative-tim.com) | ||
| 8 | + * Copyright 2021 Creative Tim (http://www.creative-tim.com) | ||
| 9 | 9 | ||
| 10 | 10 | * Designed by www.invisionapp.com Coded by www.creative-tim.com | |
| 11 | 11 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments