Skip to content

Commit

Permalink
Ready for release
Browse files Browse the repository at this point in the history
  • Loading branch information
sajadevo committed Jun 23, 2022
1 parent 252f344 commit 6c57471
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 41 deletions.
42 changes: 10 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Change Log

## [3.0.0] 2022-06-13
## [3.0.0] 2022-06-24

### Bug fixing

Expand Down Expand Up @@ -153,31 +153,24 @@ swiper
### Deleted dependencies

- `nouislider` this was used inside Argon Dashboard PRO React, but Material-UI comes with its own slider component
- `jss-rtl` since we now use `stylis-plugin-rtl`

### Added dependencies

- `@babel/core@7.14.0` to stop warnings
- `stylis-plugin-rtl@2.1.0` since the new Material-UI v5 API

### Updated dependencies

```
@emotion/styled 11.1.5 → 11.3.0
@fortawesome/fontawesome-free 5.15.2 → 5.15.3
@fullcalendar/core 5.5.1 → 5.6.0
@fullcalendar/daygrid 5.5.0 → 5.6.0
@fullcalendar/interaction 5.5.0 → 5.6.0
@material-ui/core 4.11.3 → 5.0.0-alpha.32
@material-ui/data-grid 4.0.0-alpha.22 → 4.0.0-alpha.27
@material-ui/icons 4.11.2 → 5.0.0-alpha.29
@material-ui/icons 4.11.3 → 5.0.0-alpha.29
@material-ui/lab 4.0.0-alpha.57 → 5.0.0-alpha.32
chart.js 2.9.4 → 3.2.1
react-chartjs-2 2.11.1 → 3.0.3
react-to-print 2.12.3 → 2.12.4
dropzone 5.7.6 → 5.9.2
react 17.0.1 → 17.0.2
react-chartjs-2 2.11.1 → 3.0.3
react-dom 17.0.1 → 17.0.2
react-scripts 4.0.2 → 4.0.3
eslint 7.20.0 → 7.25.0
eslint-plugin-unused-imports 1.1.0 → 1.1.1
gulp-append-prepend 1.0.8 → 1.0.9
Expand All @@ -190,33 +183,18 @@ _When doing a clean install, you might have some warnings, those come from `node
_The following errors might occur while doing a clean install - They do not affect the product in any way and they will be dealt with in the stable v5 release of Material-UI:_

```
npm WARN react-bootstrap-table-next@4.0.3 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-bootstrap-table-next@4.0.3 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-bootstrap-table2-paginator@2.1.2 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-bootstrap-table2-paginator@2.1.2 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-bootstrap-table2-toolkit@2.1.3 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-bootstrap-table2-toolkit@2.1.3 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.
npm WARN react-datetime@3.0.4 requires a peer of moment@^2.16.0 but none is installed. You must install peer dependencies yourself.
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.
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.
```

## [1.0.0] 2021-03-17
## [1.0.0] 2021-02-12

### Original Release

- Started project from [Argon Dashboard Material-UI](https://www.creative-tim.com/product/argon-dashboard-material-ui?ref=adpmui-changelog) by [Creative Tim](https://www.creative-tim.com/?ref=adpmui-changelog)
- Rename `NavbarDropdown` to `UserDropdown`
- Started project with Material-UI Create-React-App: https://github.com/mui-org/material-ui/tree/master/examples/create-react-app
- Added Material-UI as base framework
- Added React Hooks
- Added design from [Argon Dashboard PRO React](https://www.creative-tim.com/product/argon-dashboard-pro-react?ref=adpmui-changelog) by [Creative Tim](https://www.creative-tim.com/?ref=adpmui-changelog)
- Added features from [Argon Dashboard PRO React](https://www.creative-tim.com/product/argon-dashboard-pro-react?ref=adpmui-changelog) by [Creative Tim](https://www.creative-tim.com/?ref=adpmui-changelog) (such as routing system and components)
- Added design from Argon Dashboard React by Creative Tim
- Added features from Argon Dashboard React by Creative Tim (such as routing system and components)
- **The TypeScript dependencies are installed only to stop console warnings on install. They are not actually used in our product. So the product is not on TypeScript!**
- Refactor the Auth layout by moving the container and header inside the view components
- There are a few warnings when doing a clean install, they come from the NodeJS version and from the dependencies of our dependencies (Unfortunately, these cannot be solved, e.g. `npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142`)
- We have this warning `npm WARN react-bootstrap-table2-paginator@2.1.2 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.` which will be solved in our next update, if not, we'll replace `react-bootstrap-table2-paginator` with something else
- We have this warning `npm WARN react-bootstrap-table2-paginator@2.1.2 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.` which will be solved in our next update, if not, we'll replace `react-bootstrap-table2-paginator` with something else
- We have this warning `npm WARN react-bootstrap-table2-toolkit@2.1.3 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.` which will be solved in our next update, if not, we'll replace `react-bootstrap-table2-toolkit` with something else
- We have this warning `npm WARN react-bootstrap-table2-toolkit@2.1.3 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.` which will be solved in our next update, if not, we'll replace `react-bootstrap-table2-toolkit` with something else
- We have this warning `npm WARN react-bootstrap-table-next@4.0.3 requires a peer of react@^16.3.0 but none is installed. You must install peer dependencies yourself.` which will be solved in our next update, if not, we'll replace `react-bootstrap-table-next` with something else
- We have this warning `npm WARN react-bootstrap-table-next@4.0.3 requires a peer of react-dom@^16.3.0 but none is installed. You must install peer dependencies yourself.` which will be solved in our next update, if not, we'll replace `react-bootstrap-table-next` with something else
- We have this warning `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.` which will be solved in our next update, if not, we'll replace `react-datetime` with something else
- We have this warning `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.` which will be solved in our next update, if not, we'll replace react-datetime with something else
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![version](https://img.shields.io/badge/version-3.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/argon-dashboard-material-ui.svg)](https://github.com/creativetimofficial/argon-dashboard-material-ui/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/argon-dashboard-material-ui.svg)](https://github.com/creativetimofficial/argon-dashboard-material-ui/issues?q=is%3Aissue+is%3Aclosed)

![Image](https://s3.amazonaws.com/creativetim_bucket/products/449/original/argon-dashboard-material-ui.jpg)
![Image](https://s3.amazonaws.com/creativetim_bucket/products/447/original/argon-dashboard-material-ui.jpg)

Start your Development with an Innovative Admin Template for MUI and React. If you like the look & feel of the hottest design trend right now, Argon, you will fall in love with this dashboard! It features a huge number of components built to fit together and look amazing.

Expand Down Expand Up @@ -62,7 +62,7 @@ Let us know your thoughts below. And good luck with development!
| React |
| ----- |

| [![Argon Dashboard 2 MUI](https://s3.amazonaws.com/creativetim_bucket/products/449/thumb/argon-dashboard-material-ui.jpg)](http://demos.creative-tim.com/argon-dashboard-material-ui/?ref=readme-admui)
| [![Argon Dashboard 2 MUI](https://s3.amazonaws.com/creativetim_bucket/products/447/thumb/argon-dashboard-material-ui.jpg)](http://demos.creative-tim.com/argon-dashboard-material-ui/?ref=readme-admui)

## Demo

Expand Down
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<meta name="theme-color" content="#11cdef" />
<link rel="apple-touch-icon" sizes="76x76" href="%PUBLIC_URL%/apple-icon.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>Argon Dashboard 2 PRO React</title>
<title>Argon Dashboard 2 React</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap"
Expand Down
4 changes: 2 additions & 2 deletions src/examples/Configurator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ function Configurator() {
<ArgonBox mb={2}>
<ArgonButton
component={Link}
href="https://www.creative-tim.com/product/argon-dashboard-material-ui"
href="https://www.creative-tim.com/product/argon-dashboard-pro-material-ui"
target="_blank"
rel="noreferrer"
color="info"
Expand All @@ -203,7 +203,7 @@ function Configurator() {
<ArgonBox mb={2}>
<ArgonButton
component={Link}
href="https://www.creative-tim.com/product/argon-dashboard-mui"
href="https://www.creative-tim.com/product/argon-dashboard-material-ui"
target="_blank"
rel="noreferrer"
color="dark"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Argon Dashboard 2 MUI - v3.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-pro-react
* Product Page: https://www.creative-tim.com/product/argon-dashboard-material-ui
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
Coded by www.creative-tim.com
Expand Down
2 changes: 1 addition & 1 deletion src/examples/Navbars/DefaultNavbar/DefaultNavbarLink.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Material Dashboard 2 PRO React - v2.1.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-pro-react
* Product Page: https://www.creative-tim.com/product/argon-dashboard-material-ui
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
Coded by www.creative-tim.com
Expand Down
2 changes: 1 addition & 1 deletion src/examples/Navbars/DefaultNavbar/DefaultNavbarMobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Argon Dashboard 2 MUI - v3.0.0
=========================================================
* Product Page: https://www.creative-tim.com/product/material-dashboard-pro-react
* Product Page: https://www.creative-tim.com/product/argon-dashboard-material-ui
* Copyright 2022 Creative Tim (https://www.creative-tim.com)
Coded by www.creative-tim.com
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function IllustrationLayout({ color, header, title, description, button, illustr
<DefaultNavbar
action={{
type: "external",
route: "https://creative-tim.com/product/argon-dashboard-pro-react",
route: "https://creative-tim.com/product/argon-dashboard-material-ui",
label: "Free Download",
...button,
}}
Expand Down

0 comments on commit 6c57471

Please sign in to comment.