Skip to content

Commit c59c60c

Browse files
authored
Merge pull request #11 from creativetimofficial/dev-main
Dev main
2 parents fd06fc2 + 6771c66 commit c59c60c

38 files changed

+28320
-3374
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
GENERATE_SOURCEMAP=false

CHANGELOG.md

Lines changed: 42 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,36 @@
11
# Change Log
22

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+
39
## [1.3.0] 2021-03-24
10+
411
### Bug fixing
12+
513
- Changed the way we import images
614
- Old way: `require("path/to/imgae")`
7-
- New way: `require("path/to/imgae").default`
15+
- New way: `require("path/to/imgae")`
16+
817
### Major style changes
18+
919
### Deleted components
20+
1021
### Added components
22+
1123
### Deleted dependencies
24+
1225
- `react-bootstrap-switch` (replaced by the simple Bootstrap Switch: https://reactstrap.github.io/components/form/#Custom-Inputs)
26+
1327
### Added dependencies
28+
1429
- `bootstrap@4.6.0`
1530
- `jquery@3.6.0` (Only to stop warnings from Bootstrap)
31+
1632
### Updated dependencies
33+
1734
```
1835
moment 2.26.0 → 2.29.1
1936
node-sass 4.14.1 → 5.0.0
@@ -25,28 +42,35 @@ react-scripts 3.4.1 → 4.0.3
2542
reactstrap 8.4.1 → 8.9.0
2643
typescript 3.9.5 → 4.2.3
2744
```
45+
2846
### Warning
47+
2948
_When doing a clean install, you might have some warnings, those come from `node_modules` and do not affect the project in any way._
3049
_The following two error might occur while doing a clean install - They do not affect the product in any way:_
3150
_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._
3251
_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._
3352

3453
## [1.2.0] 2020-06-12
54+
3555
### Bug fixing
56+
3657
- 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)
3758
- Other Paper React products issues solved here as well
3859
- https://github.com/creativetimofficial/ct-paper-kit-pro-react/issues/2
3960
- https://github.com/creativetimofficial/paper-dashboard-react/issues/15
4061
- https://github.com/creativetimofficial/paper-dashboard-react/issues/8
4162
- https://github.com/creativetimofficial/ct-paper-dashboard-pro-react/issues/8
4263
- 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:
43-
So, instead of:
64+
So, instead of:
65+
4466
```
4567
<ModalHeader className="justify-content-center" toggle={this.toggleModalDemo}>
4668
Modal Title
4769
</ModalHeader>
4870
```
49-
You should use
71+
72+
You should use
73+
5074
```
5175
<div className="modal-header justify-content-center">
5276
<button type="button" className="close" data-dismiss="modal" aria-label="Close" onClick={this.toggleModalDemo}>
@@ -55,17 +79,26 @@ _npm WARN @babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.13.12
5579
<h5 className="modal-title">Modal Title</h5>
5680
</div>
5781
```
82+
5883
### Major style changes
84+
5985
- `src/assets/scss/paper-kit/_nucleo-outline.scss` (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
6086
- `src/assets/scss/paper-kit/_nucleo-icons.scss` (changed the fonts import to `~assets/fonts` and also added assets path inside `jsconfig.json` file)
6187
- `src/assets/scss/react/plugins/_plugin-nouislider.scss` (due to new `noUiSlider` API)
88+
6289
### Deleted components
90+
6391
### Added components
92+
6493
### Deleted dependencies
94+
6595
### 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+
68100
### Updated dependencies
101+
69102
```
70103
moment 2.24.0 → 2.26.0
71104
node-sass 4.12.0 → 4.14.1
@@ -78,12 +111,16 @@ react-scripts 3.0.1 → 3.4.1
78111
reactstrap 8.0.0 → 8.4.1
79112
typescript 3.5.2 → 3.9.5
80113
```
114+
81115
### Warning
116+
82117
_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._
83118
_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._
84119
_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._
85120

86121
## [1.0.0] 2019-06-26
122+
87123
### Original Release
124+
88125
- Added Reactstrap as base framework
89126
- Added design from Paper Kit 2 by Creative Tim

Documentation/documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
/*!
33
44
=========================================================
5-
* Paper Kit React - v1.3.0
5+
* Paper Kit React - v1.3.1
66
=========================================================
77
88
* Product Page: https://www.creative-tim.com/product/paper-kit-react
99
10-
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
10+
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
1111
* Licensed under MIT (https://github.com/creativetimofficial/paper-kit-react/blob/main/LICENSE.md)
1212
1313
* Coded by Creative Tim

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) 2021 Creative Tim
3+
Copyright (c) 2022 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

0 commit comments

Comments
 (0)