Skip to content

Commit 8707c32

Browse files
author
App Generator
committed
Release v2.0.3 - Logout Improvements
1 parent 8c70727 commit 8707c32

File tree

2 files changed

+21
-4
lines changed

2 files changed

+21
-4
lines changed

CHANGELOG.md

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

3+
## [2.0.3] 2022-01-28
4+
### Improvements
5+
6+
- `Logout` - remove the page randomization
7+
- Testing on multiple NodeJS Versions
8+
- Node `v16.13.0`, `v14.15.0`, `v12.22.0`
9+
310
## [2.0.2] 2022-01-08
411
### Fixes
512

README.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,17 @@ Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Das
2020
- [Node JS API Server](https://github.com/app-generator/api-server-nodejs-pro) (PRO version) - the backend server
2121
- Support via **Github** (issues tracker) and [Discord](https://appseed.us/support) - LIVE Assistance
2222

23-
<br >
23+
<br />
24+
25+
> Tested with:
26+
27+
| NodeJS | NPM | YARN | Status |
28+
| --- | --- | --- | --- |
29+
| `v16.13.0` | `v8.1.0` | `v1.22.5` | ✔️ |
30+
| `v14.15.0` | `v6.14.8` | `v1.22.5` | ✔️ |
31+
| `v12.22.0` | `v6.14.11` | `v1.22.5` | ✔️ |
32+
33+
<br />
2434

2535
![Full-stack Soft Dashboard PRO - Full-stack product built in React and Node JS by AppSeed and Creative-Tim](https://user-images.githubusercontent.com/51070104/138590484-794474cc-c709-458e-8340-695743bc9788.gif)
2636

@@ -30,7 +40,7 @@ Made of hundred of elements, designed blocks, and fully coded pages, Soft UI Das
3040

3141
To use the product Node JS (>= 12.x) is required and GIT to clone/download the project from the public repository.
3242

33-
**Step #1** - Clone the project
43+
> **Step #1** - Clone the project
3444
3545
```bash
3646
$ git clone https://github.com/app-generator/priv-react-soft-ui-dashboard-pro.git
@@ -39,7 +49,7 @@ $ cd priv-react-soft-ui-dashboard-pro
3949

4050
<br >
4151

42-
**Step #2** - Install dependencies via NPM or yarn
52+
> **Step #2** - Install dependencies via NPM or yarn
4353
4454
```bash
4555
$ npm i
@@ -49,7 +59,7 @@ $ yarn
4959

5060
<br />
5161

52-
**Step #3** - Start in development mode
62+
> **Step #3** - Start in development mode
5363
5464
```bash
5565
$ npm run start

0 commit comments

Comments
 (0)