@frontegg/react 5.0.11-alpha.3532620063 → 5.0.11-alpha.3533031950
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 +42 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,47 @@
|
|
|
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
|
+
- FR-9792 - fix theme chunk
|
|
6
|
+
- FR-9784 - pass merged palette to themes json
|
|
7
|
+
- FR-9777 - add option to color hover in navigation
|
|
8
|
+
- FR-9235 - Fix AndorrA typo in country dropdown
|
|
9
|
+
- FR-9725 - fix select popup
|
|
10
|
+
- FR-9771 - refactor toggle button
|
|
11
|
+
- FR-9749 - fix big titles on speedy login thumb nail mode
|
|
12
|
+
- FR-9730 - select tree for dark theme
|
|
13
|
+
- FR-9721 - add possibilities to security tabs for dark theme
|
|
14
|
+
- FR-9696 - fix responsiveness on builder preview
|
|
15
|
+
- FR-8402 - Hide sign up form when there is not local authentication same as we do in the login flow
|
|
16
|
+
- FR-9652 - mock flags
|
|
17
|
+
- FR-9667 - fix copy of restrictions
|
|
18
|
+
- FR-9677 - add slack provider to social login types
|
|
19
|
+
- FR-8849 - Resend invite and activate your account calls fix
|
|
20
|
+
- FR-9260 - Creating Custom webhook on the Admin Portal is sent with the evnetId and not with the eventKey
|
|
21
|
+
|
|
22
|
+
- FR-9665 - Support logout from hosted login in vanilla.js via app instance
|
|
23
|
+
- FR-9662 - pagination in dark them
|
|
24
|
+
|
|
25
|
+
- FR-9664 - update @frontegg/rest-api
|
|
26
|
+
- FR-9661 - fix chips in dark them
|
|
27
|
+
- FR-9653 - fix hide fields session management
|
|
28
|
+
- FR-9659 - inherit button dark them
|
|
29
|
+
- FR-9655 - fix dialog and select dark them
|
|
30
|
+
- FR-8948 - Fix - clean error message from sign up page when visiting it again
|
|
31
|
+
- FR-9624 - typo + snyk git ignore
|
|
32
|
+
- FR-9629 - typography should be white in dark theme
|
|
33
|
+
- FR-9625 - empty table in dark theme
|
|
34
|
+
- FR-9631 - resize the login box when logo is null
|
|
35
|
+
- FR-9176 - hide fields security and account details pages
|
|
36
|
+
- FR-8714 - Fix ReCaptcha timeout
|
|
37
|
+
- FR-9186 - support ssr with session and refresh token
|
|
38
|
+
- FR-9614 - Add support for innerThemeProvider for admin portal pages and tabs
|
|
39
|
+
- FR-9186 - fix pipeline
|
|
40
|
+
null
|
|
41
|
+
|
|
42
|
+
### React Wrapper 5.0.11:
|
|
43
|
+
- Update README.md
|
|
44
|
+
|
|
3
45
|
## [5.0.10](https://github.com/frontegg/frontegg-react/compare/v5.0.9...v5.0.10) (2022-11-10)
|
|
4
46
|
|
|
5
47
|
- 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-alpha.
|
|
4
|
+
"version": "5.0.11-alpha.3533031950",
|
|
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.45.0
|
|
14
|
-
"@frontegg/react-hooks": "6.45.0
|
|
13
|
+
"@frontegg/js": "6.45.0",
|
|
14
|
+
"@frontegg/react-hooks": "6.45.0"
|
|
15
15
|
},
|
|
16
16
|
"peerDependencies": {
|
|
17
17
|
"react": ">16.9.0",
|