From 61442ec61a922eb425c85b9b5d664814911ff915 Mon Sep 17 00:00:00 2001 From: EINazare Date: Wed, 12 May 2021 12:05:19 +0300 Subject: [PATCH] docs: add new changelog Closes #82 Closes #78 Closes #76 Closes #69 Closes #49 --- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da13b4e..a5f5d0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,58 @@ # Change Log +## [1.10.0] 2021-05-12 +### Bug fixing +- https://github.com/creativetimofficial/ct-material-kit-pro-react/issues/82 +- https://github.com/creativetimofficial/ct-material-kit-pro-react/issues/78 +- https://github.com/creativetimofficial/ct-material-kit-pro-react/issues/76 +- https://github.com/creativetimofficial/ct-material-kit-pro-react/issues/69 +- https://github.com/creativetimofficial/ct-material-kit-pro-react/issues/49 +### Major style changes + +### Deleted components + +### Added components ++ `@babel/core@7.14.0` (to stop some of the console warnings) +### Deleted dependencies +- history (We'll use `BrowserRouter` instead of `Router` and `history`) +- `react-google-maps` (We'll use simple Google Maps API) +- `@types/googlemaps` +- `@types/markerclustererplus` +- `react-swipeable-views` (no longer maintained) +### Added dependencies + +### Updated dependencies +``` +@material-ui/core 4.10.1 → 4.11.4 +@material-ui/icons 4.9.1 → 4.11.2 +animate.css 4.1.0 → 4.1.1 +classnames 2.2.6 → 2.3.1 +moment 2.26.0 → 2.29.1 +node-sass 4.14.1 → 6.0.0 +nouislider 14.5.0 → 15.1.0 +react 16.13.1 → 17.0.2 +react-datetime 2.16.3 → 3.0.4 +react-dom 16.13.1 → 17.0.2 +react-image-gallery 1.0.7 → 1.0.9 +react-scripts 3.4.1 → 4.0.3 +react-slick 0.26.1 → 0.28.1 +gulp-append-prepend 1.0.8 → 1.0.9 +eslint-config-prettier 6.11.0 → 8.3.0 +eslint-plugin-prettier 3.1.3 → 3.4.0 +eslint-plugin-react 7.20.0 → 7.23.2 +prettier 2.0.5 → 2.3.0 +typescript 3.9.3 → 4.2.4 +``` +### Warning +_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._ +``` +npm WARN react-animate-on-scroll@2.1.5 requires a peer of react@>= 15.4.1 < 17.0.0-0 but none is installed. You must install peer dependencies yourself. +npm WARN react-datetime@3.0.4 requires a peer of react@^16.5.0 but none is installed. You must install peer dependencies yourself. +npm WARN react-tagsinput@3.19.0 requires a peer of react@^16.0.0 || ^15.0.0 || ^0.14.0 but none is installed. You must install peer dependencies yourself. +npm WARN react-swipeable@5.5.1 requires a peer of react@^16.0.0-0 but none is installed. You must install peer dependencies yourself. +``` +_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._ + ## [1.9.0] 2020-06-05 ### Bug fixing - Changed the usage of `react-image-gallery` to new API, check `src/views/ProductPage/ProductPage.js`