Skip to content

Releases: mauriciovigolo/keycloak-angular

v16.0.1

17 Jun 01:29
4d32d41
Compare
Choose a tag to compare

Bug fixes ✨

  • Fix version compatibility table in README.md, to update support to keycloak v.25.

v16.0.0

17 Jun 01:21
9fed287
Compare
Choose a tag to compare

Features ✨

  • Add support to Angular v18
  • Add support to Keycloak v25

Contributors 🙏🏻

  • Special thanks to @giboow for the Angular v18 update and @TDesjardins for fixing a typo in the README.

v15.3.0

17 Jun 01:17
275279b
Compare
Choose a tag to compare

Features ✨

  • Add support to Keycloak v25

v14.4.0

17 Jun 01:17
8348085
Compare
Choose a tag to compare

Features ✨

  • Add support to Keycloak v25

v15.2.1

19 Mar 14:09
d911e55
Compare
Choose a tag to compare

Bug fixes ✨

v15.2.0

19 Mar 02:08
cd2a575
Compare
Choose a tag to compare

Features ✨

  • Add support to Keycloak v24 #545

Hint:
Please have a look into the keycloak-js@24 release notes. PKCE is enabled by default

Note
Version v15.2.0 signed as deprecated on npm due to the issue in the package.json keycloak-js@24 version. More info: #550.
Please use instead v15.2.1.

v14.3.0

19 Mar 02:07
4045770
Compare
Choose a tag to compare

Features ✨

  • Add support to Keycloak v24.
  • Introduce the changes done in #523 into version 14.

Hint:
Please have a look into the keycloak-js@24 release notes. PKCE is enabled by default

v15.1.0

30 Jan 01:37
57503af
Compare
Choose a tag to compare

Features ✨

  • Add support to Keycloak v23.

Contributors 🙏🏻

v14.2.0

30 Jan 01:36
1626893
Compare
Choose a tag to compare

Features ✨

  • Add support to Keycloak v23.

Contributors 🙏🏻

v15.0.0

20 Nov 06:41
Compare
Choose a tag to compare

Features ✨

  • Add support to Angular v.17.
  • Solve #509: isLoggedIn doesn't return a promise anymore.
  • Merged #523, which gives the possibility to filter by resource name.
  • Upgraded keycloak version in example and server in docker compose file to the latest v.22.0.5.

Breaking changes 💥

  • Because of #509, KeycloakService#isLoggedIn doesn't return a promise anymore. Please be aware to adapt your project if needed.

Contributors 🙏🏻

  • Special thanks to @daniel-shuy for contributing to the changes in getUserRoles #523.