@frontegg/angular 7.18.10 → 7.19.0

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,28 @@
1
1
  # Change Log
2
2
 
3
+ ## [7.19.0](https://github.com/frontegg/frontegg-angular/compare/v7.18.10...v7.19.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
+ > Touches the authentication/login path via a third-party SDK bump; no local code changes, but login and org-selection behavior should be regression-tested.
16
+ >
17
+ > **Overview**
18
+ > Bumps **`@frontegg/js`** from **7.119.0** to **7.121.0** in the root app and **`@frontegg/angular`** library (`projects/frontegg-app/package.json`), with **`yarn.lock`** updated for the matching **`@frontegg/types`**, **`@frontegg/redux-store`**, and **`@frontegg/rest-api`** versions.
19
+ >
20
+ > Per the PR notes, this pulls in **FR-25731**: a **post-auth “Choose Organization”** step in the login box (forward-port of upstream #2864). There are **no Angular source changes** in this repo—behavior comes entirely from the upgraded Frontegg JS SDK.
21
+ >
22
+ > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 155d2ee523c6487290511e12623ca9f9565b94b2. 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.18.10](https://github.com/frontegg/frontegg-angular/compare/v7.18.9...v7.18.10) (2026-7-23)
4
27
 
5
28
  - FR-26014 - Added admin-box addressType redux branch (external instant-nav) [7.119.x]
@@ -357,7 +357,7 @@
357
357
  }]
358
358
  }] });
359
359
 
360
- var sdkVersion = { version: '7.18.10' };
360
+ var sdkVersion = { version: '7.19.0' };
361
361
 
362
362
  var FronteggAppOptionsClass = /** @class */ (function () {
363
363
  function FronteggAppOptionsClass() {