Skip to content

Releases: JoseGoncalves/vue-keycloak

v3.3.4

02 Dec 09:38

Choose a tag to compare

3.3.4 (2025-12-02)

Bug Fixes

  • widen Node engine range to >=24.10.0 (2a1b0c0)

v3.3.3

28 Nov 00:37

Choose a tag to compare

3.3.3 (2025-11-28)

Bug Fixes

  • use 'import type' for type only imports (6478cd7)

v3.3.2

15 Oct 00:27

Choose a tag to compare

3.3.2 (2025-10-15)

Bug Fixes

  • change the return type of createKeycloak() to indicate that it may fail (7d88d23)
  • support keycloak-js v26.2.1 (1282b8b)

v3.3.1

17 Jun 12:54

Choose a tag to compare

3.3.1 (2025-06-17)

Bug Fixes

  • reject getToken() promise on undefined token (0afeec8)

Internal

  • use globalIgnores() in ESLint config (64856ee)
  • use stricter typescript-eslint rules (3697e65)

v3.3.0

30 Apr 18:12

Choose a tag to compare

3.3.0 (2025-04-30)

Features

  • provide a meaningful error message even if keycloak-js does not throw one (fd237f9)

v3.2.1

15 Apr 14:23

Choose a tag to compare

3.2.1 (2025-04-15)

Bug Fixes

  • Revert "use ShallowRef for non-primitive types" (5d4ef42)

v3.2.0

15 Apr 13:20

Choose a tag to compare

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

16 Mar 01:05

Choose a tag to compare

3.1.1 (2025-03-16)

Bug Fixes

  • better roles type checking in hasRoles() & hasResourceRoles() (80d4ca6)

v3.1.0

06 Oct 15:43

Choose a tag to compare

3.1.0 (2024-10-06)

Features

  • add support to Keycloak 26 (fd7c7a7)

v3.0.1

13 Sep 07:38

Choose a tag to compare

3.0.1 (2024-09-13)

Bug Fixes

  • corrected config param type in createKeycloak (11c311f)