Releases: ReachFive/identity-web-ui-sdk
Releases · ReachFive/identity-web-ui-sdk
v1.29.0
v1.28.0
Added
- Add a
allowAuthentMailPhone
boolean option to hide email and password field (keep only custom identifier) on login widget - Add a possibility to display a country selector on phone number fields
- Add Okta provider
- Add visual marker to labels for required fields
- Add possibility to define custom labels for social buttons
Fixes
- showSocialAccounts widget: use the configured variant and not always fallback on the default one
v1.27.0
v1.26.1
Added
- Add a second UI for login with passkey: choose between integrated password and passkey with
initialScreen: 'login'
or separated password and passkey withinitialScreen: 'login-with-web-authn'
v1.26.0
Added
- Discoverable login for passkey in
showAuth
whenallowWebAuthnLogin
is activated
Fixes
- MFA
stepUp
main view initialization and rendering conditions - Better global error message handling
- SocialAccount
auth
config formarding
v1.25.7
v1.25.6
v1.25.4
Changes
- Remove 'loadash' dependency
- Use
CSSProperties
type from 'styled-components' instead ofCSS
from 'CSS'.
Fixes
- Field props should be updated when form's props changes.
- Email validation should not be triggered when trying to login with a custom identifier
Full Changelog: v1.25.3...v1.25.4