Skip to content

Releases: dsb-norge/vue-keycloak-js

v2.4.0

05 Jun 11:42
Compare
Choose a tag to compare

What's Changed

  • feat: upgrade to latest keycloak js adapter v21.1.1 by @josteitv in #175
  • chore: updated README and author in package.json by @josteitv in #176

Full Changelog: v2.3.0...v2.4.0

Prerelase: updated instantiation method for KC class

05 Jun 10:36
Compare
Choose a tag to compare

v2.4.0-0

05 Jun 08:34
Compare
Choose a tag to compare
v2.4.0-0 Pre-release
Pre-release

What's Changed

  • feat: upgrade to latest keycloak js adapter v21.1.1 by @josteitv in #175
  • chore: updated README and author in package.json by @josteitv in #176

Full Changelog: v2.3.0...v2.4.0-0

v2.3.0

01 Jun 07:01
Compare
Choose a tag to compare

What's Changed

  • add updateInterval as an option in VueKeycloakOptions by @jakubserwin in #154
  • Update examples to use latest library versions by @josteitv in #159
  • export const KeycloakSymbol by @idc77 in #168
  • chore(deps): update frontend - minor and patch by @renovate in #160
  • feat: build and deploy with GitHub Actions by @josteitv in #172
  • Add onAuthLogout callback and update README by @nd0ut in #163
  • chore: bump deps by @josteitv in #173

New Contributors

  • @jakubserwin made their first contribution in #154
  • @idc77 made their first contribution in #168
  • @nd0ut made their first contribution in #163

Full Changelog: v2.2.0...v2.3.0

Bumping keycloak-js to 18.0.1

24 Jan 11:03
Compare
Choose a tag to compare

New release with keycloak-js bumped to 18.0.1 following latest for redhat-sso 7.6.x

Fixed build output for 2.1.4-beta release

31 May 05:28
Compare
Choose a tag to compare

Thanks to @vdyakov for pointing it out. This should contain the correct output files for the current release

Pinned and updated dependencies

11 May 11:38
d98eb82
Compare
Choose a tag to compare
Pre-release
  • Pinned dependencies
  • Updated dev-dependencies
  • Added package-lock.json
  • Minor README fixes

Fixed minor typo when initialization keycloak-js adapter incorrectly

20 Jan 14:19
Compare
Choose a tag to compare
v2.1.3-beta

2.1.3-beta

Added onAuthRefreshSuccess callback

08 Dec 06:20
Compare
Choose a tag to compare
Pre-release

Thanks to @yarkovaleksei

onAuthRefreshSuccess added to installation options

Fixes to make Vue 3 version work better

16 Nov 06:42
Compare
Choose a tag to compare
Pre-release

Special thanks to @jbmolle

Should now provide the Keycloak plugin so it's injectable into Vue 3 applications.

The $keycloak object should now be reactive in Vue 3 applications as well and get updates when the object updates

Fixing issues: #96, #95, #115, #117