Skip to content

Releases: okta/okta-angular

6.3.1

06 Dec 17:48
d258b41
Compare
Choose a tag to compare

Fixes

  • #135 Fixes okta extended user agent header to correct SDK version

6.3.0

27 Oct 16:30
7e8758e
Compare
Choose a tag to compare
  • #132 Supports Step-up authentication in OktaAuthGuard by specifying okta.acrValues in route data

6.0.1

06 Mar 23:05
937a05b
Compare
Choose a tag to compare

6.1.0

Features

  • #118 Supports OktaAuthModule.forRoot()

Others

  • #119 Uses ng-packagr to build the library in APF v12. Uses @angular-builders/jest to run Jest tests with ng test.

6.0.0

26 Sep 16:22
fd0f046
Compare
Choose a tag to compare

Breaking Changes

  • #90 Enables Ivy engine and partial compiling. Updates library to ESM. Minimum supported version of Angular is 12.

5.3.0

26 Sep 16:21
e204562
Compare
Choose a tag to compare

Fixes

  • #99 query parameters are now passed through the canLoad guard

5.2.0

01 Apr 13:05
9f65311
Compare
Choose a tag to compare

Others

  • #89 Updates okta-auth-js to 6.2.0 in test apps and SDK
  • #91 Add Angular version in Okta UA. Add Angular to peerDependencies

5.1.1

27 Jan 20:56
53b7eee
Compare
Choose a tag to compare

Fixes

  • #83 Fixes okta-auth-js v6 compatibility issues:
    • allows okta-auth-js v6 in peerDependencies
    • uses available isInteractionRequiredError method in callback.component

5.1.0

12 Jan 14:17
91495d9
Compare
Choose a tag to compare

Others

  • #81 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.0

01 Dec 22:08
e4c55a4
Compare
Choose a tag to compare

Breaking Changes

  • #79 Uses OKTA_AUTH injection token instead of OktaAuth type to inject oktaAuth instance. This change is introduced to fix production build issue for Angular v7 & 8. See MIGRATING for detailed information.

4.1.1

04 Nov 15:53
9f236d6
Compare
Choose a tag to compare

Fixes

#74 Fixes old version angular compatibility issue