Skip to content

Commit

Permalink
docs: update to v1.4.0
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
einazare committed Jun 15, 2020
1 parent aa41d57 commit eb2645e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 2 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,45 @@
# Change Log

## [1.4.0] 2019-06-15
### Bug fixing
- Run prettier on all files, so there might be changes due to this
- https://github.com/creativetimofficial/ct-now-ui-kit-pro-react/issues/2 (added warnings on the documentation about this issue - unfortunately, we need to keep our own homepage prop inside the package.json for copyright issues)
- Other Now UI React products
- https://github.com/creativetimofficial/ct-now-ui-dashboard-pro-react/issues/31 (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
- https://github.com/creativetimofficial/ct-now-ui-dashboard-pro-react/issues/10 (added `window.scrollTo(0, 0)` and `document.body.scrollTop = 0` to all pages so when you navigate to new page you are sent to the first line of the page)
- https://github.com/creativetimofficial/now-ui-dashboard-react/issues/10
### Major style changes
- `src/assets/scss/now-ui-kit/_nucleo-outline.scss` (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
- `src/assets/scss/now-ui-kit/_variables.scss` (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
- `src/assets/scss/react/now-ui-kit/_popovers.scss` (because of new bootstrap and reactstrap versions)
- `src/assets/scss/react/now-ui-kit/_tooltips.scss` (because of new bootstrap and reactstrap versions)
- `src/assets/scss/react/react-differences.scss` (to add the new tootlips styles)
### Deleted components
### Added components
### Deleted dependencies
### Added dependencies
### Updated dependencies
```
moment 2.24.0 → 2.26.0
node-sass 4.12.0 → 4.14.1
nouislider 14.0.2 → 14.5.0
react 16.8.6 → 16.13.1
@types/react 16.8.23 → 16.9.36
react-dom 16.8.6 → 16.13.1
react-router 5.0.1 → 5.2.0
react-router-dom 5.0.1 → 5.2.0
react-scripts 3.0.1 → 3.4.1
react-select 3.0.4 → 3.1.0
reactstrap 8.0.1 → 8.4.1
rellax 1.10.0 → 1.12.1
@types/googlemaps 3.37.0 → 3.39.6
typescript 3.5.3 → 3.9.5
```
### Warning
_All the following products: Now UI Kit React, Now UI Dashboard React, Now UI Kit PRO React and Now UI Dashboard PRO React have been updated together, and thus, we've added to all of them the same version of 1.4.0 - we may have skipped some versions for some of the above products, we've done so, since we want all Now UI & React products to share the same versions._
_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._
_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._

## [1.0.0] 2019-07-31
### Original Release
- Started project with create-react-app
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# [Now UI Kit PRO React](https://demos.creative-tim.com/now-ui-kit-pro-react/#/presentation?ref=nukp-react-readme) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/home?status=Now%20UI%20Kit%20PRO%20React%20by%20Creative%20Tim%20https%3A//demos.creative-tim.com/now-ui-kit-pro-react/#/presentation%20via%20%40CreativeTim)


![version](https://img.shields.io/badge/version-1.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/ct-now-ui-kit-pro-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/ct-now-ui-kit-pro-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/creativetimofficial/ct-now-ui-kit-pro-react.svg?maxAge=259200)](https://github.com/creativetimofficial/ct-now-ui-kit-pro-react/issues?q=is%3Aissue+is%3Aclosed) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)
![version](https://img.shields.io/badge/version-1.4.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/ct-now-ui-kit-pro-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/ct-now-ui-kit-pro-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub closed issues](https://img.shields.io/github/issues-closed-raw/creativetimofficial/ct-now-ui-kit-pro-react.svg?maxAge=259200)](https://github.com/creativetimofficial/ct-now-ui-kit-pro-react/issues?q=is%3Aissue+is%3Aclosed) [![Chat](https://img.shields.io/badge/chat-on%20discord-7289da.svg)](https://discord.gg/E4aHAQy)

![Product Thumbnail](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/now-ui-kit-pro-react/opt_nukp_react_thumbnail.jpg)

Expand Down Expand Up @@ -273,7 +273,7 @@ If you have questions or need help integrating the product please [contact us](h

## Licensing

- Copyright 2019 Creative Tim (https://www.creative-tim.com?ref=nukp-react-readme)
- Copyright 2020 Creative Tim (https://www.creative-tim.com?ref=nukp-react-readme)
- Creative Tim [license](https://www.creative-tim.com/license?ref=nukp-react-readme)

## Useful Links
Expand Down

0 comments on commit eb2645e

Please sign in to comment.