@frontegg/react 5.0.26-alpha.4427554783 → 5.0.26
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 +11 -22
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,25 +1,14 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## [5.0.26](https://github.com/frontegg/frontegg-react/compare/v5.0.25...v5.0.26) (2023-3-
|
|
4
|
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
|
|
12
|
-
- FR-10150 - add option to enforce redirect to same site only to avoid security issues
|
|
13
|
-
- FR-9469 - Added support for customized social login providers
|
|
14
|
-
- FR-9524 - Add missing RecaptchaTokens, Fix first load recaptcha
|
|
15
|
-
- FR-9524 - Update packages folder path in nextjs project
|
|
16
|
-
- FR-11009 - fix auth url default value for preview mode
|
|
17
|
-
- FR-11009 - add check for social config authorization url validity
|
|
18
|
-
- FR-10428 - fix rest-api imports
|
|
19
|
-
- FR-11022 - groups feature bugfix
|
|
20
|
-
- FR-9524 - Fix Recaptcha
|
|
21
|
-
- FR-10945 - add passkeys privacy page
|
|
22
|
-
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [5.0.26](https://github.com/frontegg/frontegg-react/compare/v5.0.25...v5.0.26) (2023-3-16)
|
|
4
|
+
- Fixed use permission regex issue to accept a wild card
|
|
5
|
+
- User groups design fixes
|
|
6
|
+
- Fixed passkeys loading mode and login flow with MFA
|
|
7
|
+
- Update dependencies between passkeys and MFA on the privacy page
|
|
8
|
+
- Added support to reset Idle session timeout by post messages from the client iFrame
|
|
9
|
+
- Added an option to enforce redirect URLs to the same site only to avoid security issues
|
|
10
|
+
- Added support for customized social login providers
|
|
11
|
+
|
|
23
12
|
# Change Log
|
|
24
13
|
|
|
25
14
|
## [5.0.25](https://github.com/frontegg/frontegg-react/compare/v5.0.24...v5.0.25) (2023-3-10)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "5.0.26
|
|
4
|
+
"version": "5.0.26",
|
|
5
5
|
"author": "Frontegg LTD",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"types": "index.d.ts",
|
|
@@ -10,8 +10,8 @@
|
|
|
10
10
|
"build:watch": "rm -rf dist && mkdir dist && rollup -w -c ./rollup.config.js"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@frontegg/js": "6.
|
|
14
|
-
"@frontegg/react-hooks": "6.
|
|
13
|
+
"@frontegg/js": "6.80.0",
|
|
14
|
+
"@frontegg/react-hooks": "6.80.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": ">16.9.0",
|