Releases: ledsoft/react-authorization
Releases · ledsoft/react-authorization
0.1.0
- Use React Fragments to render children without the need for a wrapper element.
- Dependency updates.
0.0.3
- Added
IfNoneGranted
which renders children if none of the expected roles is granted.
- Upgraded dependencies.
0.0.2
Modified rendering behavior so that it does not wrap children in a div in case there is only one child.