@frontegg/react 7.14.0 → 7.15.0-alpha.30750185832
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 +22 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,27 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.15.0](https://github.com/frontegg/frontegg-react/compare/v7.14.0...v7.15.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
|
+
> Transitive upgrade touches MFA enrollment, MFA preference, and embedded login autofill—auth-adjacent UX with no local code review in this PR.
|
|
15
|
+
>
|
|
16
|
+
> **Overview**
|
|
17
|
+
> Bumps **`@frontegg/react`**’s direct dependencies from **7.121.0** to **7.122.0**: `@frontegg/js` and `@frontegg/react-hooks`, with **`yarn.lock`** updated for the matching `@frontegg/types`, `@frontegg/redux-store`, and `@frontegg/rest-api` versions.
|
|
18
|
+
>
|
|
19
|
+
> There are no application code changes in this repo; consumers pick up **AdminPortal / SDK 7.122.0** behavior from those packages, including mobile-friendly authenticator setup-key enrollment, remembering the last used MFA factor, and an iOS Password AutoFill fix on the embedded login page.
|
|
20
|
+
>
|
|
21
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 42b0c4c34075b25c9c8ff03c4175c8214e155dff. 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.14.0](https://github.com/frontegg/frontegg-react/compare/v7.13.11...v7.14.0) (2026-7-27)
|
|
4
26
|
|
|
5
27
|
- FR-25731 - Fixed chooser load-error state seeding when switchable list empties after opening
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.
|
|
4
|
+
"version": "7.15.0-alpha.30750185832",
|
|
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.
|
|
23
|
-
"@frontegg/react-hooks": "7.
|
|
22
|
+
"@frontegg/js": "7.122.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.122.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|