@frontegg/react 7.13.11 → 7.14.0-alpha.30259561749
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 +23 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,28 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.14.0](https://github.com/frontegg/frontegg-react/compare/v7.13.11...v7.14.0) (2026-7-27)
|
|
4
|
+
|
|
5
|
+
- FR-25731 - Fixed chooser load-error state seeding when switchable list empties after opening
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
- FR-25731 - Added post-auth Choose Organization step in login-box (forward-port of #2864 to v7.120.x)
|
|
9
|
+
|
|
10
|
+
<!-- CURSOR_SUMMARY -->
|
|
11
|
+
---
|
|
12
|
+
|
|
13
|
+
> [!NOTE]
|
|
14
|
+
> **Medium Risk**
|
|
15
|
+
> Although this diff is only version pins, 7.121.0 changes post-authentication login-box/org-chooser flow, which can affect how users complete sign-in.
|
|
16
|
+
>
|
|
17
|
+
> **Overview**
|
|
18
|
+
> Bumps `@frontegg/react`’s pinned `@frontegg/js` and `@frontegg/react-hooks` from **7.119.0** to **7.121.0**, with `yarn.lock` updated for the aligned `@frontegg/*` stack (`redux-store`, `rest-api`, `types`).
|
|
19
|
+
>
|
|
20
|
+
> No application source changes in this repo—the update pulls in upstream **7.121.0** login-box behavior described in the PR: a **post-auth Choose Organization** step and a fix for **chooser load-error state** when the switchable org list becomes empty after the chooser opens (FR-25731).
|
|
21
|
+
>
|
|
22
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6ad99258fdffdbb72a9742e2f207c1953d970bf0. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
23
|
+
<!-- /CURSOR_SUMMARY -->
|
|
24
|
+
|
|
25
|
+
|
|
3
26
|
## [7.13.11](https://github.com/frontegg/frontegg-react/compare/v7.13.10...v7.13.11) (2026-7-23)
|
|
4
27
|
|
|
5
28
|
- FR-26014 - Added admin-box addressType redux branch (external instant-nav) [7.119.x]
|
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.14.0-alpha.30259561749",
|
|
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.121.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.121.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|