Skip to content

Commit a4d1926

Browse files
Update CHANGELOG.md
1 parent 3328370 commit a4d1926

File tree

1 file changed

+2
-52
lines changed

1 file changed

+2
-52
lines changed

CHANGELOG.md

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,5 @@
1-
## [1.1.0] 2020-02-10
2-
### Bug fixing
3-
- https://github.com/creativetimofficial/argon-dashboard-react/issues/18 (Added this in live docs, we need for our product to have a homepage prop inside the package.json. If build is not working, just delete the homepage prop from inside the package.json, or configure it to your own specs.)
4-
- https://github.com/creativetimofficial/argon-dashboard-react/issues/17
5-
- https://github.com/creativetimofficial/argon-dashboard-react/issues/15
6-
- https://github.com/creativetimofficial/argon-dashboard-react/issues/12
7-
- https://github.com/creativetimofficial/argon-dashboard-react/issues/3
8-
- Changed `componentWillMount` with `constructor` function inside `src/views/Index.js` (this was for initializing the charts)
9-
### Major style changes
10-
- Changed the whole `src/assets/scss/*` folder
11-
- Changed the whole `src/assets/css/*` folder
12-
### Deleted components
13-
### Added components
14-
### Deleted dependencies
15-
### Added dependencies
16-
+ eslint-plugin-flowtype@3.13.0 (To stop following Warning: `npm **WARN** eslint-config-react-app@5.2.0 requires a peer of eslint-plugin-flowtype@3.x but none is installed. You must install peer dependencies yourself.`)
17-
+ @fortawesome/fontawesome-free@5.12.1 (Easier to maintain as a dependency, rather than having to download new versions)
18-
+ gulp@4.0.2 (For licenses copyrights)
19-
+ gulp-append-prepend@1.0.8 (For licenses copyrights)
20-
### Updated dependencies
21-
```
22-
chart.js 2.7.3 → 2.9.3
23-
node-sass 4.11.0 → 4.13.1
24-
nouislider 13.1.1 → 14.1.1
25-
react 16.8.4 → 16.12.0
26-
react-chartjs-2 2.7.4 → 2.9.0
27-
react-copy-to-clipboard 5.0.1 → 5.0.2
28-
react-dom 16.8.4 → 16.12.0
29-
react-router-dom 4.3.1 → 5.1.2
30-
react-scripts 2.1.8 → 3.3.1
31-
reactstrap 7.1.0 → 8.4.1
32-
@types/googlemaps 3.30.18 → 3.39.2
33-
@types/react 16.8.7 → 16.9.19
34-
typescript 3.3.3333 → 3.7.5
35-
```
36-
### Warning
37-
** The following warnings could not be solved, due to some of our dependencies, however, they do not affect the functionality or the UI of the product: **
38-
```
39-
npm WARN deprecated core-js@2.6.11: core-js@<3 is no longer maintained and not recommended for usage due to the number of issues. Please, upgrade your dependencies to the actual version of core-js@3.
40-
npm WARN deprecated popper.js@1.16.1: Popper changed home, find its new releases at @popperjs/core
41-
```
42-
** The following warning could not be solved due to the usage of `react-google-maps` (Note: if the warning will persist after React changes version to 17, we'll drop the support for `react-google-maps` and replace them with other react library for maps):**
43-
```
44-
backend.js:6 Warning: componentWillMount has been renamed, and is not recommended for use. See https://fb.me/react-unsafe-component-lifecycles for details.
45-
46-
* Move code with side effects to componentDidMount, and set initial state in the constructor.
47-
* Rename componentWillMount to UNSAFE_componentWillMount to suppress this warning in non-strict mode. In React 17.x, only the UNSAFE_ name will work. To rename all deprecated lifecycles to their new names, you can run `npx react-codemod rename-unsafe-lifecycles` in your project source folder.
48-
49-
Please update the following components: withScriptjs(withGoogleMap(Component))
50-
```
51-
52-
## [1.0.0] 2019-03-13
1+
## [1.0.0] 2021-02-02
532
### Original Release
543
- Added Reactstrap as base framework
554
- Added design from Argon Dashboard by Creative Tim
5+
- Added Node Js API

0 commit comments

Comments
 (0)