@frontegg/angular 6.14.0 → 6.15.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,50 +1,56 @@
1
- # Change Log
2
-
3
- ## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)
4
-
5
- - FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions
6
-
7
- - FR-14578 - Fixed custom login without tenant alias
8
- - FR-14638 - Missing exp on user interface
9
- - FR-14560 - added temporary users feature
10
-
11
-
12
- - FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
13
-
14
-
15
- - FR-14219 - Step up - Embedded flow
16
-
17
- ### Angular Wrapper 6.14.0:
18
- - [FR-14227] - Step up implementation and entitlements console error when logged out
19
- - FR-14324 - Fix default values for loginWithRedirect
20
- - FR-14342 - Add loginDirectAction to loginWithRedirect options
21
-
22
- ## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)
23
-
24
- - FR-14324 - Fix direct login custom social login
25
-
26
-
27
- ### Angular Wrapper 6.13.0:
28
- - FR-14324 - Fix default values for loginWithRedirect
29
- - FR-14342 - Add loginDirectAction to loginWithRedirect options
30
-
31
- ## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)
32
-
33
- - FR-10692 - Remove the ability to select a full category on webhooks page
34
-
35
-
36
-
37
- ## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
38
-
39
- - FR-14324 - Fix android native module and add option for direct social login
40
-
41
- - FR-14287 - Fix grammar of 1 day expiry of api tokens
42
-
43
-
44
- - FR-14308 - Fixed alignment issue with icon in custom social login button
45
-
46
- - FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
47
-
1
+ # Change Log
2
+
3
+ ## [6.15.0](https://github.com/frontegg/frontegg-angular/compare/v6.14.0...v6.15.0) (2024-1-3)
4
+
5
+ - FR-14753 - Fixed step up key removing when user does not finish step up flow
6
+
7
+
8
+
9
+ ## [6.14.0](https://github.com/frontegg/frontegg-angular/compare/v6.13.0...v6.14.0) (2023-12-31)
10
+
11
+ - FR-14228 - Added Step Up feature to allow a second layer of authentication for sensitive actions
12
+
13
+ - FR-14578 - Fixed custom login without tenant alias
14
+ - FR-14638 - Missing exp on user interface
15
+ - FR-14560 - added temporary users feature
16
+
17
+
18
+ - FR-14644 - Fixed enroll authenticator app missing error message when code is wrong
19
+
20
+
21
+ - FR-14219 - Step up - Embedded flow
22
+
23
+ ### Angular Wrapper 6.14.0:
24
+ - [FR-14227] - Step up implementation and entitlements console error when logged out
25
+ - FR-14324 - Fix default values for loginWithRedirect
26
+ - FR-14342 - Add loginDirectAction to loginWithRedirect options
27
+
28
+ ## [6.13.0](https://github.com/frontegg/frontegg-angular/compare/v6.12.0...v6.13.0) (2023-12-20)
29
+
30
+ - FR-14324 - Fix direct login custom social login
31
+
32
+
33
+ ### Angular Wrapper 6.13.0:
34
+ - FR-14324 - Fix default values for loginWithRedirect
35
+ - FR-14342 - Add loginDirectAction to loginWithRedirect options
36
+
37
+ ## [6.12.0](https://github.com/frontegg/frontegg-angular/compare/v6.11.0...v6.12.0) (2023-12-17)
38
+
39
+ - FR-10692 - Remove the ability to select a full category on webhooks page
40
+
41
+
42
+
43
+ ## [6.11.0](https://github.com/frontegg/frontegg-angular/compare/v6.10.0...v6.11.0) (2023-12-12)
44
+
45
+ - FR-14324 - Fix android native module and add option for direct social login
46
+
47
+ - FR-14287 - Fix grammar of 1 day expiry of api tokens
48
+
49
+
50
+ - FR-14308 - Fixed alignment issue with icon in custom social login button
51
+
52
+ - FR-13527 - Added a11y support for admin portal pages: sso, security, profile, personal tokens, users, groups, provisioning, audit logs, api tokens, webhooks, account details.
53
+
48
54
  # Change Log
49
55
 
50
56
  ## [6.10.0](https://github.com/frontegg/frontegg-angular/compare/v6.9.0...v6.10.0) (2023-11-29)
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '6.14.0' };
360
+ var sdkVersion = { version: '6.15.0' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {