Skip to content

Releases: maxmantz/redux-oidc

v4.0.0-beta1

v4.0.0-beta1 Pre-release
Pre-release

Choose a tag to compare

@maxmantz maxmantz released this 10 Nov 09:24

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

Choose a tag to compare

@maxmantz maxmantz released this 06 Nov 17:26
  • immutable is an optional dependency again

v3.1.6

Choose a tag to compare

@maxmantz maxmantz released this 06 Nov 11:54
  • moved immutable from optionalDependencies to peerDependencies (#164)

v3.1.5

Choose a tag to compare

@maxmantz maxmantz released this 09 Aug 09:03

v3.1.4

Choose a tag to compare

@maxmantz maxmantz released this 29 Jul 10:38

v3.1.3

Choose a tag to compare

@maxmantz maxmantz released this 15 Jul 09:59
  • fixed TypeScript definitions for SignoutCallbackComponent ( #153 ),
  • middlewareHandler now returns a Promise ( #149 )

v3.1.2

Choose a tag to compare

@maxmantz maxmantz released this 13 Mar 11:22

Fixes:

  • added missing typescript definitions (#145)

v3.1.1

Choose a tag to compare

@maxmantz maxmantz released this 07 Mar 16:08

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

Choose a tag to compare

@maxmantz maxmantz released this 13 Oct 11:39
  • added SignoutCallbackComponent (#125, thanks to @danpoq).

v3.0.2

Choose a tag to compare

@maxmantz maxmantz released this 14 Jul 09:03

Fixes:

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