You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,29 @@
1
1
# Change Log
2
2
3
+
## [1.5.1] 2021-07-31
4
+
5
+
- Update the dependencies
6
+
- Migration to React 18
7
+
- Migration to sass from node-sass
8
+
3
9
## [1.5.0] 2021-05-19
10
+
4
11
### Bug fixing
12
+
5
13
### Major style changes
14
+
6
15
### Deleted components
16
+
7
17
### Added components
18
+
8
19
### Deleted dependencies
20
+
9
21
### Added dependencies
22
+
10
23
-`@babel/core@7.14.3` (to stop warnings on install)
24
+
11
25
### Updated dependencies
26
+
12
27
```
13
28
gulp-append-prepend 1.0.8 → 1.0.9
14
29
moment 2.26.0 → 2.29.1
@@ -21,35 +36,50 @@ react-scripts 3.4.1 → 4.0.3
21
36
reactstrap 8.4.1 → 8.9.0
22
37
typescript 3.9.5 → 4.2.4
23
38
```
39
+
24
40
### Warning
41
+
25
42
_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
43
_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._
44
+
27
45
```
28
46
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
47
```
48
+
30
49
_In our next update we'll replace this plugin with something else to stop these._
31
50
_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
51
33
52
## [1.4.0] 2020-06-15
53
+
34
54
### Bug fixing
55
+
35
56
- Other Now UI React products
36
57
-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)
37
58
-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)
38
59
-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)
-`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)
42
65
-`src/assets/scss/now-ui-kit/_variables.scss` (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
43
66
-`src/assets/scss/react/now-ui-kit/_popovers.scss` (because of new bootstrap and reactstrap versions)
44
67
-`src/assets/scss/react/now-ui-kit/_tooltips.scss` (because of new bootstrap and reactstrap versions)
45
68
-`src/assets/scss/react/react-differences.scss` (to add the new tootlips styles)
69
+
46
70
### Deleted components
71
+
47
72
### Added components
73
+
48
74
### Deleted dependencies
75
+
49
76
### Added dependencies
50
-
+ gulp@4.0.2 (for Creative Tim copyrights)
51
-
+ gulp-append-prepend@1.0.8 (for Creative Tim copyrights)
77
+
78
+
- gulp@4.0.2 (for Creative Tim copyrights)
79
+
- gulp-append-prepend@1.0.8 (for Creative Tim copyrights)
80
+
52
81
### Updated dependencies
82
+
53
83
```
54
84
moment 2.24.0 → 2.26.0
55
85
node-sass 4.12.0 → 4.14.1
@@ -62,13 +92,17 @@ react-scripts 3.0.1 → 3.4.1
62
92
reactstrap 8.0.1 → 8.4.1
63
93
typescript 3.5.3 → 3.9.5
64
94
```
95
+
65
96
### Warning
97
+
66
98
_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._
67
99
_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._
68
100
_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._
0 commit comments