diff --git a/CHANGELOG.md b/CHANGELOG.md index 19b52c44..00d7167b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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