Skip to content

Commit b14ecf4

Browse files
committed
Update the version
1 parent 8ef33e3 commit b14ecf4

File tree

187 files changed

+429
-12471
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+429
-12471
lines changed

.eslintrc.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// eslint-disable-next-line no-undef
21
{
32
"env": {
43
"browser": true,
@@ -14,7 +13,12 @@
1413
},
1514
"plugins": ["react", "prettier"],
1615
"rules": {
17-
"prettier/prettier": "error",
16+
"prettier/prettier": [
17+
"error",
18+
{
19+
"endOfLine": "auto"
20+
}
21+
],
1822
"react/react-in-jsx-scope": "off",
1923
"react/jsx-filename-extension": [1, { "extensions": [".js", ".jsx"] }],
2024
"react/jsx-props-no-spreading": [

.prettierrc.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"trailingComma": "es5",
44
"tabWidth": 2,
55
"semi": true,
6-
"singleQuote": false
6+
"singleQuote": false,
7+
"endOfLine": "auto"
78
}

CHANGELOG.md

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

3+
## [3.0.0] 2021-11-23
4+
5+
### Bug fixing
6+
7+
### Major style changes
8+
9+
- Migration from JSS to MUI `styled` api, emotion and `sx` prop.
10+
- The `box-shadow`, `border-radius` and `typography` `regular` size renamed to `md` for theme
11+
- The `backgroundColor` prop renamed to `bgColor` for components
12+
- The `boxShadow` prop renamed to `shadow` for components
13+
- SuiBox `backgroundGradient` prop replaced with `variant: ["contained", "gradient"]`
14+
- SuiButton `buttonColor` prop renamed to `color`
15+
- SuiBadge `size` prop updated to ["xs", "sm", "md", "lg"]
16+
- SuiInput `withIcon` prop renamed to `icon`
17+
- SuiProgress `gradient` prop replaced with `variant: ["contained", "gradient"]`
18+
- SuiTypography `textColor` prop renamed to `color`
19+
- Sidenav is more dynamic now, color, brand, brandName props are added
20+
21+
### Deleted components
22+
23+
### Added components
24+
25+
### Deleted dependencies
26+
27+
```
28+
- jss
29+
- jss-rtl
30+
- @mui/styles
31+
```
32+
33+
### Added dependencies
34+
35+
### Updated dependencies
36+
37+
```
38+
@mui/icons-material 5.0.0 → 5.1.1
39+
@mui/material 5.0.0 → 5.1.1
40+
@mui/styled-engine 5.0.0 → 5.1.1
41+
```
42+
43+
### Warning
44+
345
## [2.0.0] 2021-09-21
446

547
### Bug fixing

README.md

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# [Soft UI Dashboard React](http://demos.creative-tim.com/soft-ui-dashboard-react/#/dashboard?ref=readme-sudr) [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social&logo=twitter)](https://twitter.com/intent/tweet?url=https://www.creative-tim.com/product/soft-ui-dashboard-react&text=Check%20Soft%20UI%20Dashboard%20react%20made%20by%20@CreativeTim%20#webdesign%20#dashboard%20#softdesign%20#react%20https://www.creative-tim.com/product/soft-ui-dashboard-react)
22

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

55
![Image](https://s3.amazonaws.com/creativetim_bucket/products/500/original/soft-ui-dashboard-material-ui.jpg?1632195046)
66

7-
Start your Development with an Innovative Admin Template for Material-UI and React. If you like the look & feel of the hottest design trend right now, Soft UI, you will fall in love with this dashboard! It features a huge number of components built to fit together and look amazing.
7+
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, Soft UI, you will fall in love with this dashboard! It features a huge number of components built to fit together and look amazing.
88

99
**Fully Coded Elements**
10-
Soft UI Dashboard React is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using JSS files and classes. You will save a lot of time going from prototyping to full-functional code because all elements are implemented. This Premium Material-UI Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.
10+
Soft UI Dashboard React is built with over 70 frontend individual elements, like buttons, inputs, navbars, nav tabs, cards, or alerts, giving you the freedom of choosing and combining. All components can take variations in color, which you can easily modify using MUI styled api and sx prop. You will save a lot of time going from prototyping to full-functional code because all elements are implemented. This Premium MUI Dashboard is coming with prebuilt design blocks, so the development process is seamless, switching from our pages to the real website is very easy to be done.
1111

1212
View [all components here](https://www.creative-tim.com/learning-lab/react/alerts/soft-ui-dashboard).
1313

@@ -32,10 +32,11 @@ View [example pages here](https://demos.creative-tim.com/soft-ui-dashboard-react
3232

3333
During the development of this dashboard, we have used many existing resources from awesome developers. We want to thank them for providing their tools open source:
3434

35-
- [Material-UI](https://mui.com/) - React components for faster and easier web development.
35+
- [MUI](https://mui.com/) - The React UI library for faster and easier web development.
3636
- [React Countup](https://github.com/glennreyes/react-countup) - A lightweight React component that can be used to quickly create animations that display numerical data in a more interesting way.
37-
- [React ChartJS 2](http://reactchartjs.github.io/react-chartjs-2/#/) - Simple yet flexible React charting for designers & developers
37+
- [React ChartJS 2](http://reactchartjs.github.io/react-chartjs-2/#/) - Simple yet flexible React charting for designers & developers.
3838
- [ChromaJS](https://gka.github.io/chroma.js/) - A small-ish zero-dependency JavaScript library for all kinds of color conversions and color scales.
39+
- [UUID](https://github.com/uuidjs/uuid) - JavaScript library for generating random id numbers.
3940

4041
Let us know your thoughts below. And good luck with development!
4142

@@ -81,7 +82,7 @@ Quick start options:
8182
## Terminal Commands
8283

8384
1. Download and Install NodeJs LTS version from [NodeJs Official Page](https://nodejs.org/en/download/).
84-
2. Navigate to the root / directory and run yarn install/npm install to install our local dependencies.
85+
2. Navigate to the root ./ directory of the product and run `yarn install` or `npm install` to install our local dependencies.
8586

8687
## Documentation
8788

@@ -121,24 +122,20 @@ soft-ui-dashboard-react
121122
│   ├── context
122123
│   ├── examples
123124
│ │   ├── Breadcrumbs
124-
│ │   ├── Calendar
125125
│ │   ├── Cards
126126
│ │   ├── Charts
127127
│ │   ├── Configurator
128128
│ │   ├── Footer
129129
│ │   ├── Icons
130+
│ │   ├── Items
130131
│ │   ├── LayoutContainers
132+
│ │   ├── Lists
131133
│ │   ├── Navbars
132-
│ │   ├── NotificationItem
133-
│ │   ├── ProfilesList
134134
│ │   ├── Sidenav
135-
│ │   ├── Table
135+
│ │   ├── Tables
136136
│ │   └── Timeline
137137
│   ├── layouts
138138
│ │   ├── authentication
139-
│ │ │  ├── components
140-
│ │ │  ├── sign-in
141-
│ │ │ └── sign-up
142139
│ │   ├── billing
143140
│ │   ├── dashboard
144141
│ │   ├── profile
@@ -153,6 +150,7 @@ soft-ui-dashboard-react
153150
├── CHANGELOG.md
154151
├── ISSUE_TEMPLATE.md
155152
├── jsconfig.json
153+
├── LICENSE.md
156154
├── package.json
157155
└── README.md
158156
```

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/appBar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/avatar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/breadcrumbs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/button/contained.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/button/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/button/outlined.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/button/root.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/button/text.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/buttonBase.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/card/cardContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/card/cardMedia.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/card/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/container.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/dialog/dialogActions.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/dialog/dialogContent.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/dialog/dialogContentText.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/dialog/dialogTitle.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/dialog/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

src/assets/theme/components/divider.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
/**
22
=========================================================
3-
* Soft UI Dashboard PRO React - v3.0.0
3+
* Soft UI Dashboard React - v3.0.0
44
=========================================================
55
6-
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-pro-react
6+
* Product Page: https://www.creative-tim.com/product/soft-ui-dashboard-react
77
* Copyright 2021 Creative Tim (https://www.creative-tim.com)
88
99
Coded by www.creative-tim.com

0 commit comments

Comments
 (0)