Skip to content

Releases: maxmantz/redux-oidc

v4.0.0-beta1

10 Nov 09:24

Choose a tag to compare

v4.0.0-beta1 Pre-release
Pre-release

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

Choose a tag to compare

  • immutable is an optional dependency again

v3.1.6

06 Nov 11:54

Choose a tag to compare

  • moved immutable from optionalDependencies to peerDependencies (#164)

v3.1.5

09 Aug 09:03

Choose a tag to compare

v3.1.4

29 Jul 10:38

Choose a tag to compare

v3.1.3

15 Jul 09:59

Choose a tag to compare

  • fixed TypeScript definitions for SignoutCallbackComponent ( #153 ),
  • middlewareHandler now returns a Promise ( #149 )

v3.1.2

13 Mar 11:22

Choose a tag to compare

Fixes:

  • added missing typescript definitions (#145)

v3.1.1

07 Mar 16:08

Choose a tag to compare

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

Choose a tag to compare

  • added SignoutCallbackComponent (#125, thanks to @danpoq).

v3.0.2

14 Jul 09:03

Choose a tag to compare

Fixes:

  • fixed the TypeScript bug introduced in v3.0.1 (#115).