Skip to content

Commit

Permalink
Merge pull request #507 from frontegg/release/next
Browse files Browse the repository at this point in the history
v6.15.0
  • Loading branch information
doregg authored Jan 3, 2024
2 parents 1296967 + 89a9ceb commit d6f9257
Show file tree
Hide file tree
Showing 3 changed files with 55 additions and 49 deletions.
100 changes: 53 additions & 47 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,50 +1,56 @@
# Change Log

## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)

- FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions

- FR-14578 - Fixed custom login without tenant alias
- FR-14638 - Missing exp on user interface
- FR-14560 - added temporary users feature


- FR-14644 - Fixed enroll authenticator app missing error message when code is wrong


- FR-14219 - Step up - Embedded flow

### Angular Wrapper 6.14.0:
- [FR-14227] - Step up implementation and entitlements console error when logged out
- FR-14324 - Fix default values for loginWithRedirect
- FR-14342 - Add loginDirectAction to loginWithRedirect options

## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)

- FR-14324 - Fix direct login custom social login


### Angular Wrapper 6.13.0:
- FR-14324 - Fix default values for loginWithRedirect
- FR-14342 - Add loginDirectAction to loginWithRedirect options

## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)

- FR-10692 - Remove the ability to select a full category on webhooks page



## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)

- FR-14324 - Fix android native module and add option for direct social login

- FR-14287 - Fix grammar of 1 day expiry of api tokens


- FR-14308 - Fixed alignment issue with icon in custom social login button

- FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.

# Change Log

## [6.15.0](https://github.com/frontegg/frontegg-angular/compare/v6.14.0...v6.15.0) (2024-1-3)

- FR-14753 - Fixed step up key removing when user does not finish step up flow



## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)

- FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions

- FR-14578 - Fixed custom login without tenant alias
- FR-14638 - Missing exp on user interface
- FR-14560 - added temporary users feature


- FR-14644 - Fixed enroll authenticator app missing error message when code is wrong


- FR-14219 - Step up - Embedded flow

### Angular Wrapper 6.14.0:
- [FR-14227] - Step up implementation and entitlements console error when logged out
- FR-14324 - Fix default values for loginWithRedirect
- FR-14342 - Add loginDirectAction to loginWithRedirect options

## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)

- FR-14324 - Fix direct login custom social login


### Angular Wrapper 6.13.0:
- FR-14324 - Fix default values for loginWithRedirect
- FR-14342 - Add loginDirectAction to loginWithRedirect options

## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)

- FR-10692 - Remove the ability to select a full category on webhooks page



## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)

- FR-14324 - Fix android native module and add option for direct social login

- FR-14287 - Fix grammar of 1 day expiry of api tokens


- FR-14308 - Fixed alignment issue with icon in custom social login button

- FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.

# Change Log

## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "6.14.0",
"version": "6.15.0",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '6.14.0' };
export default { version: '6.15.0' };

0 comments on commit d6f9257

Please sign in to comment.