Releases: okta/okta-angular
Releases · okta/okta-angular
6.3.1
Fixes
- #135 Fixes okta extended user agent header to correct SDK version
6.3.0
- #132 Supports Step-up authentication in
OktaAuthGuard
by specifying okta.acrValues
in route data
6.0.1
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
Breaking Changes
- #90 Enables Ivy engine and partial compiling. Updates library to ESM. Minimum supported version of Angular is 12.
5.3.0
Fixes
- #99 query parameters are now passed through the
canLoad
guard
5.2.0
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
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
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
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
Fixes
#74 Fixes old version angular compatibility issue