Skip to content

v15.0.0

Compare
Choose a tag to compare
@mauriciovigolo mauriciovigolo released this 20 Nov 06:41
· 25 commits to main since this release

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.