Skip to content

Releases: ledsoft/react-authorization

0.1.0

10 Feb 17:15
Compare
Choose a tag to compare
  • Use React Fragments to render children without the need for a wrapper element.
  • Dependency updates.

0.0.3

11 Sep 18:16
Compare
Choose a tag to compare
  • Added IfNoneGranted which renders children if none of the expected roles is granted.
  • Upgraded dependencies.

0.0.2

07 Sep 09:13
Compare
Choose a tag to compare

Modified rendering behavior so that it does not wrap children in a div in case there is only one child.