Fix flickering issue in next js. When a user came to the dashboard directly, it shows the dashboard initially and then navigates to the login. This is fixed
src/utils/route-guard/AuthGuard.ts
src/utils/route-guard/GuestGuard.ts
Provided Seed version
Package upgrades
​
v3.1.0 - (22-02-2022)
Organization Chart
Redux toolkit
AWS Amplify login
Container Layout
Mega Menu
Add invoice page
SAAS pages like - Privacy Policy and FAQ
Image upload in kanban
Performance Enhancement
Package upgrades
Fix most possible security vulnerabilities
Client suggestions and Bug Fixes
Next JS Full Version (Released on 25-Mar-2022)
Migration From v3.0.0 to v3.1.0
This version brings most of the new features, so you can directly copy those components from the new version if needed.
For the package upgrades, you can pick the latest package.json and then run yarn/npm. You can resolve errors by copying files from the latest version.
If you need redux-toolkit for your app, we recommend using this version as a base version for your code, else you can refer src/store folder and its references.
For any performance changes, you can refer to our blog for changes we did.
​
v3.0.0 - (21-10-2021)
Migration to MUI 5.0.4 stable version (Major change)
Next.js TypeScript version (Released on 31-10-2021)
Berry 3.0 has major changes with the support of MUI 5.0.x stable version. withStyle and makeStyle are no longer used. So if you want to migrate your project to the latest stable version, you can do the following.