@frontegg/angular 7.17.1 → 7.17.2

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,23 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.17.2](https://github.com/frontegg/frontegg-angular/compare/v7.17.1...v7.17.2) (2025-9-3)
4
+
5
+ - FR-21916 - Added username field to InviteUserForm with validation
6
+ - FR-21330 - Fixed empty names
7
+ - FR-22047 - Fixed user invite initial dialog to use inviteByEmailEnable...
8
+ - FR-21924 - Added roles to invitation link flow
9
+ - FR-21914 - Added smart navigation for invite dialog based on enabled …
10
+ - FR-21913 - Added dialog step management enum and logic for enhanced invite user modal
11
+
12
+
13
+ - FR-22006 - Added signup to login direct action
14
+ - FR-21912 - Added InvitationLink component (basic version)
15
+ - FR-21911 - Added InviteUserViaLink component (basic version)
16
+ - FR-21910 - Added an InviteUserSelector component
17
+ - FR-21909 - Changed InviteUserForm component to separate file from InviteUserDialog
18
+
19
+
20
+
3
21
  ## [7.17.1](https://github.com/frontegg/frontegg-angular/compare/v7.17.0...v7.17.1) (2025-8-12)
4
22
 
5
23
  - FR-21734 - Added the applications that are free-access for this tenant to the user's application list
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.17.1' };
360
+ var sdkVersion = { version: '7.17.2' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {