From aa4fc602e5007f1f5d6281a2e9a12bb5fcd24bc3 Mon Sep 17 00:00:00 2001 From: EINazare Date: Fri, 14 May 2021 12:45:22 +0300 Subject: [PATCH 1/2] docs: add changes Closes #11 --- CHANGELOG.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 62feadb..e2adc8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,50 @@ # Change Log +## [1.2.0] 2021-05-14 +### Bug fixing +- Moved all images inside `public` folder (i.e. moved from `assets/img` to `public/img`) +- https://github.com/creativetimofficial/ct-nextjs-material-kit-pro/issues/11 +### Major style changes +- Moved all of the styles inside `styles` folder (i.e. moved from `assets/scss`, `assets/css`, `assets/jss` to `styles/scss`, `styles/css` and `styles/jss`) +### Deleted components +### Added components +### Deleted dependencies +- `@zeit/next-sass` (SCSS will not be imported with the built-in support of NextJS) +- `@zeit/next-css` (CSS will not be imported with the built-in support of NextJS) +- `react-swipeable-views` (not event Material-UI use it anymore) +- `react-google-maps` (replaced with simple Google Maps API since it was no longer maintained) +- `@types/googlemaps` +- `@types/markerclustererplus` +### Added dependencies +### Updated dependencies +``` +@material-ui/core 4.9.12 → 4.11.4 +@material-ui/icons 4.9.1 → 4.11.2 +animate.css 3.7.2 → 4.1.1 +classnames 2.2.6 → 2.3.1 +moment 2.24.0 → 2.29.1 +next 9.3.6 → 10.2.0 +next-compose-plugins 2.2.0 → 2.2.1 +next-images 1.3.1 → 1.7.0 +node-sass 4.14.0 → 5.0.0 +nouislider 14.2.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-slick 0.25.2 → 0.28.1 +webpack 4.43.0 → 4.46.0 +``` +### Warning +_We could not update webpack past version 4 and node-sass past version 5 due to some warnings from NextJS._ +_The following warnings come from some of our dependencies, however they do not affect the UI or the functionality of the product - we are thinking of dropping their usage and replace with other dependencies:_ +``` +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. +``` + ### [1.1.0] 2020-05-01 ### Bug fixing - https://github.com/creativetimofficial/ct-nextjs-material-kit-pro/issues/7 From 82d48b6ac6c4e78e47c7be9c8395633c2dd99580 Mon Sep 17 00:00:00 2001 From: EINazare Date: Fri, 14 May 2021 12:45:26 +0300 Subject: [PATCH 2/2] docs: add changes --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 16360f6..12e9ba5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # [NextJS Material Kit PRO](https://demos.creative-tim.com/nextjs-material-kit-pro?ref=njsmkp-readme) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/share?url=https%3A%2F%2Fdemos.creative-tim.com%2Fnextjs-material-kit-pro%2Fpresentation&text=NextJS%20Material%20Kit%20PRO&via=Creative%20Tim&hashtags=nextjs%20%23creativetim%20%23material-ui%20%23react%20%23reactjs%20%23materialdesign) - ![version](https://img.shields.io/badge/version-1.1.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/ct-nextjs-material-kit-pro.svg?maxAge=2592000)](https://github.com/creativetimofficial/ct-nextjs-material-kit-pro/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/ct-nextjs-material-kit-pro.svg?maxAge=2592000)](https://github.com/creativetimofficial/ct-nextjs-material-kit-pro/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) + ![version](https://img.shields.io/badge/version-1.2.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/ct-nextjs-material-kit-pro.svg?maxAge=2592000)](https://github.com/creativetimofficial/ct-nextjs-material-kit-pro/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/ct-nextjs-material-kit-pro.svg?maxAge=2592000)](https://github.com/creativetimofficial/ct-nextjs-material-kit-pro/issues?q=is%3Aissue+is%3Aclosed) [![Join the chat at https://gitter.im/NIT-dgp/General](https://badges.gitter.im/NIT-dgp/General.svg)](https://gitter.im/creative-tim-general/Lobby) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy) ![Product Presentation Image](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/nextjs-material-kit-pro/nextjs-material-kit-pro.jpg) @@ -342,7 +342,7 @@ If you have questions or need help integrating the product please [contact us](h ## Licensing -- Copyright 2020 Creative Tim (https://www.creative-tim.com/?ref=njsmkp-readme) +- Copyright 2021 Creative Tim (https://www.creative-tim.com/?ref=njsmkp-readme) - Creative Tim [license](https://www.creative-tim.com/license?ref=njsmkp-readme)