Skip to content

Releases: okta/okta-vue

5.7.0

27 Oct 16:31
5335310
Compare
Choose a tag to compare

Features

  • #139
    • Plugin supports both Options API and Composition API
    • LoginCallback component and test app migrated to Composition API

Fixes

  • #139 Fixes TypeError: 'set' on proxy: trap returned falsish for property 'authState' when plugin is used in app with Composition API

5.6.0

06 Mar 23:06
514fa16
Compare
Choose a tag to compare

5.6.0

Fixes

  • #122
    • Fixes types; onAuthRequired and onAuthResume are now optional
    • dependency updates

5.5.0

29 Sep 18:43
6f4a6f5
Compare
Choose a tag to compare

Features

  • #110 Adds support for @okta/okta-auth-js 7.x
    • bumps minimum node version to 14

5.4.0

29 Sep 18:39
73e0766
Compare
Choose a tag to compare

Features

  • #106 Adds composable useAuth() to access the oktaAuth instance in setup script

5.3.0

10 Jun 14:17
12f779a
Compare
Choose a tag to compare

Others

  • #96
    • Removes oktaAuth.stop() from OktaVue module
    • Removes oktaAuth.start() from LoginCallback component

5.2.1

01 Apr 13:04
0ed6cca
Compare
Choose a tag to compare

Others

  • #93 Updates vulnerable dependencies

5.2.0

16 Feb 22:26
2654d98
Compare
Choose a tag to compare

Features

  • #89 Supports named slot (error) in LoginCallback component

5.1.1

27 Jan 21:25
965ad5b
Compare
Choose a tag to compare

Fixes

  • #86 Fixes okta-auth-js v6 compatibility issues:
    • allows okta-auth-js v6 in peerDependencies
    • uses available isInteractionRequiredError method in LoginCallback component

5.1.0

11 Jan 16:57
4a5ebf6
Compare
Choose a tag to compare

Others

  • #80 Set okta-auth-js minimum supported version as 5.3.1, AuthSdkError will be thrown if oktaAuth instance cannot meet the version requirement

5.0.2

01 Dec 18:48
96080a0
Compare
Choose a tag to compare

Bug Fixes

  • #77 Fix issue with navigationGuard by starting oktaAuth service after handling login redirect

Others

  • #77 Requires @okta/okta-auth-js ^5.8.0