Releases: maxmantz/redux-oidc
Releases · maxmantz/redux-oidc
v4.0.0-beta1
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
immutable is an optional dependency again
v3.1.6
Compare
Sorry, something went wrong.
No results found
moved immutable from optionalDependencies to peerDependencies (#164 )
v3.1.5
Compare
Sorry, something went wrong.
No results found
v3.1.4
Compare
Sorry, something went wrong.
No results found
v3.1.3
Compare
Sorry, something went wrong.
No results found
fixed TypeScript definitions for SignoutCallbackComponent ( #153 ),
middlewareHandler now returns a Promise ( #149 )
v3.1.2
Compare
Sorry, something went wrong.
No results found
Fixes:
added missing typescript definitions (#145 )
v3.1.1
Compare
Sorry, something went wrong.
No results found
Fixes:
SignoutCallbackComponent is now available under import { SignoutCallbackComponent } from 'redux-oidc',
Other changes:
bumped minimum react version to react@16.8.4,
bumped minimum oidc-client version to oidc-client@1.6.1
v3.1.0
Compare
Sorry, something went wrong.
No results found
added SignoutCallbackComponent (#125 , thanks to @danpoq ).
v3.0.2
Compare
Sorry, something went wrong.
No results found
Fixes:
fixed the TypeScript bug introduced in v3.0.1 (#115 ).