-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump angular sdk version number to 1.0.0 and add changelog
- Loading branch information
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
@fusionauth/angular-sdk Changes | ||
|
||
Changes in 1.0.0 | ||
|
||
Several enhancements are availabe on the `FusionAuthService` | ||
|
||
- `getUserInfoObservable` provides an API that Angular components can subscribe to. Provides an api for handling pending state, as well as callbacks for success and error. | ||
- Adds error handling to the get user info request. | ||
- `FusionAuthService` provides observable `isLoggedIn$` property that updates within the Angular change dectection system if the access token expires. | ||
- `shouldAutoRefresh` option for the SDK to automatically handle refreshing the access token. Defaults to `false`. | ||
- `scope` has been added back to the `FusionAuthProviderConfig` to be more compatible with [FusionAuth v1.50](https://fusionauth.io/docs/release-notes/#version-1-50-0) | ||
- Full API documentation with TypeDoc now available (see official README from NPM). |
2 changes: 1 addition & 1 deletion
2
packages/sdk-angular/projects/fusionauth-angular-sdk/package.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters