@frontegg/angular 7.18.8 → 7.18.9
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,44 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.18.9](https://github.com/frontegg/frontegg-angular/compare/v7.18.8...v7.18.9) (2026-7-9)
|
|
4
|
+
|
|
5
|
+
- FR-24939 - Fixed native step-up challenge not rendering in the embedded login WebView
|
|
6
|
+
- FR-24853 - Removed identifiers flag
|
|
7
|
+
|
|
8
|
+
<!-- CURSOR_SUMMARY -->
|
|
9
|
+
---
|
|
10
|
+
|
|
11
|
+
> [!NOTE]
|
|
12
|
+
> **Low Risk**
|
|
13
|
+
> Version pin and lockfile updates only; risk is limited to whatever changed inside the external @frontegg/js 7.118.0 package (login WebView step-up and identifiers flag).
|
|
14
|
+
>
|
|
15
|
+
> **Overview**
|
|
16
|
+
> Bumps **`@frontegg/js`** from **7.117.0** to **7.118.0** in the root app and **`@frontegg/angular`** package, with **`yarn.lock`** updated for the aligned **`@frontegg/types`**, **`@frontegg/redux-store`**, and **`@frontegg/rest-api`** versions. There are **no Angular source changes** in this PR—consumers pick up upstream Admin Portal / JS SDK behavior from the new release.
|
|
17
|
+
>
|
|
18
|
+
> Per the release notes, **7.118.0** includes a fix for **native step-up challenge** not rendering in the **embedded login WebView** (FR-24939) and removal of the **identifiers** flag (FR-24853).
|
|
19
|
+
>
|
|
20
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 1e03baf0b1fcbdef7578a579e6993ecffaea8467. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
21
|
+
<!-- /CURSOR_SUMMARY -->
|
|
22
|
+
- FR-23757 - Fixed the actor of system audit logs to not be unknown
|
|
23
|
+
|
|
24
|
+
- FR-25580 - Fixed token refresh resilience with retry backoff
|
|
25
|
+
|
|
26
|
+
<!-- CURSOR_SUMMARY -->
|
|
27
|
+
---
|
|
28
|
+
|
|
29
|
+
> [!NOTE]
|
|
30
|
+
> **Low Risk**
|
|
31
|
+
> Dependency-only bump with no local code changes; main risk is regressions or API changes inside the upstream `@frontegg/js` 7.117.0 package.
|
|
32
|
+
>
|
|
33
|
+
> **Overview**
|
|
34
|
+
> Bumps the pinned **`@frontegg/js`** dependency from **7.115.0** to **7.117.0** in the root app and in **`@frontegg/angular`** (`projects/frontegg-app/package.json`), with **`yarn.lock`** updated for the matching **`@frontegg/types`**, **`@frontegg/redux-store`**, and **`@frontegg/rest-api`** versions.
|
|
35
|
+
>
|
|
36
|
+
> There are **no Angular library or application code changes** in this PR; behavior updates (e.g. token refresh retry/backoff from upstream) come from the new Frontegg JS SDK release.
|
|
37
|
+
>
|
|
38
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 3bd53840dd3a43053ceecd7289cefe6799d319b8. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
39
|
+
<!-- /CURSOR_SUMMARY -->
|
|
40
|
+
|
|
41
|
+
|
|
3
42
|
## [7.18.8](https://github.com/frontegg/frontegg-angular/compare/v7.18.7...v7.18.8) (2026-7-6)
|
|
4
43
|
|
|
5
44
|
- FR-23757 - Fixed the actor of system audit logs to not be unknown
|