@frontegg/angular 7.13.5 → 7.14.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,5 +1,14 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.14.0](https://github.com/frontegg/frontegg-angular/compare/v7.13.5...v7.14.0) (2025-4-14)
4
+
5
+ - FR-18986 - Added tooltip functionality for individual chips in GroupsChipsList component
6
+ - FR-20385 - Fixed user impersonation with identifiers
7
+ - FR-20254 - Added localizations for activate with social logins
8
+ - FR-20280 - Added support for signup with phone number
9
+
10
+
11
+
3
12
  ## [7.13.5](https://github.com/frontegg/frontegg-angular/compare/v7.13.4...v7.13.5) (2025-3-31)
4
13
 
5
14
  - FR-20267 - Added support for direction by metadata
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.13.5' };
360
+ var sdkVersion = { version: '7.14.0' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {