Releases: authts/react-oidc-context
Releases · authts/react-oidc-context
v2.2.2
react-oidc-context 2.2.2 is a bugfix release.
Changelog:
- #613: add signoutSilent support
thanks to @jgregory-apogee
v2.2.1
react-oidc-context 2.2.1 is a bugfix release.
Changelog:
- #620: add "types" path to exports in package.json
- #598: fix error when user.state is set to undefined
thanks to @jrgermain, @bryht and @piwysocki
v2.2.0
react-oidc-context 2.2.0 is a minor release.
Changelog:
- #331: allow passing an
UserManager
instance and deprecate passing an UserManager
interface
- #464: fix example build error
v2.1.1
react-oidc-context 2.1.1 is a bug fix release.
Changelog:
- #401: ensure React.StrictMode is working
v2.1.0
react-oidc-context 2.1.0 is a minor release.
Changelog:
- #239: expose user manager
events
in api
v2.0.0
react-oidc-context 2.0 is a major release with several new features.
Highlights
- Adapted internal used library from
oidc-client
to oidc-client-ts
- Added
activeNavigator
property
v1.1.0
react-oidc-context 1.1 is a minor release with several new features.
Highlights
- Added support for rendering
AuthProvider
server-side
- Added support for passing a custom
UserManager
implementation