@frontegg/angular 7.20.0 → 7.20.1

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.1](https://github.com/frontegg/frontegg-angular/compare/v7.20.0...v7.20.1) (2026-8-17)
4
+
5
+ - FR-26036 - Added tenantChoicePending to fix the hosted postlogin vs tenant-chooser race
6
+ - FR-26413 - Fixed the identifier field showing the default keyboard instead of the email keyboard on iOS
7
+ - FR-23291 - Added Admin Portal users filter by role UI
8
+
9
+ <!-- CURSOR_SUMMARY -->
10
+ ---
11
+
12
+ > [!NOTE]
13
+ > **Medium Risk**
14
+ > Auth, post-login, and Admin Portal flows change via an upstream SDK bump with no local code to review; regression-test login, tenant selection, and admin user filtering.
15
+ >
16
+ > **Overview**
17
+ > **Bumps `@frontegg/js` from 7.122.0 to 7.123.0** in the root app and `@frontegg/angular` (`projects/frontegg-app/package.json`), with `yarn.lock` aligned for `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api`. There are **no Angular source changes** in this repo—behavior comes from the upgraded SDK.
18
+ >
19
+ > Per the release notes, **7.123.0** includes **FR-26036** (`tenantChoicePending` to address hosted post-login vs tenant-chooser race), **FR-26413** (email keyboard on the identifier field on iOS), and **FR-23291** (Admin Portal users filter-by-role UI).
20
+ >
21
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit ea1216367dc3c26d61f2951e8824a02c1825745d. 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.20.0](https://github.com/frontegg/frontegg-angular/compare/v7.19.0...v7.20.0) (2026-8-2)
4
26
 
5
27
  - FR-24113 - Added mobile-friendly authenticator setup-key enrollment UI
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.20.0' };
360
+ var sdkVersion = { version: '7.20.1' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {