|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [1.3.0] 2021-03-24 |
| 4 | +### Bug fixing |
| 5 | +- https://github.com/creativetimofficial/ct-paper-kit-pro-react/issues/9 |
| 6 | +- https://github.com/creativetimofficial/ct-paper-kit-pro-react/issues/7 (added more info in docs) |
| 7 | +- https://github.com/creativetimofficial/ct-paper-kit-pro-react/issues/4 |
| 8 | +- Changed the way we import images |
| 9 | + - Old way: `require("path/to/imgae")` |
| 10 | + - New way: `require("path/to/imgae").default` |
| 11 | +### Major style changes |
| 12 | +### Deleted components |
| 13 | +### Added components |
| 14 | +### Deleted dependencies |
| 15 | +- `react-photoswipe` (replaced by `react-photoswipe-gallery`) |
| 16 | +- `react-bootstrap-switch` (replaced by the simple Bootstrap Switch: https://reactstrap.github.io/components/form/#Custom-Inputs) |
| 17 | +- `react-tagsinput` (replaced by inner component - but the docs for this plugins still apply) |
| 18 | +- `react-google-maps` (replaced by simple Google Maps API) |
| 19 | +- `@types/googlemaps` (replaced by simple Google Maps API) |
| 20 | +- `@types/markerclustererplus` (replaced by simple Google Maps API) |
| 21 | +- `@types/react` (replaced by simple Google Maps API) |
| 22 | +### Added dependencies |
| 23 | + |
| 24 | +- `[email protected]` (Only to stop warnings from Bootstrap) |
| 25 | + |
| 26 | + |
| 27 | +### Updated dependencies |
| 28 | +``` |
| 29 | +headroom.js 0.11.0 → 0.12.0 |
| 30 | +moment 2.26.0 → 2.29.1 |
| 31 | +node-sass 4.14.1 → 5.0.0 |
| 32 | +nouislider 14.5.0 → 14.6.4 |
| 33 | +react 16.13.1 → 17.0.2 |
| 34 | +react-datetime 2.16.3 → 3.0.4 |
| 35 | +react-dom 16.13.1 → 17.0.2 |
| 36 | +react-scripts 3.4.1 → 4.0.3 |
| 37 | +react-select 3.1.0 → 4.3.0 |
| 38 | +reactstrap 8.4.1 → 8.9.0 |
| 39 | +typescript 3.9.5 → 4.2.3 |
| 40 | +``` |
| 41 | +### Warning |
| 42 | +_When doing a clean install, you might have some warnings, those come from `node_modules` and do not affect the project in any way._ |
| 43 | +_The following two error might occur while doing a clean install - They do not affect the product in any way:_ |
| 44 | +_npm WARN [email protected] requires a peer of react@^16.5.0 but none is installed. You must install peer dependencies yourself. _ |
| 45 | +_npm WARN @babel/plugin-bugfix-v8-spread-parameters-in[email protected] requires a peer of @babel/core@^7.13.0 but none is installed. You must install peer dependencies yourself. _ |
| 46 | + |
3 | 47 | ## [1.2.0] 2020-06-12 |
4 | 48 | ### Bug fixing |
5 | 49 | - https://github.com/creativetimofficial/ct-paper-kit-pro-react/issues/2 |
|
0 commit comments