Releases: JoseGoncalves/vue-keycloak
Releases · JoseGoncalves/vue-keycloak
v2.5.0
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
2.4.0 (2024-02-06)
Features
- added 'userId' field to the reactive state (732524d)
- changed build target to es2019 (95d9c3e)
Bug Fixes
v2.3.3
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
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
2.3.1 (2024-01-27)
Bug Fixes
- use conditional exports in package.json to support vitest (2c995c7)
v2.3.0
2.3.0 (2024-01-14)
Features
- use tokenParsed instead of jwt-decode (4a7e5be)
v2.2.0
2.2.0 (2023-11-23)
Features
v2.1.0
2.1.0 (2023-11-21)
Features
- add optional minValidity parameter to getToken() (7f7dbbb)
v2.0.1
2.0.1 (2023-11-02)
Bug Fixes
- validate realm_access claim existence in token (2f6a1ba)
v2.0.0
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)