@frontegg/angular 7.19.0 → 7.20.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,27 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.20.0](https://github.com/frontegg/frontegg-angular/compare/v7.19.0...v7.20.0) (2026-8-2)
4
+
5
+ - FR-24113 - Added mobile-friendly authenticator setup-key enrollment UI
6
+ - FR-24965 - Added remember last used MFA factor preference
7
+ - FR-26112 - Fixed iOS Password AutoFill on the embedded login page
8
+
9
+ <!-- CURSOR_SUMMARY -->
10
+ ---
11
+
12
+ > [!NOTE]
13
+ > **Medium Risk**
14
+ > Touches the auth/MFA/login stack via a third-party SDK upgrade with no local code review of upstream behavior; impact is limited to version pins only.
15
+ >
16
+ > **Overview**
17
+ > Bumps **`@frontegg/js`** from **7.121.0** to **7.122.0** in the root app and **`@frontegg/angular`** library `package.json` files so both consumers pick up the same Admin Portal / JS SDK release.
18
+ >
19
+ > That version brings **mobile-friendly authenticator setup-key enrollment**, **remember last used MFA factor**, and a fix for **iOS Password AutoFill on embedded login** (per release notes); there are no Angular source changes in this PR.
20
+ >
21
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 71cde4374f9e361873f493fcaa163d7b7f8863a4. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
22
+ <!-- /CURSOR_SUMMARY -->
23
+
24
+
3
25
  ## [7.19.0](https://github.com/frontegg/frontegg-angular/compare/v7.18.10...v7.19.0) (2026-7-27)
4
26
 
5
27
  - FR-25731 - Fixed chooser load-error state seeding when switchable list empties after opening
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.19.0' };
360
+ var sdkVersion = { version: '7.20.0' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {