Skip to content

Commit

Permalink
Update CHANGELOG for 2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongranick-okta committed Oct 7, 2020
1 parent 3b98b6d commit 0fd42a0
Showing 1 changed file with 4 additions and 13 deletions.
17 changes: 4 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
# 3.0.0
# 2.2.1

### Features

[#778](https://github.com/okta/okta-oidc-js/pull/778) `OktaAuthService` inherits from the `OktaAuth` service exported by [@okta/okta-auth-js](https://github.com/okta/okta-auth-js) making the full [configuration](https://github.com/okta/okta-auth-js#configuration-reference) and [api](https://github.com/okta/okta-auth-js#api-reference) available on `OktaAuthService`

### Breaking Changes

[#778](https://github.com/okta/okta-oidc-js/pull/778) `@okta/okta-auth-js` is updated to version 4.0.0 and `@okta/configuration-validation` is updated to 1.0.0. These updates contain several breaking changes:

- Typescript definitions are now included. If you were providing your own definitions for `@okta/okta-auth-js` or `@okta/configuration-validation` you should remove these locally defined types in favor of the types exported by this library.

- onSessionExpired option has been removed. [TokenManager events](https://github.com/okta/okta-auth-js#tokenmanageronevent-callback-context) can be used to detect and handle token renewal errors.
### Bug Fixes

[#2](https://github.com/okta/okta-angular/pull/2) Builds library using Angular 7 package format for compatiblity with Angular 7+.

### 2.2.0
# 2.2.0

### Features

Expand Down

0 comments on commit 0fd42a0

Please sign in to comment.