Releases: maxmantz/redux-oidc
Releases · maxmantz/redux-oidc
v4.0.0-beta1
API changes:
- immutableReducer is now
createImmjutableReducer
. See the docs for details.
Other changes:
immutable
is now a peer dependency and not an optional dependency.
v3.1.7
v3.1.6
v3.1.5
v3.1.4
v3.1.3
v3.1.2
v3.1.1
Fixes:
- SignoutCallbackComponent is now available under
import { SignoutCallbackComponent } from 'redux-oidc'
,
Other changes:
- bumped minimum react version to
[email protected]
, - bumped minimum oidc-client version to
[email protected]