Releases: dsb-norge/vue-keycloak-js
Releases · dsb-norge/vue-keycloak-js
v2.4.0
Prerelase: updated instantiation method for KC class
v2.4.0-0
v2.3.0
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
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
Thanks to @vdyakov for pointing it out. This should contain the correct output files for the current release
Pinned and updated dependencies
- Pinned dependencies
- Updated dev-dependencies
- Added package-lock.json
- Minor README fixes
Fixed minor typo when initialization keycloak-js adapter incorrectly
v2.1.3-beta 2.1.3-beta
Added onAuthRefreshSuccess callback
Thanks to @yarkovaleksei
onAuthRefreshSuccess
added to installation options