Releases: laptransang/react-router-guard
Releases · laptransang/react-router-guard
v2.0.2
v2.0.1
- Breaking change export and syntax
- Fix version history
- Refactor code
v1.0.3
- Added new props loading to support hide or set custom loading.
- Updated example for easier to understand.
- Updated README.md
v1.0.1
Features
- Support router config object.
- Support layout config for nested routes (You can config template master for each route).
- Support promise checking guard permission to access route (You can set url redirect when condition does not match).
- Support dynamic redirect with params ex: '/patchToRedirRect/:pageId'.