Skip to content

Commit

Permalink
Merge pull request #15 from creativetimofficial/feature/v1.2.0
Browse files Browse the repository at this point in the history
Feature: v1.2.0
  • Loading branch information
einazare authored May 14, 2021
2 parents 17c2ba1 + 82d48b6 commit bc56485
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 2 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down Expand Up @@ -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)

Expand Down

0 comments on commit bc56485

Please sign in to comment.