@frontegg/react 5.0.18-alpha.3929879452 → 5.0.18

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 +7 -43
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,48 +1,12 @@
1
- # Change Log
2
-
3
- ## [5.0.18](https://github.com/frontegg/frontegg-react/compare/v5.0.17...v5.0.18) (2023-1-16)
4
-
5
- - FR-10261 - fix sign up position in dark theme
6
- - FR-10369 - change mfa ff name
7
- - FR-8329 - roles mock
8
- - FR-10141 - Added support for logout on hosted login in nextjs
9
- - FR-9816 - Add Snyk to PR check whitelist
10
- - FR-10345 - add margin login error
11
-
12
- - FR-10330 - fixes for bulk
13
- - FR-9816 - Fix branch selection
14
-
15
- -
16
-
17
- - FR-10112 - update admin box pipeline angular
18
- - FR-10141 - update rest-api
19
-
20
- - FR-9816 - fix version
21
- - FR-10248 - add spacing to mfa
22
- - FR-10256 - replace apple button redirect url
23
- - FR-10248 - add tooltip for card list item
24
- - FR-10246 - Add impersonation indication in login session table
25
- - FR-10275 - Avoid calling conditioned hook in Google onetap code
26
- - FR-9413 - fix main login validation for on boarding
27
- - FR-10241 - added support for redirectUrl on prelogin
28
- - FR-10240 - remove linkedin from inactive providers
29
- - FR-9983 - make sure that OTC fields are in one column with submit button
30
- - FR-9642 - Logout on OAuth service on Hosted Login
31
- - FR-8022 - support linkedin
32
- - FR-10212 - hide disabled cards from mfa list
33
- - FR-10162 - added support for google one tap
34
- - FR-9983 - Improve digits component
35
- - FR-9987 - fix social btns UI
36
- - FR-9413 - Login, unified behaviour
37
- - FR-10047 - fix bad UI webhook
38
- - FR-9993 - Add custom event to add user by bulk
39
- - FR-10118 - fix apple logo color change when font color changes
40
- - FR-9976 - refactor otc
41
-
42
- ### React Wrapper 5.0.18:
43
- - FR-5607 - use CustomComponentRegister
44
1
  # Change Log
45
2
 
3
+ ## [5.0.18](https://github.com/frontegg/frontegg-react/compare/v5.0.17...v5.0.18) (2023-1-16)
4
+
5
+ - Fixed sign up position in dark theme
6
+ - Added margin to login error
7
+ - Added support for built-in authenticators, security keys, and SMS as MFA methods
8
+
9
+
46
10
  ## [5.0.17](https://github.com/frontegg/frontegg-react/compare/v5.0.16...v5.0.17) (2023-1-11)
47
11
 
48
12
  - Fixed login with apple redirect URL
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontegg/react",
3
3
  "libName": "FronteggReact",
4
- "version": "5.0.18-alpha.3929879452",
4
+ "version": "5.0.18",
5
5
  "author": "Frontegg LTD",
6
6
  "main": "index.js",
7
7
  "types": "index.d.ts",