Skip to content

Commit 231a630

Browse files
committed
updated readme
1 parent ccdea29 commit 231a630

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,10 @@ For an optimal testing experience with ReactRover, you can use this simple mock
6363
- Pre-configured protected routes to simulate access control.
6464

6565
For detailed setup instructions and how to integrate this server with ReactRover, please visit the [Testing Server](https://github.com/behcetilhan/mock-auth).
66+
67+
## Some upcoming features
68+
69+
- vitest implementation
70+
- SSO integration
71+
- json based navigation menu creation
72+
- RTL support

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "reactrover",
33
"private": true,
4-
"version": "0.1.0",
4+
"version": "1.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "bunx --bun vite --host",

0 commit comments

Comments
 (0)