@frontegg/react 7.15.1 → 7.15.2-alpha.32028570212
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 +20 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.15.2](https://github.com/frontegg/frontegg-react/compare/v7.15.1...v7.15.2) (2026-8-17)
|
|
4
|
+
|
|
5
|
+
- FR-26036 - Fixed tenant selection takes precedence over skipUserLoading
|
|
6
|
+
|
|
7
|
+
<!-- CURSOR_SUMMARY -->
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> **Medium Risk**
|
|
12
|
+
> Dependency-only change, but it alters auth/session loading behavior in upstream packages (tenant vs. skipUserLoading), which can affect multi-tenant login flows.
|
|
13
|
+
>
|
|
14
|
+
> **Overview**
|
|
15
|
+
> **Bumps** `@frontegg/react`’s direct dependencies from **7.123.0** to **7.124.0** (`@frontegg/js`, `@frontegg/react-hooks`) and refreshes **`yarn.lock`** so the aligned **7.124.0** tree is pinned (`types`, `redux-store`, `rest-api`, etc.).
|
|
16
|
+
>
|
|
17
|
+
> Consumers of this package pick up upstream **Admin Portal / SDK** behavior from that release, including the fix where **tenant selection takes precedence over `skipUserLoading`** (FR-26036). No application source in this repo changes beyond the version pins.
|
|
18
|
+
>
|
|
19
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 78b7c25ebb99a2e7cd06f52ff9e5d297f077318f. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
20
|
+
<!-- /CURSOR_SUMMARY -->
|
|
21
|
+
|
|
22
|
+
|
|
3
23
|
## [7.15.1](https://github.com/frontegg/frontegg-react/compare/v7.15.0...v7.15.1) (2026-8-17)
|
|
4
24
|
|
|
5
25
|
- FR-26036 - Added tenantChoicePending to fix the hosted postlogin vs tenant-chooser race
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.15.
|
|
4
|
+
"version": "7.15.2-alpha.32028570212",
|
|
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.124.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.124.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|