Skip to content

v3.3.0

Latest

Choose a tag to compare

@pamapa pamapa released this 27 Mar 12:38
· 162 commits to main since this release

react-oidc-context 3.3.0 is a minor release.

No longer using crypto-js package, but built-in browser crypto.subtle module. Crypto.subtle is available only in secure contexts (HTTPS). Also have a look into the migration info.

Changelog:

  • Fixes:
    • #1427: use React.JSX instead of the global JSX namespace
    • #1433: update required React version from 16.8.0 to 16.14.0 due to JSX transform
  • Features:
    • #1476: add useAutoSignin hook
    • #1530: extend Error to give more context which action caused the actual error

thanks to @aBytex and @blaubaer