@frontegg/angular 7.16.0 → 7.16.1

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,5 +1,30 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.16.1](https://github.com/frontegg/frontegg-angular/compare/v7.16.0...v7.16.1) (2025-6-23)
4
+
5
+ - FR-20838 - Added search for role in the edit roles dialog of users page
6
+ - FR-21222 - Fixed reset password selector icons to be aligned to the center
7
+ - FR-21206 - Fixed user goes to "Forget password?" page after clicking on "Try another method"
8
+ - FR-21208 - Added support for dynamic redirect url after signup
9
+ - FR-21174 - Changed forgot password sms option translation
10
+ - FR-21173 - Fixed password reset success state handling
11
+
12
+
13
+ - FR-0000 - Fixed node version
14
+ - FR-21160 - Removed exclusion of set user email policy state
15
+ - FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
16
+ - FR-21121 - Added reset password with email/sms actions and a Forgot password sms otc page
17
+ - FR-21097 - Added suspense to renderCMCComponent
18
+ - FR-21120 - Added BaseOTC component and use it in login otc flows
19
+ - FR-21112 - Added password recovery selector and a determinePasswordRecoveryStrategy function
20
+ - FR-21118 - Fixed default language handle
21
+ - FR-20838 - Added search functionality to roles popper
22
+ - FR-20178 - Added generic IdentifierField and used it in login and forgot password flows
23
+ - FR-20945 - Added username in profile
24
+ - FR-20868 - Added usernames
25
+
26
+
27
+
3
28
  ## [7.16.0](https://github.com/frontegg/frontegg-angular/compare/v7.15.0...v7.16.0) (2025-6-12)
4
29
 
5
30
  - FR-20862 - Fixed useLoginHint and add tests to simulate hosted prelogin flow
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.16.0' };
360
+ var sdkVersion = { version: '7.16.1' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {