Releases: authts/react-oidc-context
v3.2.0
react-oidc-context 3.2.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:
v2.4.0
v3.1.1
react-oidc-context 3.1.1 is a bugfix 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:
v3.1.0
react-oidc-context 3.1.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:
v3.0.0
react-oidc-context 3.0.0 is a major 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:
- Breaking changes:
- Fixes
- #528:
AuthProviderUserManagerProps
must not contain anything fromUserManagerSettings
- #1070: use
npm
distribution tags for upcoming releases - #1063: remove now useless
useCallback
onsignoutSilent
- #1051: fix typo in automatic sign-in section of
README.md
- #1087: handle
USER_SIGNED_OUT
(session monitoring event) event the same likeUSER_UNLOADED
- #528:
- Features:
thanks to @trollepierre, @DennerAC and @PSanetra
v3.0.0-rc.1
v3.0.0-rc.0
react-oidc-context 3.0.0-rc.0 is a major pre release.
No longer using crypto-js
package, but built-in browser crypto/subtle module.
Changelog:
- Features:
- Fixes:
thanks to @trollepierre and @DennerAC
v3.0.0-beta.0
react-oidc-context 3.0.0-beta.0 is a major pre release.
No longer using crypto-js
package, but built-in browser crypto/subtle module.
Changelog:
v2.3.1
react-oidc-context 2.3.1 is a bugfix release.
Changelog:
- #932: add signinResourceOwnerCredentials
- #936: generate esm package.json with version
- #933: fix broken link for LICENSE in
README.md
- #900: fix some unit-test warning like "inside a test was not wrapped in act"
thanks to @mikoto2000 and @Gitarcitano
v2.3.0
react-oidc-context 2.3.0 is a minor release.
Changelog:
- #820: dispatch exceptions to state in
AuthProvider
- #789: await
onSigninCallback
, which potentially can return a promise - #859:
useAuth
should never throw - #804: improve protected API example section in
README.md
- #876: improve auto signin section in
README.md
thanks to @pseidemann, @Zwyx, @ChrisL108 and @perguth