Skip to content

Releases: mauriciovigolo/keycloak-angular

4.0.0-beta.4

30 May 21:01
Compare
Choose a tag to compare

Released fix for issue #71.

4.0.0-beta.3

30 May 20:39
Compare
Choose a tag to compare

This release includes the following bug fixes and enhancement:

  • #63 - bug - HttpInterceptor not working on 2.0.0.
  • #64 - bug - AOT Failing on ng build --prod --aot=true.
  • #67 - bug - keycloak-heroes example is missing.
  • #68 - enhancement - Backport fixes from 4.x.x to 1.3.x .
  • #69 - bug - Missing KeycloakAuthGuard in [email protected].

3.0.1

30 May 20:23
Compare
Choose a tag to compare

This release includes the following bug fixes and enhancement:

  • #63 - bug - HttpInterceptor not working on 2.0.0.
  • #64 - bug - AOT Failing on ng build --prod --aot=true.
  • #67 - bug - keycloak-heroes example is missing.
  • #68 - enhancement - Backport fixes from 4.x.x to 1.3.x .
  • #69 - bug - Missing KeycloakAuthGuard in [email protected].

2.0.1

30 May 13:28
Compare
Choose a tag to compare

This release includes the following bug fixes and enhancement:

  • #63 - bug - HttpInterceptor not working on 2.0.0.
  • #64 - bug - AOT Failing on ng build --prod --aot=true.
  • #67 - bug - keycloak-heroes example is missing.
  • #68 - enhancement - Backport fixes from 4.x.x to 1.3.x .
  • #69 - bug - Missing KeycloakAuthGuard in [email protected].

1.4.0

30 May 13:00
Compare
Choose a tag to compare

This release includes all the features and bug fixes from 4.0.0-beta.x to version 1.x, which supports angular 4 and 5 and keycloak 3.
For a complete list of changes, please take a look at the 4.0.0-beta.1 release notes.

2.0.0

28 May 19:53
Compare
Choose a tag to compare

Major release of keycloak-angular, compatible with angular 5 and keycloak 4, including:

  • #47 - bug - Cannot figure out how to get onAuthSuccess to fire?.
  • #50 - enhancement - Support changing Authorization Http Header name.
  • #51 - enhancement - Add support for Angular 6.
  • #52 - enhancement - Project structure refactoring.
  • #56 - enhancement - New versioning proposal Community discussion.
  • #58 - enhancement - Option to disable the KeycloakBearerInterceptor.
  • #61 - enhancement - Support For Keycloak 4.0 Beta.

4.0.0-beta.1

28 May 19:55
fa7422f
Compare
Choose a tag to compare

Major release of keycloak-angular, compatible with angular 6 and keycloak 4, including:

  • #47 - bug - Cannot figure out how to get onAuthSuccess to fire?.
  • #50 - enhancement - Support changing Authorization Http Header name.
  • #51 - enhancement - Add support for Angular 6.
  • #52 - enhancement - Project structure refactoring.
  • #56 - enhancement - New versioning proposal Community discussion.
  • #58 - enhancement - Option to disable the KeycloakBearerInterceptor.
  • #61 - enhancement - Support For Keycloak 4.0 Beta.

3.0.0

28 May 19:54
Compare
Choose a tag to compare

Major release of keycloak-angular, compatible with angular 6 and keycloak 3, including:

  • #47 - bug - Cannot figure out how to get onAuthSuccess to fire?.
  • #50 - enhancement - Support changing Authorization Http Header name.
  • #51 - enhancement - Add support for Angular 6.
  • #52 - enhancement - Project structure refactoring.
  • #56 - enhancement - New versioning proposal Community discussion.
  • #58 - enhancement - Option to disable the KeycloakBearerInterceptor.
  • #61 - enhancement - Support For Keycloak 4.0 Beta.

1.3.0

17 Apr 16:02
Compare
Choose a tag to compare

This version:

  • Solves bugs: #41 and #46.
  • Adds a new property to KeycloakOptions interface: bearerPrefix?: string;. So, now it's possible to set a different string to the HTTP Authorization Header.
  • Add new contributors topic to readme, to recognize the efforts from the library contributors.

1.2.5

01 Mar 10:14
Compare
Choose a tag to compare

This release includes:

Thanks to @frederikprijck for this and other improvements!