@frontegg/react 7.15.1-alpha.32013740047 → 7.15.1-alpha.32017118579

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.15.1](https://github.com/frontegg/frontegg-react/compare/v7.15.0...v7.15.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
+ > **Low Risk**
14
+ > Dependency version bump with no local source changes; risk is limited to upstream 7.123.0 release behavior.
15
+ >
16
+ > **Overview**
17
+ > Bumps **`@frontegg/react`**’s direct dependencies from **7.122.0** to **7.123.0** (`@frontegg/js`, `@frontegg/react-hooks`) and refreshes **`yarn.lock`** for the matching `@frontegg/*` tree (`types`, `redux-store`, `rest-api`).
18
+ >
19
+ > Consumers of this package pick up Admin Portal **7.123.0** behavior from upstream, including fixes for hosted post-login vs tenant-chooser timing (`tenantChoicePending`), iOS email keyboard on the identifier field, and Admin Portal users filtering by role.
20
+ >
21
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 49e5ef73e5deb3e5100bf0130e5e5829b2d89819. 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.15.0](https://github.com/frontegg/frontegg-react/compare/v7.14.0...v7.15.0) (2026-8-2)
4
26
 
5
27
  - FR-24113 - Added mobile-friendly authenticator setup-key enrollment UI
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.15.1-alpha.32013740047",
4
+ "version": "7.15.1-alpha.32017118579",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",
@@ -19,8 +19,8 @@
19
19
  "build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
20
20
  },
21
21
  "dependencies": {
22
- "@frontegg/js": "7.124.0-alpha.1",
23
- "@frontegg/react-hooks": "7.124.0-alpha.1"
22
+ "@frontegg/js": "7.123.0",
23
+ "@frontegg/react-hooks": "7.123.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",