@frontegg/angular 7.20.1 → 7.20.2
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
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.20.2](https://github.com/frontegg/frontegg-angular/compare/v7.20.1...v7.20.2) (2026-8-17)
|
|
4
|
+
|
|
5
|
+
- FR-26036 - Fixed tenant selection takes precedence over skipUserLoading
|
|
6
|
+
|
|
7
|
+
<!-- CURSOR_SUMMARY -->
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> **Low Risk**
|
|
12
|
+
> Dependency-only bump with no local code changes; risk is limited to upstream SDK behavior around tenant loading and skipUserLoading.
|
|
13
|
+
>
|
|
14
|
+
> **Overview**
|
|
15
|
+
> Bumps **`@frontegg/js`** from **7.123.0** to **7.124.0** in the root app, **`@frontegg/angular`** (`projects/frontegg-app`), and **`yarn.lock`**. Transitive Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`) move to **7.124.0** with the lockfile update.
|
|
16
|
+
>
|
|
17
|
+
> This pulls in upstream **FR-26036**: **tenant selection now takes precedence over `skipUserLoading`**. There are no Angular wrapper or app source changes in this PR—only the SDK version and a trailing newline fix in `projects/frontegg-app/package.json`.
|
|
18
|
+
>
|
|
19
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 03b6cace3b9b3d2420dff9d61adbea905b400aa2. 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.20.1](https://github.com/frontegg/frontegg-angular/compare/v7.20.0...v7.20.1) (2026-8-17)
|
|
4
24
|
|
|
5
25
|
- FR-26036 - Added tenantChoicePending to fix the hosted postlogin vs tenant-chooser race
|