@frontegg/react 5.0.28-alpha.4593973034 → 5.0.28-alpha.4598038416
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 +15 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
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)
|
|
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
|
+
|
|
3
18
|
## [5.0.27](https://github.com/frontegg/frontegg-react/compare/v5.0.26...v5.0.27) (2023-3-27)
|
|
4
19
|
|
|
5
20
|
- FR-11247 - fix version branch 6.82
|
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.
|
|
4
|
+
"version": "5.0.28-alpha.4598038416",
|
|
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.84.0",
|
|
14
|
+
"@frontegg/react-hooks": "6.84.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": ">16.9.0",
|