Skip to content

Releases: JoseGoncalves/vue-keycloak

v2.5.0

14 Feb 10:09
Compare
Choose a tag to compare

2.5.0 (2024-02-14)

Features

  • broader keycloak-js peer dependency (compatible with versions 18 to 23) (ee32817)
  • drop support to load config with an HTTP request (1c56a68)

Bug Fixes

  • fix Intellisense not resolving module (094bad2)

Internal

  • reformat eslint config (65f9a51)
  • replace deprecated KeycloakInstance with Keycloak (80eeafd)
  • replace getKeycloak call with $keycloak in createKeycloak (83773c2)

v2.4.0

06 Feb 00:34
Compare
Choose a tag to compare

2.4.0 (2024-02-06)

Features

  • added 'userId' field to the reactive state (732524d)
  • changed build target to es2019 (95d9c3e)

Bug Fixes

  • fixed composable typings (bdfdeaf)

v2.3.3

30 Jan 09:13
Compare
Choose a tag to compare

2.3.3 (2024-01-30)

Bug Fixes

  • set typings inside package.json "exports" to allow proper building in typescript projects (c5691d0)

v2.3.2

27 Jan 22:14
Compare
Choose a tag to compare

2.3.2 (2024-01-27)

Bug Fixes

  • some tools still don't parse package.exports, so reintroduce package.main for full compatibility. (4a5dbb2)

v2.3.1

27 Jan 10:43
Compare
Choose a tag to compare

2.3.1 (2024-01-27)

Bug Fixes

  • use conditional exports in package.json to support vitest (2c995c7)

v2.3.0

14 Jan 19:06
Compare
Choose a tag to compare

2.3.0 (2024-01-14)

Features

  • use tokenParsed instead of jwt-decode (4a7e5be)

v2.2.0

23 Nov 17:02
Compare
Choose a tag to compare

2.2.0 (2023-11-23)

Features

  • upgrade jwt-decode (4318123)
  • upgrade keycloak-js to 23.0.0 (863cf73)

v2.1.0

21 Nov 22:58
Compare
Choose a tag to compare

2.1.0 (2023-11-21)

Features

  • add optional minValidity parameter to getToken() (7f7dbbb)

v2.0.1

02 Nov 09:02
Compare
Choose a tag to compare

2.0.1 (2023-11-02)

Bug Fixes

  • validate realm_access claim existence in token (2f6a1ba)

v2.0.0

04 Oct 13:51
Compare
Choose a tag to compare

2.0.0 (2023-10-04)

Breaking Changes

  • no need to export getKeycloak() as the keycloak instance is exposed in useKeycloak() (0f04e4c)

Features

  • broader keycloak-js peer dependency (compatible with 20.x, 21.x & 22.x) (fcfef2c)
  • upgrade keycloak-js to 22.0.4 (99ed3e6)