Skip to content

Commit

Permalink
Merge pull request #596 from frontegg/release/next
Browse files Browse the repository at this point in the history
v7.10.1
  • Loading branch information
TomerFrontegg authored Dec 24, 2024
2 parents 8fb11aa + bf94341 commit ff80a64
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 45 deletions.
95 changes: 53 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,57 @@
# Change Log

## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)

- FR-19047 - Fixed permissions evalutaion when have more than one permission
- FR-18988 - Fixed missing email on MFA verification description
- FR-19068 - Fixed MFA error appears after clicking on verify another way
- FR-18917 - Fixed user roles deletion

- FR-18683 - Changed phone number selector input



## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)

- FR-18941 - Fixed permissions evaluation without permissions in JWT
- FR-18966 - Added override error message infrastructure


- FR-18896 - Added RTL support



## [7.8.2](https://github.com/frontegg/frontegg-angular/compare/v7.8.1...v7.8.2) (2024-12-5)

# Change Log

## [7.11.0](https://github.com/frontegg/frontegg-angular/compare/v7.10.0...v7.10.1) (2024-12-24)

- FR-19079 - Added Suggest Save password in mobile sdk

- FR-19047 - Fixed permissions evalutaion when have more than one permission
- FR-18988 - Fixed missing email on MFA verification description
- FR-19068 - Fixed MFA error appears after clicking on verify another way
- FR-18917 - Fixed user roles deletion



## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)

- FR-19047 - Fixed permissions evalutaion when have more than one permission
- FR-18988 - Fixed missing email on MFA verification description
- FR-19068 - Fixed MFA error appears after clicking on verify another way
- FR-18917 - Fixed user roles deletion

- FR-18683 - Changed phone number selector input



## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)

- FR-18941 - Fixed permissions evaluation without permissions in JWT
- FR-18966 - Added override error message infrastructure


- FR-18896 - Added RTL support



## [7.8.2](https://github.com/frontegg/frontegg-angular/compare/v7.8.1...v7.8.2) (2024-12-5)

FR-18954 - Fixed MFA with email active state, step and missing erros
FR-18973 - Added login to show error page only for 5xx errors


## [7.8.1](https://github.com/frontegg/frontegg-angular/compare/v7.8.0...v7.8.1) (2024-12-3)

- FR-18925 - Fixed wrong ip presented in Audit logs table IP column


- FR-18682 - Changed country flags image


## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)

- FR-18838 - Added MFA with email code
- FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error


FR-18973 - Added login to show error page only for 5xx errors


## [7.8.1](https://github.com/frontegg/frontegg-angular/compare/v7.8.0...v7.8.1) (2024-12-3)

- FR-18925 - Fixed wrong ip presented in Audit logs table IP column


- FR-18682 - Changed country flags image


## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)

- FR-18838 - Added MFA with email code
- FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error


# Change Log

## [7.7.0](https://github.com/frontegg/frontegg-angular/compare/v7.6.4...v7.7.0) (2024-11-21)
Expand Down
4 changes: 2 additions & 2 deletions projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "7.10.0",
"version": "7.11.0",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand All @@ -13,4 +13,4 @@
"stream": "^0.0.2",
"tslib": "^2.0.0"
}
}
}
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: '7.10.0' };
export default { version: '7.11.0' };

0 comments on commit ff80a64

Please sign in to comment.