Skip to content

Releases: ledsoft/react-authorization

0.4.1

01 May 19:57
Compare
Choose a tag to compare
  • Fixes missing children prop in TypeScript definitions in React 18 (#21).

0.4.0

28 Apr 08:24
Compare
Choose a tag to compare
  • Allow passing boolean directly as isAuthorized to the IfAuthorized component (now it takes a function or boolean).
  • Update dependencies.

0.3.3

10 Feb 09:15
Compare
Choose a tag to compare
  • Simplify rendering of IfAllGranted, make it consistent with the other components.
  • Update dependencies.

0.3.2

09 Nov 20:20
Compare
Choose a tag to compare
  • Fix missing export of IfAuthorized from the module.

0.3.1

18 Sep 08:45
Compare
Choose a tag to compare
  • Dependency updates.

0.3.0

18 Jan 09:21
86b825b
Compare
Choose a tag to compare
  • Added IfAuthorized component allowing to use custom authorization functions.
  • Updated dependencies.

0.2.3

16 Sep 08:32
Compare
Choose a tag to compare
  • Updated dependencies.

0.2.2

12 Nov 15:47
Compare
Choose a tag to compare
  • Updated dependencies.

0.2.1

31 Aug 11:10
Compare
Choose a tag to compare
  • Updated dependencies.

0.2.0

11 Jun 13:08
Compare
Choose a tag to compare
  • Migrated to Webpack-based project structure and build.
  • Added TypeScript type declarations.