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
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,36 @@
1
1
# Change Log
2
2
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
4
34
### Bug fixing
5
35
- Other Now UI React products
6
36
-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)
0 commit comments