@frontegg/react 5.0.28-alpha.4598038416 → 5.0.29-alpha.4687824834

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +40 -42
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,51 +1,49 @@
1
1
  # Change Log
2
2
 
3
- ## [5.0.28](https://github.com/frontegg/frontegg-react/compare/v5.0.27...v5.0.28) (2023-4-3)
3
+ ## [5.0.29](https://github.com/frontegg/frontegg-react/compare/v5.0.28...v5.0.29) (2023-4-13)
4
4
 
5
- - FR-11333 - fix tooltips
6
- - FR-11335 - remove autofill
7
- - FR-11106 - fix bug preview
8
- - FR-11283 - fix passkeys autofill
9
- - FR-11232 - tests groups
10
- - FR-11283 - add passkeys autofill
11
- - FR-11096 - SCIM groups
12
- - FR-11240 - passkeys text and style changes
13
- - FR-11042 - Fixing text across login-box - grammar and terminology
14
- - FR-10734 - Show impersonator that they're in an impersonation session
15
- - FR-11247 - fix version branch 6.82
16
-
17
-
18
- ## [5.0.27](https://github.com/frontegg/frontegg-react/compare/v5.0.26...v5.0.27) (2023-3-27)
19
-
20
- - FR-11247 - fix version branch 6.82
21
- - FR-11065 - add passkeys mock ff
22
- - FR-11189 - mfa authenticator app change input type
23
- - FR-10821 - fix table color
24
- - FR-11204 - add unit testing with jest
25
- - FR-11139 - fix groups
26
- - FR-11039 - fix groups dummy
27
- - FR-11039 - ff groups
28
- - FR-10530 - fix ff store name
29
- - FR-11067 - error handling on profile image upload
30
- - FR-11039 - extend users table with groups column
31
-
32
- - FR-10530 - fix ff
33
- - FR-10654 - Fix OIDC loading screen
34
- - FR-10530 - fix ff store name
35
- - FR-10530 - fix ff store name
36
- - FR-10530 - change ff behavior
37
- - FR-10976 - Remove idle session export from default items
38
- - FR-11120 - fix use permission
39
- - FR-10976 - idle session missing script for local exmaple
40
- - FR-11109 - fix groups design
41
- - FR-10530 - fix passkeys loading mode in login flow
42
- - FR-11065 - fix login flow with prompt for mfa
43
- - FR-10530 - update dependencies between passkeys and mfa
44
- - FR-10976 - Idle session timeout will be reset on a post message from the client iFrame
45
- - FR-10150 - add option to enforce redirect to same site only to avoid security issues
5
+ - FR-11248 - add the option to separate first and last name in sign up form
6
+ - FR-11354 - allaccounts components
46
7
 
47
8
  # Change Log
48
9
 
10
+ ## [5.0.28](https://github.com/frontegg/frontegg-react/compare/v5.0.27...v5.0.28) (2023-4-3)
11
+ - Added support for SCIM groups
12
+ - Updated texts across login box - grammar and terminology
13
+ - Added impersonation indicator to show impersonator that they're in an impersonation session
14
+ - Added passkeys feature
15
+
16
+ ## [5.0.27](https://github.com/frontegg/frontegg-react/compare/v5.0.26...v5.0.27) (2023-3-27)
17
+
18
+ - FR-11247 - fix version branch 6.82
19
+ - FR-11065 - add passkeys mock ff
20
+ - FR-11189 - mfa authenticator app change input type
21
+ - FR-10821 - fix table color
22
+ - FR-11204 - add unit testing with jest
23
+ - FR-11139 - fix groups
24
+ - FR-11039 - fix groups dummy
25
+ - FR-11039 - ff groups
26
+ - FR-10530 - fix ff store name
27
+ - FR-11067 - error handling on profile image upload
28
+ - FR-11039 - extend users table with groups column
29
+
30
+ - FR-10530 - fix ff
31
+ - FR-10654 - Fix OIDC loading screen
32
+ - FR-10530 - fix ff store name
33
+ - FR-10530 - fix ff store name
34
+ - FR-10530 - change ff behavior
35
+ - FR-10976 - Remove idle session export from default items
36
+ - FR-11120 - fix use permission
37
+ - FR-10976 - idle session missing script for local exmaple
38
+ - FR-11109 - fix groups design
39
+ - FR-10530 - fix passkeys loading mode in login flow
40
+ - FR-11065 - fix login flow with prompt for mfa
41
+ - FR-10530 - update dependencies between passkeys and mfa
42
+ - FR-10976 - Idle session timeout will be reset on a post message from the client iFrame
43
+ - FR-10150 - add option to enforce redirect to same site only to avoid security issues
44
+
45
+ # Change Log
46
+
49
47
  ## [5.0.26](https://github.com/frontegg/frontegg-react/compare/v5.0.25...v5.0.26) (2023-3-16)
50
48
  - Fixed use permission regex issue to accept a wild card
51
49
  - User groups design fixes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "5.0.28-alpha.4598038416",
4
+ "version": "5.0.29-alpha.4687824834",
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.84.0",
14
- "@frontegg/react-hooks": "6.84.0"
13
+ "@frontegg/js": "6.85.0",
14
+ "@frontegg/react-hooks": "6.85.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">16.9.0",