Skip to content

Releases: laptransang/react-router-guard

v2.0.2

06 May 07:17
815744e

Choose a tag to compare

  • Fix issue RunKit NPM
  • Fix warning proptype
  • Update package info

v2.0.1

06 May 02:54
92e47c3

Choose a tag to compare

  • Breaking change export and syntax
  • Fix version history
  • Refactor code

v1.0.3

21 Dec 07:26

Choose a tag to compare

  • Added new props loading to support hide or set custom loading.
  • Updated example for easier to understand.
  • Updated README.md

v1.0.1

09 Dec 11:36
f5fff08

Choose a tag to compare

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'.