Changed
- Internal: Use the
max_total_retries
field from SdkConfiguration to compute the max number of document capture retries after an image quality failed check. It was previously was set to 1. - Internal: Add
video_instruction_type
property to analytics eventFACE_VIDEO_CAPTURE
andFACE_VIDEO_CAPTURE_NEXT_BUTTON_CLICKED
- Internal: Rename analytics event
FACE_VIDEO_CAPTURE_RECORDING_NEXT_CLICKED
toFACE_VIDEO_CAPTURE_NEXT_BUTTON_CLICKED
- Internal: Add
ui_alerts
properties toFALLBACK_TRIGGERED
analytics events - Internal: Add many new analytics events
CAMERA_ACCESS_*
,CAPTURE_*
,CONFIRMATION_*
- Internal: Add new analytics events
NAVIGATION_BACK_BUTTON_CLICKED
andNAVIGATION_CLOSE_BUTTON_CLICKED
- Internal: Rename analytics event
FACE_INTRO
toFACE_SELFIE_INTRO
- Internal: Add properties to analytics events for
DOCUMENT_CAPTURE
&DOCUMENT_CONFIRMATION
- Internal: Remove
trackComponentMode()
&trackComponentAndMode()
- Internal: Added test case configs to our demo app with queryString
testCase
- Internal: Add a css root scope to our SDK
- Public: Scope our customization of castor components to our SDK css root
- Public: Strip away
color-scheme
to prevent interference with customer styles - Internal: Upgrade
@sentry/browser@6.19.7
- Internal: Fix Sentry artifacts CI upload
- Internal: Migrated
MobileFlow
&CrossDeviceSubmit
to typescript - Internal: Migrated
MobileFlow
,CrossDeviceLink
&CrossDeviceSubmit
to typescript - Internal: Added
ScreenLayout
to CrossDeviceSubmit - Internal: Update FaceTec SDK on Auth step from 9.4.5 to 9.4.11
- Internal: Upgrade
typescript
to 4.6.2 - Public: Add UI customization option for
colorBackgroundQRCode
Fixed
- Public: Fix inline style to support Content Security Policy
- Public: Fix for http 204 request errors due to parsing
- Public: Fix for skipping step when using cross-device on mobile
- Public: Fix for showing user consent multiple times
- Public: Fix error when
mobilePhrases
is supplied butphrases
are not