Skip to content

Tags: JoseGoncalves/vue-keycloak

Tags

v3.1.0

Unverified

This user has not yet uploaded their public signing key.
chore(release): 3.1.0 [skip ci]

## [3.1.0](v3.0.1...v3.1.0) (2024-10-06)

### Features

* add support to Keycloak 26 ([fd7c7a7](fd7c7a7))

v3.0.1

Unverified

This user has not yet uploaded their public signing key.
chore(release): 3.0.1 [skip ci]

## [3.0.1](v3.0.0...v3.0.1) (2024-09-13)

### Bug Fixes

* corrected config param type in createKeycloak ([11c311f](11c311f))

v3.0.0

Unverified

This user has not yet uploaded their public signing key.
chore(release): 3.0.0 [skip ci]

## [3.0.0](v2.7.1...v3.0.0) (2024-06-17)

### Breaking Changes

* keycloak is now a reactive reference to the keycloak-js adapter instance ([a199c5d](a199c5d))
* minimum Vue version is 3.4.0 ([d7e9a18](d7e9a18))

### Bug Fixes

* fixed VueKeycloakPluginConfig type ([9e4b6ba](9e4b6ba))

### Internal

* remove unnecessary isPromise check on plugin install ([086f8e3](086f8e3))

v2.7.1

Unverified

This user has not yet uploaded their public signing key.
chore(release): 2.7.1 [skip ci]

## [2.7.1](v2.7.0...v2.7.1) (2024-06-13)

### Bug Fixes

* expose plugin install method for typescript ([5ad9d99](5ad9d99))

v2.7.0

Unverified

This user has not yet uploaded their public signing key.
chore(release): 2.7.0 [skip ci]

## [2.7.0](v2.6.0...v2.7.0) (2024-06-11)

### Features

* add support to Keycloak 25 ([0300a86](0300a86))

v2.6.0

Unverified

This user has not yet uploaded their public signing key.
chore(release): 2.6.0 [skip ci]

## [2.6.0](v2.5.0...v2.6.0) (2024-03-04)

### Features

* add support to Keycloak 24 ([27427bb](27427bb))

v2.5.0

Unverified

This user has not yet uploaded their public signing key.
chore(release): 2.5.0 [skip ci]

## [2.5.0](v2.4.0...v2.5.0) (2024-02-14)

### Features

* broader keycloak-js peer dependency (compatible with versions 18 to 23) ([ee32817](ee32817))
* drop support to load config with an HTTP request ([1c56a68](1c56a68))

### Bug Fixes

* fix Intellisense not resolving module ([094bad2](094bad2))

### Internal

* reformat eslint config ([65f9a51](65f9a51))
* replace deprecated KeycloakInstance with Keycloak ([80eeafd](80eeafd))
* replace getKeycloak call with $keycloak in createKeycloak ([83773c2](83773c2))

v2.4.0

Unverified

This user has not yet uploaded their public signing key.
chore(release): 2.4.0 [skip ci]

# [2.4.0](v2.3.3...v2.4.0) (2024-02-06)

### Bug Fixes

* fixed composable typings ([bdfdeaf](bdfdeaf))

### Features

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

v2.3.3

Unverified

This user has not yet uploaded their public signing key.
chore(release): 2.3.3 [skip ci]

## [2.3.3](v2.3.2...v2.3.3) (2024-01-30)

### Bug Fixes

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

v2.3.2

Unverified

This user has not yet uploaded their public signing key.
chore(release): 2.3.2 [skip ci]

## [2.3.2](v2.3.1...v2.3.2) (2024-01-27)

### Bug Fixes

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