@frontegg/angular 7.10.0 → 7.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,46 +1,57 @@
1
- # Change Log
2
-
3
- ## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)
4
-
5
- - FR-19047 - Fixed permissions evalutaion when have more than one permission
6
- - FR-18988 - Fixed missing email on MFA verification description
7
- - FR-19068 - Fixed MFA error appears after clicking on verify another way
8
- - FR-18917 - Fixed user roles deletion
9
-
10
- - FR-18683 - Changed phone number selector input
11
-
12
-
13
-
14
- ## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)
15
-
16
- - FR-18941 - Fixed permissions evaluation without permissions in JWT
17
- - FR-18966 - Added override error message infrastructure
18
-
19
-
20
- - FR-18896 - Added RTL support
21
-
22
-
23
-
24
- ## [7.8.2](https://github.com/frontegg/frontegg-angular/compare/v7.8.1...v7.8.2) (2024-12-5)
25
-
1
+ # Change Log
2
+
3
+ ## [7.11.0](https://github.com/frontegg/frontegg-angular/compare/v7.10.0...v7.10.1) (2024-12-24)
4
+
5
+ - FR-19079 - Added Suggest Save password in mobile sdk
6
+
7
+ - FR-19047 - Fixed permissions evalutaion when have more than one permission
8
+ - FR-18988 - Fixed missing email on MFA verification description
9
+ - FR-19068 - Fixed MFA error appears after clicking on verify another way
10
+ - FR-18917 - Fixed user roles deletion
11
+
12
+
13
+
14
+ ## [7.10.0](https://github.com/frontegg/frontegg-angular/compare/v7.9.0...v7.10.0) (2024-12-23)
15
+
16
+ - FR-19047 - Fixed permissions evalutaion when have more than one permission
17
+ - FR-18988 - Fixed missing email on MFA verification description
18
+ - FR-19068 - Fixed MFA error appears after clicking on verify another way
19
+ - FR-18917 - Fixed user roles deletion
20
+
21
+ - FR-18683 - Changed phone number selector input
22
+
23
+
24
+
25
+ ## [7.9.0](https://github.com/frontegg/frontegg-angular/compare/v7.8.2...v7.9.0) (2024-12-15)
26
+
27
+ - FR-18941 - Fixed permissions evaluation without permissions in JWT
28
+ - FR-18966 - Added override error message infrastructure
29
+
30
+
31
+ - FR-18896 - Added RTL support
32
+
33
+
34
+
35
+ ## [7.8.2](https://github.com/frontegg/frontegg-angular/compare/v7.8.1...v7.8.2) (2024-12-5)
36
+
26
37
  FR-18954 - Fixed MFA with email active state, step and missing erros
27
- FR-18973 - Added login to show error page only for 5xx errors
28
-
29
-
30
- ## [7.8.1](https://github.com/frontegg/frontegg-angular/compare/v7.8.0...v7.8.1) (2024-12-3)
31
-
32
- - FR-18925 - Fixed wrong ip presented in Audit logs table IP column
33
-
34
-
35
- - FR-18682 - Changed country flags image
36
-
37
-
38
- ## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)
39
-
40
- - FR-18838 - Added MFA with email code
41
- - FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error
42
-
43
-
38
+ FR-18973 - Added login to show error page only for 5xx errors
39
+
40
+
41
+ ## [7.8.1](https://github.com/frontegg/frontegg-angular/compare/v7.8.0...v7.8.1) (2024-12-3)
42
+
43
+ - FR-18925 - Fixed wrong ip presented in Audit logs table IP column
44
+
45
+
46
+ - FR-18682 - Changed country flags image
47
+
48
+
49
+ ## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)
50
+
51
+ - FR-18838 - Added MFA with email code
52
+ - FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error
53
+
54
+
44
55
  # Change Log
45
56
 
46
57
  ## [7.7.0](https://github.com/frontegg/frontegg-angular/compare/v7.6.4...v7.7.0) (2024-11-21)
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.10.0' };
360
+ var sdkVersion = { version: '7.11.0' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {