Skip to content

Latest commit

 

History

History
218 lines (98 loc) · 8.98 KB

CHANGELOG.md

File metadata and controls

218 lines (98 loc) · 8.98 KB

3.1.0 (2024-10-06)

Features

  • add support to Keycloak 26 (fd7c7a7)

3.0.1 (2024-09-13)

Bug Fixes

  • corrected config param type in createKeycloak (11c311f)

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)

2.7.1 (2024-06-13)

Bug Fixes

  • expose plugin install method for typescript (5ad9d99)

2.7.0 (2024-06-11)

Features

  • add support to Keycloak 25 (0300a86)

2.6.0 (2024-03-04)

Features

  • add support to Keycloak 24 (27427bb)

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)

2.4.0 (2024-02-06)

Features

  • added 'userId' field to the reactive state (732524d)
  • changed build target to es2019 (95d9c3e)

Bug Fixes

  • fixed composable typings (bdfdeaf)

2.3.3 (2024-01-30)

Bug Fixes

  • set typings inside package.json "exports" to allow proper building in typescript projects (c5691d0)

2.3.2 (2024-01-27)

Bug Fixes

  • some tools still don't parse package.exports, so reintroduce package.main for full compatibility. (4a5dbb2)

2.3.1 (2024-01-27)

Bug Fixes

  • use conditional exports in package.json to support vitest (2c995c7)

2.3.0 (2024-01-14)

Features

  • use tokenParsed instead of jwt-decode (4a7e5be)

2.2.0 (2023-11-23)

Features

  • upgrade jwt-decode (4318123)
  • upgrade keycloak-js to 23.0.0 (863cf73)

2.1.0 (2023-11-21)

Features

  • add optional minValidity parameter to getToken() (7f7dbbb)

2.0.1 (2023-11-02)

Bug Fixes

  • validate realm_access claim existence in token (2f6a1ba)

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)

1.11.1 (2023-09-28)

Bug Fixes

  • add compatibility with keycloak-js v20 (7c1d52d)

1.11.0 (2023-09-28)

Features

  • upgrade keycloak-js to 22.0.3 (7a913a3)

1.10.0 (2023-07-17)

Features

  • upgrade keycloak-js to 21.1.2 (bd28b6d)

1.9.1 (2023-05-04)

Bug Fixes

1.9.0 (2023-05-04)

Features

  • Stop using deprecated functionalities of Keycloak JS (6577272)
  • upgrade keycloak-js to 21.1.1 (023b0bd)

Bug Fixes

  • 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)

Bug Fixes

  • removal of callback setting (652a60e)

1.8.2 (2023-01-05)

Bug Fixes

  • added check for required config (93d0a75)

1.8.1 (2023-01-05)

Bug Fixes

  • update README and build environment (877dc45)

1.8.0 (2023-01-03)

Features

  • Updated to keycloak-js 20.0.2. (e696c35)