@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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -17
  2. 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-6)
4
-
5
- - FR-10431 - input component for adding members
6
- - FR-10414 - fix filter SSO providers according to the vendor choice
7
- - FR-10430 - user groups card header
8
- - FR-9271 - hosted login improvements
9
-
10
- ### React Wrapper 5.0.22:
11
- - FR-10626 - Add tslib to frontegg react bundle to prevent ts version conflicts
12
-
13
- ## [5.0.21](https://github.com/frontegg/frontegg-react/compare/v5.0.20...v5.0.21) (2023-2-1)
14
-
15
-
16
- ### React Wrapper 5.0.21:
17
- - FR-10625 - Export HostedLogin class from @frontegg/js library
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-alpha.4103814876",
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.70.0",
14
- "@frontegg/react-hooks": "6.70.0"
13
+ "@frontegg/js": "6.71.0",
14
+ "@frontegg/react-hooks": "6.71.0"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": ">16.9.0",