Skip to content

Releases: ledsoft/react-authorization

0.5.0

Choose a tag to compare

@ledsoft ledsoft released this 17 Mar 13:23
  • Replace the use of defaultProps with JS default property values.

0.4.4

Choose a tag to compare

@ledsoft ledsoft released this 17 Mar 10:39
  • Ensure IfAnyGranted and IfAllGranted render children when the expected array is empty.
  • Update dependencies

0.4.3

Choose a tag to compare

@ledsoft ledsoft released this 03 Sep 13:19
  • Update dependencies.

0.4.2

Choose a tag to compare

@ledsoft ledsoft released this 03 Feb 18:04
  • Adds missing children prop to IfAuthorized. Thanks to @marcelorl for the PR.

0.4.1

Choose a tag to compare

@ledsoft ledsoft released this 01 May 19:57
  • Fixes missing children prop in TypeScript definitions in React 18 (#21).

0.4.0

Choose a tag to compare

@ledsoft ledsoft released this 28 Apr 08:24
  • Allow passing boolean directly as isAuthorized to the IfAuthorized component (now it takes a function or boolean).
  • Update dependencies.

0.3.3

Choose a tag to compare

@ledsoft ledsoft released this 10 Feb 09:15
  • Simplify rendering of IfAllGranted, make it consistent with the other components.
  • Update dependencies.

0.3.2

Choose a tag to compare

@ledsoft ledsoft released this 09 Nov 20:20
  • Fix missing export of IfAuthorized from the module.

0.3.1

Choose a tag to compare

@ledsoft ledsoft released this 18 Sep 08:45
  • Dependency updates.

0.3.0

Choose a tag to compare

@ledsoft ledsoft released this 18 Jan 09:21
86b825b
  • Added IfAuthorized component allowing to use custom authorization functions.
  • Updated dependencies.