@frontegg/react 5.0.11-alpha.3539888241 → 5.0.11
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.11](https://github.com/frontegg/frontegg-react/compare/v5.0.10...v5.0.11) (2022-11-23)
|
|
4
|
+
|
|
5
|
+
- Added support for admin portal pre-defined theme options (dark, vivid, modern, and classic themes)
|
|
6
|
+
- Added support for customizing admin portal navigation hover color
|
|
7
|
+
- Fixed typo of Andorra country in countries dropdown
|
|
8
|
+
- Fixed select popup alignment issue
|
|
9
|
+
- Changed no local authentication feature to also hide the sign-up form when there is no local authentication option (use only social logins and SSO for signing up)
|
|
10
|
+
- Added mock for feature flags API for admin portal preview mode
|
|
11
|
+
- Fixed resend invitation and activate your account API calls
|
|
12
|
+
- Fixed creating custom webhook on the Admin Portal is sent with the event ID and not with the event Key
|
|
13
|
+
- Added support for customizing fields and tabs in the admin portal
|
|
14
|
+
|
|
15
|
+
### React Wrapper 5.0.11:
|
|
16
|
+
- Updated README.md with the current integration guide
|
|
17
|
+
|
|
3
18
|
## [5.0.10](https://github.com/frontegg/frontegg-react/compare/v5.0.9...v5.0.10) (2022-11-10)
|
|
4
19
|
|
|
5
20
|
- Add support for overriding customzation for admin portal pages and tabs
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontegg/react",
|
|
3
3
|
"libName": "FronteggReact",
|
|
4
|
-
"version": "5.0.11
|
|
4
|
+
"version": "5.0.11",
|
|
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.45.0",
|
|
14
|
+
"@frontegg/react-hooks": "6.45.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": ">16.9.0",
|