React Keycloak Versions Save

React/React Native/NextJS/Razzle components for Keycloak

v1.0.0

4 years ago

v1.0.0

This is the first release of the new @react-keycloak packages after moving to a multi-package repository structure (a.k.a. monorepo).

Breaking Changes

The main module APIs have not changed but now instead of installing and importing components from react-keycloak package you'll need to import them from @react-keycloak/web.

See @react-keycloak/web README file for updated setup instructions.

NextJS Support

Moving to a monorepo-style repository also allowed to implement NextJS support through a new module (@react-keycloak/nextjs) whilst maintaining the same well-tested foundation (now available inside the @react-keycloak/core package which gets installed as a dependency of both @react-keycloak/web and @react-keycloak/nextjs).

NextJS support is still alpha and not so well-tested (so it is still versioned as 1.0.0-alpha) but initial feedbacks are positive and I really appreciated them.

Thanks again to everyone using this module for their feedbacks and contributions.

v8.0.1-191210

4 years ago

Fix

  • Update TS typings

v8.0.1-191207

4 years ago

Feature

  • Bump required keycloak-js version to 8.0.1

v8.0.0-191118

4 years ago

BREAKING

  • KeycloakProvider: Set default promiseType to native on init
  • KeycloakProvider: Remove deprecated onToken and onError methods

Feature

  • Bump required keycloak-js version to 8.0.0

v7.0.1-191016

4 years ago

Feature

  • Bump required keycloak-js version to 7.0.1

Refactor

  • Cleanup Provider code

Chore

  • Fix issue #32 - Support Keycloak 7

v6.1.2

4 years ago

Mostly a project update release. Changes to pipeline, tests and project internal configurations.

Tests

  • Add missing unit-tests for Provider.

Chore

  • Update Jest configuration.
  • Improve code coverage and add Coveralls integration.
  • Add validate:lockfile security check.
  • Upgrade to latest create-react-library version.

v6.1.1

4 years ago

Fix

  • Fix issue #28 - Keycloak.init is not called again when the initConfig prop changes.

v6.1.0

4 years ago

Feature

  • Add isLoadingCheck prop to KeycloakProvider.

Chore

  • Update demo app to showcase axios hook integration.

v6.0.5

4 years ago

Chore

  • Fix LoadingComponent type issue. (Thanks to @kunyan)

v6.0.4

4 years ago

Feature

  • Add onEvent handler (will replace onError).
  • Deprecate onError handler.
  • Update Typescript definitions.