@frontegg/react 7.12.22-alpha.25313907066 → 7.12.22-alpha.25366611819
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 +40 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [7.12.22](https://github.com/frontegg/frontegg-react/compare/v7.12.21...v7.12.22) (2026-5-5)
|
|
4
|
+
|
|
5
|
+
- FR-24187 - Fixed CPU issues
|
|
6
|
+
|
|
7
|
+
<!-- CURSOR_SUMMARY -->
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
> [!NOTE]
|
|
11
|
+
> **Low Risk**
|
|
12
|
+
> Low risk: this PR only updates dependency versions and lockfile entries, with no in-repo logic changes. Behavior changes, if any, come from the upstream Frontegg packages.
|
|
13
|
+
>
|
|
14
|
+
> **Overview**
|
|
15
|
+
> Updates `packages/react` to depend on `@frontegg/js` and `@frontegg/react-hooks` `7.106.0` (from `7.105.0`).
|
|
16
|
+
>
|
|
17
|
+
> Regenerates `yarn.lock` to pull the matching `7.106.0` versions of transitive Frontegg packages (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`).
|
|
18
|
+
>
|
|
19
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 64810cd988f72146c20dc7e4c9069f2c1f07a991. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
20
|
+
<!-- /CURSOR_SUMMARY -->
|
|
21
|
+
- FR-23435 - Added country restriction features to Security Center
|
|
22
|
+
- FR-23515 - Fixed wrong audit log tooltips
|
|
23
|
+
- FR-23524 - Added guidesCdnUrl to SSOPage
|
|
24
|
+
|
|
25
|
+
<!-- CURSOR_SUMMARY -->
|
|
26
|
+
---
|
|
27
|
+
|
|
28
|
+
> [!NOTE]
|
|
29
|
+
> **Low Risk**
|
|
30
|
+
> Low risk lockfile/dependency-only update; behavior changes are limited to whatever is introduced in upstream `@frontegg/*` packages.
|
|
31
|
+
>
|
|
32
|
+
> **Overview**
|
|
33
|
+
> Updates `@frontegg/react` to depend on `@frontegg/js` and `@frontegg/react-hooks` `7.105.0` (from `7.104.0`).
|
|
34
|
+
>
|
|
35
|
+
> Regenerates `yarn.lock` to pull the `7.105.0` Frontegg dependency chain (`@frontegg/types`, `@frontegg/redux-store`, `@frontegg/rest-api`) with updated resolved artifacts and integrity hashes.
|
|
36
|
+
>
|
|
37
|
+
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 25ced5838bb38eb844ac71bafd62158ed19e7500. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup>
|
|
38
|
+
<!-- /CURSOR_SUMMARY -->
|
|
39
|
+
|
|
40
|
+
### React Wrapper 7.12.22:
|
|
41
|
+
- fix - e2e trigger
|
|
42
|
+
|
|
3
43
|
## [7.12.21](https://github.com/frontegg/frontegg-react/compare/v7.12.20...v7.12.21) (2026-3-31)
|
|
4
44
|
|
|
5
45
|
- FR-23900 - Added validation for reset password token and improved user feedback for expired links
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "7.12.22-alpha.
|
|
4
|
+
"version": "7.12.22-alpha.25366611819",
|
|
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.106.0",
|
|
23
|
+
"@frontegg/react-hooks": "7.106.0"
|
|
24
24
|
},
|
|
25
25
|
"peerDependencies": {
|
|
26
26
|
"react": ">16.9.0",
|