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
+42-5Lines changed: 42 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,36 @@
1
1
# Change Log
2
2
3
+
## [1.3.1] 2022-08-19
4
+
5
+
- Update the dependencies
6
+
- Migration to React 18
7
+
- Migration to sass from node-sass
8
+
3
9
## [1.3.0] 2021-03-24
10
+
4
11
### Bug fixing
12
+
5
13
- Changed the way we import images
6
14
- Old way: `require("path/to/imgae")`
7
-
- New way: `require("path/to/imgae").default`
15
+
- New way: `require("path/to/imgae")`
16
+
8
17
### Major style changes
18
+
9
19
### Deleted components
20
+
10
21
### Added components
22
+
11
23
### Deleted dependencies
24
+
12
25
-`react-bootstrap-switch` (replaced by the simple Bootstrap Switch: https://reactstrap.github.io/components/form/#Custom-Inputs)
26
+
13
27
### Added dependencies
28
+
14
29
-`bootstrap@4.6.0`
15
30
-`jquery@3.6.0` (Only to stop warnings from Bootstrap)
31
+
16
32
### Updated dependencies
33
+
17
34
```
18
35
moment 2.26.0 → 2.29.1
19
36
node-sass 4.14.1 → 5.0.0
@@ -25,28 +42,35 @@ react-scripts 3.4.1 → 4.0.3
25
42
reactstrap 8.4.1 → 8.9.0
26
43
typescript 3.9.5 → 4.2.3
27
44
```
45
+
28
46
### Warning
47
+
29
48
_When doing a clean install, you might have some warnings, those come from `node_modules` and do not affect the project in any way._
30
49
_The following two error might occur while doing a clean install - They do not affect the product in any way:_
31
50
_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._
32
51
_npm WARN @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12 requires a peer of @babel/core@^7.13.0 but none is installed. You must install peer dependencies yourself._
33
52
34
53
## [1.2.0] 2020-06-12
54
+
35
55
### Bug fixing
56
+
36
57
-https://github.com/creativetimofficial/paper-kit-react/issues/2 (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
37
58
- Other Paper React products issues solved here as well
-https://github.com/creativetimofficial/ct-paper-dashboard-pro-react/issues/6 - solution to this is to change the usage of the ModalHeader from reactstrap to simple Bootstrap ones:
-`src/assets/scss/paper-kit/_nucleo-outline.scss` (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
60
86
-`src/assets/scss/paper-kit/_nucleo-icons.scss` (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
61
87
-`src/assets/scss/react/plugins/_plugin-nouislider.scss` (due to new `noUiSlider` API)
88
+
62
89
### Deleted components
90
+
63
91
### Added components
92
+
64
93
### Deleted dependencies
94
+
65
95
### Added dependencies
66
-
+ gulp@4.0.2 (for Creative Tim copyrights)
67
-
+ gulp-append-prepend@1.0.8 (for Creative Tim copyrights)
96
+
97
+
- gulp@4.0.2 (for Creative Tim copyrights)
98
+
- gulp-append-prepend@1.0.8 (for Creative Tim copyrights)
99
+
68
100
### Updated dependencies
101
+
69
102
```
70
103
moment 2.24.0 → 2.26.0
71
104
node-sass 4.12.0 → 4.14.1
@@ -78,12 +111,16 @@ react-scripts 3.0.1 → 3.4.1
78
111
reactstrap 8.0.0 → 8.4.1
79
112
typescript 3.5.2 → 3.9.5
80
113
```
114
+
81
115
### Warning
116
+
82
117
_All the following products: Paper Kit React, Paper Dashboard React, Paper Kit PRO React and Paper Dashboard PRO React have been updated together, and thus, we've added to all of them the same version of 1.2.0 - we may have skipped some versions for some of the above products, we've done so, since we want all Paper & React products to share the same versions._
83
118
_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._
84
119
_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