3.1.0 (2024-10-06)
- add support to Keycloak 26 (fd7c7a7)
3.0.1 (2024-09-13)
- corrected config param type in createKeycloak (11c311f)
3.0.0 (2024-06-17)
- keycloak is now a reactive reference to the keycloak-js adapter instance (a199c5d)
- minimum Vue version is 3.4.0 (d7e9a18)
- fixed VueKeycloakPluginConfig type (9e4b6ba)
- remove unnecessary isPromise check on plugin install (086f8e3)
2.7.1 (2024-06-13)
- expose plugin install method for typescript (5ad9d99)
2.7.0 (2024-06-11)
- add support to Keycloak 25 (0300a86)
2.6.0 (2024-03-04)
- add support to Keycloak 24 (27427bb)
2.5.0 (2024-02-14)
- broader keycloak-js peer dependency (compatible with versions 18 to 23) (ee32817)
- drop support to load config with an HTTP request (1c56a68)
- fix Intellisense not resolving module (094bad2)
- reformat eslint config (65f9a51)
- replace deprecated KeycloakInstance with Keycloak (80eeafd)
- replace getKeycloak call with $keycloak in createKeycloak (83773c2)
2.4.0 (2024-02-06)
- fixed composable typings (bdfdeaf)
2.3.3 (2024-01-30)
- set typings inside package.json "exports" to allow proper building in typescript projects (c5691d0)
2.3.2 (2024-01-27)
- some tools still don't parse package.exports, so reintroduce package.main for full compatibility. (4a5dbb2)
2.3.1 (2024-01-27)
- use conditional exports in package.json to support vitest (2c995c7)
2.3.0 (2024-01-14)
- use tokenParsed instead of jwt-decode (4a7e5be)
2.2.0 (2023-11-23)
2.1.0 (2023-11-21)
- add optional minValidity parameter to getToken() (7f7dbbb)
2.0.1 (2023-11-02)
- validate realm_access claim existence in token (2f6a1ba)
2.0.0 (2023-10-04)
- no need to export getKeycloak() as the keycloak instance is exposed in useKeycloak() (0f04e4c)
- broader keycloak-js peer dependency (compatible with 20.x, 21.x & 22.x) (fcfef2c)
- upgrade keycloak-js to 22.0.4 (99ed3e6)
1.11.1 (2023-09-28)
- add compatibility with keycloak-js v20 (7c1d52d)
1.11.0 (2023-09-28)
- upgrade keycloak-js to 22.0.3 (7a913a3)
1.10.0 (2023-07-17)
- upgrade keycloak-js to 21.1.2 (bd28b6d)
1.9.1 (2023-05-04)
- Fix release (55f2322)
1.9.0 (2023-05-04)
- Stop using deprecated functionalities of Keycloak JS (6577272)
- upgrade keycloak-js to 21.1.1 (023b0bd)
- downgraded semantic-release to support legacy authentication using NPM_USERNAME and NPM_PASSWORD (4755ca4)
1.8.4 (2023-01-08)
1.8.3 (2023-01-06)
- removal of callback setting (652a60e)
1.8.2 (2023-01-05)
- added check for required config (93d0a75)
1.8.1 (2023-01-05)
- update README and build environment (877dc45)
1.8.0 (2023-01-03)
- Updated to keycloak-js 20.0.2. (e696c35)