|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [1.10.0] 2020-05-07 |
| 4 | +### Bug fixing |
| 5 | +- https://github.com/creativetimofficial/material-dashboard-react/issues/145 (this was solved since we've changed react-google-maps with simple Google Maps API) |
| 6 | +- https://github.com/creativetimofficial/material-dashboard-react/issues/140 (this was solved since we've changed react-google-maps with simple Google Maps API) |
| 7 | +- https://github.com/creativetimofficial/material-dashboard-react/issues/138 (can be closed since it was help wanted) |
| 8 | +- https://github.com/creativetimofficial/material-dashboard-react/issues/137 (user did not respond) |
| 9 | +- https://github.com/creativetimofficial/material-dashboard-react/issues/133 (fixed it by using `useLocation` from `react-router-dom`) |
| 10 | +- https://github.com/creativetimofficial/material-dashboard-react/issues/16 (please check the following page: https://demos.creative-tim.com/material-dashboard-react/#/rtl/rtl-page) |
| 11 | +### Major style changes |
| 12 | +### Deleted components |
| 13 | +### Added components |
| 14 | +### Deleted dependencies |
| 15 | +- `react-google-maps` (we've replaced this with simple Google Maps API) |
| 16 | +- `@types/googlemaps` (we've replaced this with simple Google Maps API) |
| 17 | +- `@types/markerclustererplus` (we've replaced this with simple Google Maps API) |
| 18 | +- `ajv` (this was only installed to stop some install warnings) |
| 19 | +- `history` (we'll use `BrowserRouter` from `react-router-dom` package instead) |
| 20 | +### Added dependencies |
| 21 | ++ `@babel/[email protected]` (to stop install warnings) |
| 22 | +### Updated dependencies |
| 23 | +``` |
| 24 | +@material-ui/core 4.10.0 → 4.11.4 |
| 25 | +@material-ui/icons 4.9.1 → 4.11.2 |
| 26 | +classnames 2.2.6 → 2.3.1 |
| 27 | +perfect-scrollbar 1.5.0 → 1.5.1 |
| 28 | +react 16.13.1 → 17.0.2 |
| 29 | +react-chartist 0.14.3 → 0.14.4 |
| 30 | +react-dom 16.13.1 → 17.0.2 |
| 31 | +react-scripts 3.4.1 → 4.0.3 |
| 32 | +eslint-config-prettier 6.11.0 → 8.3.0 |
| 33 | +eslint-plugin-prettier 3.1.3 → 3.4.0 |
| 34 | +gulp-append-prepend 1.0.8 → 1.0.9 |
| 35 | +prettier 2.0.5 → 2.2.1 |
| 36 | +typescript 3.9.3 → 4.2.4 |
| 37 | +``` |
| 38 | +### Warning |
| 39 | +_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._ |
| 40 | +``` |
| 41 | +npm WARN [email protected] requires a peer of react@^15.3.0 || ^16.0.0 but none is installed. You must install peer dependencies yourself. |
| 42 | +npm WARN [email protected] requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself. |
| 43 | +``` |
| 44 | +_You will also have the following message: `found 88 vulnerabilities (1 low, 87 moderate) in 2207 scanned packages`. This comes from react-scripts, and will be fixed in the next version. NOTE: the product works as expected with these `vulnerabilities`._ |
| 45 | + |
3 | 46 | ## [1.9.0] 2020-05-27 |
4 | 47 | ### Bug fixing |
5 | 48 | - https://github.com/creativetimofficial/material-dashboard-react/issues/121 |
|
0 commit comments