@frontegg/react 5.0.22-alpha.4103814876 → 5.0.22
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 +18 -17
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,20 +1,21 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
## [5.0.22](https://github.com/frontegg/frontegg-react/compare/v5.0.21...v5.0.22) (2023-2-
|
|
4
|
-
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
## [5.0.22](https://github.com/frontegg/frontegg-react/compare/v5.0.21...v5.0.22) (2023-2-7)
|
|
4
|
+
|
|
5
|
+
- Fixed go-to-sign-up message position in speedy login layout
|
|
6
|
+
- Added an input component to the library for adding members to a tenant
|
|
7
|
+
- Fix filtering SSO providers according to the vendor selection
|
|
8
|
+
- Added user groups card header component to the library
|
|
9
|
+
- Improved the admin portal and login box performance and bundle size
|
|
10
|
+
|
|
11
|
+
### React Wrapper 5.0.22:
|
|
12
|
+
- Added TSlib to Frontegg react bundle to prevent TS version conflicts
|
|
13
|
+
|
|
14
|
+
## [5.0.21](https://github.com/frontegg/frontegg-react/compare/v5.0.20...v5.0.21) (2023-2-1)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### React Wrapper 5.0.21:
|
|
18
|
+
- FR-10625 - Export HostedLogin class from @frontegg/js library
|
|
18
19
|
# Change Log
|
|
19
20
|
|
|
20
21
|
## [5.0.20](https://github.com/frontegg/frontegg-react/compare/v5.0.19...v5.0.20) (2023-1-29)
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "5.0.22
|
|
4
|
+
"version": "5.0.22",
|
|
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.71.0",
|
|
14
|
+
"@frontegg/react-hooks": "6.71.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": ">16.9.0",
|