@frontegg/angular 7.3.0 → 7.4.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,18 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.4.0](https://github.com/frontegg/frontegg-angular/compare/v7.3.0...v7.4.0) (2024-10-10)
4
+
5
+ - FR-18217 - Fixed impersonation on embedded
6
+ - FR-18167 - Fixed back to login on magic link
7
+ - FR-8030 - Fixed website dialog cancel button typeography
8
+ - FR-17760 - Fixed empty lastSeen column on expanded user info
9
+ - FR-17762 - Fixed tree component using mui/x-tree-view
10
+ - FR-17517 - Fixed login direct action race condition
11
+ - FR-17649 - Fixed autofill sms code iOS SDK
12
+ - FR-17650 - Fixed auto capitalize email input in login page
13
+ - FR-17443 - Fixed infinite loader when using direct login action
14
+
15
+
3
16
  ## [7.3.0](https://github.com/frontegg/frontegg-angular/compare/v7.2.0...v7.3.0) (2024-8-28)
4
17
 
5
18
  - FR-17626 - Fix clientId on request authorize for multi-apps
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.3.0' };
360
+ var sdkVersion = { version: '7.4.0' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {