Releases: JoseGoncalves/vue-keycloak
Releases · JoseGoncalves/vue-keycloak
v3.3.0
3.3.0 (2025-04-30)
Features
- provide a meaningful error message even if keycloak-js does not throw one (fd237f9)
v3.2.1
3.2.1 (2025-04-15)
Bug Fixes
- Revert "use ShallowRef for non-primitive types" (5d4ef42)
v3.2.0
3.2.0 (2025-04-15)
Features
- improved error handling and return error info in composable (ef5fb01)
Internal
- remove redundant check in isFunction() (a988899)
- use ShallowRef for non-primitive types (9b76cb0)
v3.1.1
3.1.1 (2025-03-16)
Bug Fixes
- better roles type checking in hasRoles() & hasResourceRoles() (80d4ca6)
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)