Releases: ledsoft/react-authorization
Releases · ledsoft/react-authorization
0.5.0
Compare
Sorry, something went wrong.
No results found
Replace the use of defaultProps with JS default property values.
0.4.4
Compare
Sorry, something went wrong.
No results found
Ensure IfAnyGranted and IfAllGranted render children when the expected array is empty.
Update dependencies
0.4.3
Compare
Sorry, something went wrong.
No results found
0.4.2
Compare
Sorry, something went wrong.
No results found
Adds missing children prop to IfAuthorized. Thanks to @marcelorl for the PR.
0.4.1
Compare
Sorry, something went wrong.
No results found
Fixes missing children prop in TypeScript definitions in React 18 (#21 ).
0.4.0
Compare
Sorry, something went wrong.
No results found
Allow passing boolean directly as isAuthorized to the IfAuthorized component (now it takes a function or boolean).
Update dependencies.
0.3.3
Compare
Sorry, something went wrong.
No results found
Simplify rendering of IfAllGranted, make it consistent with the other components.
Update dependencies.
0.3.2
Compare
Sorry, something went wrong.
No results found
Fix missing export of IfAuthorized from the module.
0.3.1
Compare
Sorry, something went wrong.
No results found
0.3.0
Compare
Sorry, something went wrong.
No results found
Added IfAuthorized component allowing to use custom authorization functions.
Updated dependencies.