Skip to content

Commit

Permalink
Bump angular sdk version number to 1.0.0 and add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
JakeLo123 committed May 6, 2024
1 parent 2a4234c commit eaf704c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/sdk-angular/CHANGES.md
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).
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fusionauth/angular-sdk",
"version": "0.1.7",
"version": "1.0.0",
"peerDependencies": {
"@angular/common": "^17.2.0",
"@angular/core": "^17.2.0",
Expand Down

0 comments on commit eaf704c

Please sign in to comment.