Skip to content

Commit 8df9910

Browse files
authored
Merge pull request #8 from creativetimofficial/dev-main
Feature: v1.5.0
2 parents a0a7918 + 23b4474 commit 8df9910

25 files changed

+128
-91
lines changed

CHANGELOG.md

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,36 @@
11
# Change Log
22

3-
## [1.4.0] 2019-06-15
3+
## [1.5.0] 2021-05-19
4+
### Bug fixing
5+
### Major style changes
6+
### Deleted components
7+
### Added components
8+
### Deleted dependencies
9+
### Added dependencies
10+
- `@babel/core@7.14.3` (to stop warnings on install)
11+
### Updated dependencies
12+
```
13+
gulp-append-prepend 1.0.8 → 1.0.9
14+
moment 2.26.0 → 2.29.1
15+
node-sass 4.14.1 → 6.0.0
16+
nouislider 14.5.0 → 15.1.0
17+
react 16.13.1 → 17.0.2
18+
react-datetime 2.16.3 → 3.0.4
19+
react-dom 16.13.1 → 17.0.2
20+
react-scripts 3.4.1 → 4.0.3
21+
reactstrap 8.4.1 → 8.9.0
22+
typescript 3.9.5 → 4.2.4
23+
```
24+
### Warning
25+
_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._
26+
_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._
27+
```
28+
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.
29+
```
30+
_In our next update we'll replace this plugin with something else to stop these._
31+
_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._
32+
33+
## [1.4.0] 2020-06-15
434
### Bug fixing
535
- Other Now UI React products
636
- 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)

Documentation/documentation.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!--
22
33
=========================================================
4-
* Now UI Kit React - v1.4.0
4+
* Now UI Kit React - v1.5.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-kit-react
8-
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
9-
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit-react/blob/master/LICENSE.md)
8+
* Copyright 2021 Creative Tim (http://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit-react/blob/main/LICENSE.md)
1010
1111
* Designed by www.invisionapp.com Coded by www.creative-tim.com
1212
@@ -46,7 +46,7 @@
4646
/>
4747
<!-- CSS Files -->
4848
<link href="../src/assets/css/bootstrap.min.css" rel="stylesheet" />
49-
<link href="../src/assets/css/now-ui-kit.css?v=1.4.0" rel="stylesheet" />
49+
<link href="../src/assets/css/now-ui-kit.css?v=1.5.0" rel="stylesheet" />
5050
<!-- CSS Just for demo purpose, don't include it in your project -->
5151
<link href="../src/assets/demo/demo.css" rel="stylesheet" />
5252
</head>
@@ -144,7 +144,7 @@
144144
<h1 class="title">
145145
Now UI Kit React
146146
</h1>
147-
<h3 class="description">Documentation v1.4.0</h3>
147+
<h3 class="description">Documentation v1.5.0</h3>
148148
<br />
149149
<a
150150
href="https://demos.creative-tim.com/now-ui-kit-react/#/documentation/introduction?ref=nukr-static-docs"

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 Creative Tim
3+
Copyright (c) 2021 Creative Tim
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [Now UI Kit React - Free Bootstrap 4, React, React Hooks and Reactstrap UI Kit](https://demos.creative-tim.com/now-ui-kit-react/#/index?ref=nukr-github-readme) ![version](https://img.shields.io/badge/version-1.4.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/now-ui-kit-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/now-ui-kit-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/now-ui-kit-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/now-ui-kit-react/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)
1+
# [Now UI Kit React - Free Bootstrap 4, React, React Hooks and Reactstrap UI Kit](https://demos.creative-tim.com/now-ui-kit-react/#/index?ref=nukr-github-readme) ![version](https://img.shields.io/badge/version-1.5.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/now-ui-kit-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/now-ui-kit-react/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/now-ui-kit-react.svg?maxAge=2592000)](https://github.com/creativetimofficial/now-ui-kit-react/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)
22

33
![Now UI Kit React](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/now-ui-kit-react/opt_nuk_react_thumbnail.jpg)
44

@@ -172,7 +172,7 @@ We use GitHub Issues as the official bug tracker for the Now UI Kit React. Here
172172

173173
## Licensing
174174

175-
- Copyright 2020 Creative Tim (https://www.creative-tim.com/?ref=nukr-github-readme)
175+
- Copyright 2021 Creative Tim (https://www.creative-tim.com/?ref=nukr-github-readme)
176176

177177
[CHANGELOG]: ./CHANGELOG.md
178178
[LICENSE]: ./LICENSE.md

gulpfile.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ gulp.task("licenses", async function () {
99
gap.prependText(`/*!
1010
1111
=========================================================
12-
* Now UI Kit React - v1.4.0
12+
* Now UI Kit React - v1.5.0
1313
=========================================================
1414
1515
* Product Page: https://www.creative-tim.com/product/now-ui-kit-react
16-
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
16+
* Copyright 2021 Creative Tim (http://www.creative-tim.com)
1717
1818
* Coded by Creative Tim
1919
@@ -32,11 +32,11 @@ gulp.task("licenses", async function () {
3232
gap.prependText(`/*!
3333
3434
=========================================================
35-
* Now UI Kit React - v1.4.0
35+
* Now UI Kit React - v1.5.0
3636
=========================================================
3737
3838
* Product Page: https://www.creative-tim.com/product/now-ui-kit-react
39-
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
39+
* Copyright 2021 Creative Tim (http://www.creative-tim.com)
4040
4141
* Coded by Creative Tim
4242
@@ -55,11 +55,11 @@ gulp.task("licenses", async function () {
5555
gap.prependText(`<!--
5656
5757
=========================================================
58-
* Now UI Kit React - v1.4.0
58+
* Now UI Kit React - v1.5.0
5959
=========================================================
6060
6161
* Product Page: https://www.creative-tim.com/product/now-ui-kit-react
62-
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
62+
* Copyright 2021 Creative Tim (http://www.creative-tim.com)
6363
6464
* Coded by Creative Tim
6565
@@ -78,11 +78,11 @@ gulp.task("licenses", async function () {
7878
gap.prependText(`/*!
7979
8080
=========================================================
81-
* Now UI Kit React - v1.4.0
81+
* Now UI Kit React - v1.5.0
8282
=========================================================
8383
8484
* Product Page: https://www.creative-tim.com/product/now-ui-kit-react
85-
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
85+
* Copyright 2021 Creative Tim (http://www.creative-tim.com)
8686
8787
* Coded by Creative Tim
8888

package.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
{
22
"name": "now-ui-kit-react",
3-
"version": "1.4.0",
3+
"version": "1.5.0",
44
"private": true,
55
"dependencies": {
66
"gulp": "4.0.2",
7-
"gulp-append-prepend": "1.0.8",
8-
"moment": "2.26.0",
9-
"node-sass": "4.14.1",
10-
"nouislider": "14.5.0",
11-
"react": "16.13.1",
7+
"gulp-append-prepend": "1.0.9",
8+
"moment": "2.29.1",
9+
"node-sass": "6.0.0",
10+
"nouislider": "15.1.0",
11+
"react": "17.0.2",
1212
"react-bootstrap-switch": "15.5.3",
13-
"react-datetime": "2.16.3",
14-
"react-dom": "16.13.1",
13+
"react-datetime": "3.0.4",
14+
"react-dom": "17.0.2",
1515
"react-router": "5.2.0",
1616
"react-router-dom": "5.2.0",
17-
"react-scripts": "3.4.1",
18-
"reactstrap": "8.4.1"
17+
"react-scripts": "4.0.3",
18+
"reactstrap": "8.9.0"
1919
},
2020
"scripts": {
2121
"start": "react-scripts start",
@@ -43,6 +43,7 @@
4343
]
4444
},
4545
"optionalDependencies": {
46-
"typescript": "3.9.5"
46+
"@babel/core": "7.14.3",
47+
"typescript": "4.2.4"
4748
}
4849
}

public/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<!--
22
33
=========================================================
4-
* Now UI Kit React - v1.4.0
4+
* Now UI Kit React - v1.5.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-kit-react
8-
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
9-
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit-react/blob/master/LICENSE.md)
8+
* Copyright 2021 Creative Tim (http://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit-react/blob/main/LICENSE.md)
1010
1111
* Designed by www.invisionapp.com Coded by www.creative-tim.com
1212

src/assets/css/now-ui-kit.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
22
33
=========================================================
4-
* Now UI Kit React - v1.4.0 based on Now UI Kit - v1.3.0
4+
* Now UI Kit React - v1.5.0 based on Now UI Kit - v1.3.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-kit-react
8-
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
9-
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit-react/blob/master/LICENSE.md)
8+
* Copyright 2021 Creative Tim (http://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit-react/blob/main/LICENSE.md)
1010
1111
* Designed by www.invisionapp.com Coded by www.creative-tim.com
1212

src/assets/css/now-ui-kit.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/assets/scss/now-ui-kit.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
/*!
22
33
=========================================================
4-
* Now UI Kit React - v1.4.0 based on Now UI Kit - v1.3.0
4+
* Now UI Kit React - v1.5.0 based on Now UI Kit - v1.3.0
55
=========================================================
66
77
* Product Page: https://www.creative-tim.com/product/now-ui-kit-react
8-
* Copyright 2020 Creative Tim (http://www.creative-tim.com)
9-
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit-react/blob/master/LICENSE.md)
8+
* Copyright 2021 Creative Tim (http://www.creative-tim.com)
9+
* Licensed under MIT (https://github.com/creativetimofficial/now-ui-kit-react/blob/main/LICENSE.md)
1010
1111
* Designed by www.invisionapp.com Coded by www.creative-tim.com
1212

0 commit comments

Comments
 (0)