@frontegg/react 5.0.11-alpha.3533031950 → 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 +10 -37
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,45 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
## [5.0.11](https://github.com/frontegg/frontegg-react/compare/v5.0.10...v5.0.11) (2022-11-23)
|
|
4
4
|
|
|
5
|
-
-
|
|
6
|
-
-
|
|
7
|
-
-
|
|
8
|
-
-
|
|
9
|
-
-
|
|
10
|
-
-
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
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
|
|
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
|
|
41
14
|
|
|
42
15
|
### React Wrapper 5.0.11:
|
|
43
|
-
-
|
|
16
|
+
- Updated README.md with the current integration guide
|
|
44
17
|
|
|
45
18
|
## [5.0.10](https://github.com/frontegg/frontegg-react/compare/v5.0.9...v5.0.10) (2022-11-10)
|
|
46
19
|
|