@frontegg/angular 7.17.4 → 7.17.5

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,19 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.17.5](https://github.com/frontegg/frontegg-angular/compare/v7.17.4...v7.17.5) (2025-9-25)
4
+
5
+ - FR-22238 - Added a 'Back' button when both link and form invitations …
6
+ - FR-22167 - Fixed username field to be hidden by default in the invite…
7
+
8
+
9
+ - FR-22185 - Fixed running afterAuthRedirect in social login callback
10
+ - FR-22201 - Added invitation user form state preservation for enhanced…
11
+
12
+
13
+ - FR-22185 - Added support for whitelisting direct login action with metadataOverrides
14
+
15
+
16
+
3
17
  ## [7.17.4](https://github.com/frontegg/frontegg-angular/compare/v7.17.3...v7.17.4) (2025-9-14)
4
18
 
5
19
  - FR-22130 - Removed autoFocus from invite user's email field
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.17.4' };
360
+ var sdkVersion = { version: '7.17.5' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {