Releases: maxmantz/redux-oidc
Releases · maxmantz/redux-oidc
v4.0.0-beta1
10 Nov 09:24
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
06 Nov 17:26
Compare
Sorry, something went wrong.
No results found
immutable is an optional dependency again
v3.1.6
06 Nov 11:54
Compare
Sorry, something went wrong.
No results found
moved immutable from optionalDependencies to peerDependencies (#164 )
v3.1.5
09 Aug 09:03
Compare
Sorry, something went wrong.
No results found
v3.1.4
29 Jul 10:38
Compare
Sorry, something went wrong.
No results found
v3.1.3
15 Jul 09:59
Compare
Sorry, something went wrong.
No results found
fixed TypeScript definitions for SignoutCallbackComponent ( #153 ),
middlewareHandler now returns a Promise ( #149 )
v3.1.2
13 Mar 11:22
Compare
Sorry, something went wrong.
No results found
Fixes:
added missing typescript definitions (#145 )
v3.1.1
07 Mar 16:08
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
13 Oct 11:39
Compare
Sorry, something went wrong.
No results found
added SignoutCallbackComponent (#125 , thanks to @danpoq ).
v3.0.2
14 Jul 09:03
Compare
Sorry, something went wrong.
No results found
Fixes:
fixed the TypeScript bug introduced in v3.0.1 (#115 ).