@frontegg/react 7.15.3-alpha.32940988601 → 7.16.0-alpha.34025841293

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 +24 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.16.0](https://github.com/frontegg/frontegg-react/compare/v7.15.2...v7.16.0) (2026-9-6)
4
+
5
+ - FR-26860 - Fixed lastTermsCheck missing on signup when terms are text-only
6
+ - FR-25906 - Fixed the passkey button reading as disabled after a cancelled credential sheet
7
+ - FR-26334 - Fixed the MFA method-selection page painting without layout on iOS
8
+ - FR-23613 - Changed role pickers to restrict equal-level assignment
9
+ - FR-26112 - Fixed email keyboard and passkey autofill on the login identifier
10
+
11
+ <!-- CURSOR_SUMMARY -->
12
+ ---
13
+
14
+ > [!NOTE]
15
+ > **Low Risk**
16
+ > Dependency-only bump with no in-repo code changes; behavior changes are limited to the upstream 7.125.0 release.
17
+ >
18
+ > **Overview**
19
+ > Bumps `@frontegg/react`’s pinned `@frontegg/js` and `@frontegg/react-hooks` from **7.124.0** to **7.125.0**, with `yarn.lock` updated for the full 7.125.0 stack (`types`, `redux-store`, `rest-api`). No local source changes—consumers pick up the AdminPortal **7.125.0** fixes via the new packages.
20
+ >
21
+ > That release includes signup terms handling when terms are text-only (`lastTermsCheck`), passkey UI after a cancelled credential sheet, MFA method-selection layout on iOS, stricter equal-level role assignment in role pickers, and login identifier email keyboard / passkey autofill behavior.
22
+ >
23
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit bd93a9be3013745a8d66729ad2caa66d47e61fa1. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
24
+ <!-- /CURSOR_SUMMARY -->
25
+
26
+
3
27
  ## [7.15.2](https://github.com/frontegg/frontegg-react/compare/v7.15.1...v7.15.2) (2026-8-17)
4
28
 
5
29
  - FR-26036 - Fixed tenant selection takes precedence over skipUserLoading
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "7.15.3-alpha.32940988601",
4
+ "version": "7.16.0-alpha.34025841293",
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.125.0-alpha.0",
23
- "@frontegg/react-hooks": "7.125.0-alpha.0"
22
+ "@frontegg/js": "7.125.0",
23
+ "@frontegg/react-hooks": "7.125.0"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": ">16.9.0",