@frontegg/angular 7.18.9 → 7.18.10
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/bundles/frontegg-angular.umd.js +1 -1
- package/bundles/frontegg-angular.umd.js.map +1 -1
- package/esm2015/sdkVersion.js +2 -2
- package/fesm2015/frontegg-angular.js +1 -1
- package/fesm2015/frontegg-angular.js.map +1 -1
- package/package.json +2 -2
- package/sdkVersion.d.ts.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,25 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.18.10](https://github.com/frontegg/frontegg-angular/compare/v7.18.9...v7.18.10) (2026-7-23)
|
|
4
|
+
|
|
5
|
+
- FR-26014 - Added admin-box addressType redux branch (external instant-nav) [7.119.x]
|
|
6
|
+
|
|
7
|
+
<!-- CURSOR_SUMMARY -->
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> **Low Risk**
|
|
12
|
+
> Version pin and lockfile-only change with no local auth or app logic edits; residual risk is whatever ships in the upstream @frontegg/js patch release.
|
|
13
|
+
>
|
|
14
|
+
> **Overview**
|
|
15
|
+
> Bumps **`@frontegg/js`** from **7.118.0** to **7.119.0** in the root app and **`@frontegg/angular`** (`projects/frontegg-app/package.json`), with **`yarn.lock`** aligned for **`@frontegg/types`**, **`@frontegg/redux-store`**, and **`@frontegg/rest-api`**.
|
|
16
|
+
>
|
|
17
|
+
> There are no changes to Angular library or app source in this repo; consumers pick up upstream **7.119.x** behavior (e.g. admin-box **addressType** Redux support for external instant-nav per FR-26014).
|
|
18
|
+
>
|
|
19
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6c3acdf44b60bd7ed66bb020df14bba771bd783b. 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.18.9](https://github.com/frontegg/frontegg-angular/compare/v7.18.8...v7.18.9) (2026-7-9)
|
|
4
24
|
|
|
5
25
|
- FR-24939 - Fixed native step-up challenge not rendering in the embedded login WebView
|