Skip to content

Releases: okta/okta-angular

7.0.0

06 Jan 14:38
df93feb

Choose a tag to compare

BREAKING CHANGES

  • #164 BREAKING: updates minimum Angular version to 16.x

6.5.1

20 Mar 19:28
b19bc82

Choose a tag to compare

Fixes

  • #159 fix: adjusts default exports to umd bundle to fix CJS module resolution

6.5.0

20 Mar 19:27
2c0aa29

Choose a tag to compare

Fixes

  • #157 fix: adds exports block to package.json to support modern build tooling, like vite

6.4.0

14 Jan 19:53
bf7c488

Choose a tag to compare

Fixes

  • #140 fix: pulls acr_values from idToken rather than accessToken

6.3.2

14 Jan 19:53
803fabb

Choose a tag to compare

Fixes

  • #134 Fixed providing OKTA_CONFIG with OktaAuthModule when config is loaded at runtime

6.3.1

06 Dec 17:48
d258b41

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

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

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

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

Choose a tag to compare

Fixes

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