Releases: JoseGoncalves/vue-keycloak
Releases · JoseGoncalves/vue-keycloak
v3.1.0
3.1.0 (2024-10-06)
Features
- add support to Keycloak 26 (fd7c7a7)
v3.0.1
3.0.1 (2024-09-13)
Bug Fixes
- corrected config param type in createKeycloak (11c311f)
v3.0.0
3.0.0 (2024-06-17)
Breaking Changes
- keycloak is now a reactive reference to the keycloak-js adapter instance (a199c5d)
- minimum Vue version is 3.4.0 (d7e9a18)
Bug Fixes
- fixed VueKeycloakPluginConfig type (9e4b6ba)
Internal
- remove unnecessary isPromise check on plugin install (086f8e3)
v2.7.1
2.7.1 (2024-06-13)
Bug Fixes
- expose plugin install method for typescript (5ad9d99)
v2.7.0
2.7.0 (2024-06-11)
Features
- add support to Keycloak 25 (0300a86)
v2.6.0
2.6.0 (2024-03-04)
Features
- add support to Keycloak 24 (27427bb)
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)