Release Notes

Have a feature request? Contact us

1.4.17 - 2022/12/15

Bug fixes

  • Fixed an invalid translation (sy-o-translation-16).

  • Fixed old log files never being deleted.

  • Fixed broken OTP functionality.

1.4.16 - 2022/11/01

Breaking changes

  • For all steps, changed guideline display behavior. Guidelines are now shown in a block instead of requiring a button press to view them in a new window.

  • On Identity, changed prompt behavior and translations to more clearly indicate an instruction prompt along with which side is being captured.

Changes & additions

  • Improved many prompts for more clarity during multiple steps of the onboarding process.

  • On liveness selfie, changed the Result component to show the selfie image even if the liveness analysis returned false.

  • Changed the Device Select component to display differing device icons based on detected type. It can now display mobile, tablet, webcam and a generic camera for other types.

  • Instead of always throwing an exception when no video input devices have been detected, onboarding now only throws an exception if no other capture method is available either.

  • Added camera direction priority configuration.

  • Changed the process which gains control of the camera to retry a few times after an initial failure to do so.

  • Improvements to default threshold values.

  • Added more control over threshold configuration.

  • Improvements to face detection.

  • Changed Device Select component listing to attempt using more user-friendly labels on mobile devices that provide bad naming conventions for their cameras.

  • On Identity, changed the UI presented during multi-sided document uploads to allow for easier file selection.

  • Added cropped image results.

  • Changed the Result component to first check for newly added cropped images, and only show the original images if no cropped images are present.

  • Improvements to Kenya ID card auto detection.

  • Added manual capture capabilities to Identity.

  • Added functionality to visually pre-select a default country on the Country Select component based on a provided parameter.

  • Added functionality to visually pre-select a default document type on the Document Select component based on a provided parameter.

  • On Identity, changed SDK to wait for 3 seconds while running the flip animation before running image analysis again and trying to take the rear photo.

  • Added UseV2 (value is "true") to default headers.

  • Added UseSegmentationBeforeOCR (value is "true") to default headers.

  • Added ValidateBackFront (value is "true") to default headers.

  • Added PDF conversion capabilities.

  • Added capability to skip liveness (with flag) after failing for a configurable number of times.

  • Added capability to configure inclusion of raw and cropped images during synchronization.

  • Added capability to configure the return of cropped images from the API.

  • Added capability to configure privacy policy and terms presentation modes, with an additional mode of opening a configurable URL in a new window.

  • Added capability to configure camera direction priorities.

  • Added capability to configure max upload file size for identity.

  • Added capability to configure data extraction headers.

  • Added capability to configure document type overrides.

  • Removed the following unused translations:

    • sy-b-translation-3

    • sy-b-translation-4

    • sy-b-translation-7

    • sy-b-translation-8

    • sy-b-translation-11

    • sy-b-translation-14

    • sy-b-translation-19

    • sy-i-translation-33

    • sy-i-translation-34

    • sy-i-translation-55

    • sy-o-translation-23

  • Changed the following translations:

    • sy-b-translation-6

    • sy-b-translation-9

    • sy-b-translation-25

    • sy-i-translation-27

    • sy-i-translation-42 to sy-i-translation-45

    • sy-i-translation-54

    • sy-i-translation-56

    • sy-o-translation-54

  • Added the following translations:

    • sy-b-translation-45

    • sy-i-translation-71 to sy-i-translation-84

  • Added the following API configuration options:

    • ConversionApiKey

    • ConversionAuthorizationEndpoint

    • ExtractImageFromPdfEndpoint

    • MediaStreamRetryCount

    • MediaStreamRetryDelay

    • PassiveLivenessEnableSkipFailureCount

    • IntegrationIncludeDocRaw

    • IntegrationIncludeDocCropped

    • DataExtractionReturnCroppedImages

    • FaceDetectionScale

    • EyeDetectionThreshold

    • EyeDetectionScale

    • BiometricsCameraDirectionPriority

    • IdentityCameraDirectionPriority

    • IdentityCaptureMode

    • IdentityMaxUploadFileSize

    • PrivacyPolicyPresentationMode

    • TermsPresentationmode

    • PrivacyPolicyUrl

    • TermsUrl

    • DocumentTypeOverrides

    • LivenessProviderType

    • LivenessHeaders

    • DataExtractionHeaders

  • Changed the UI loader/spinner.

  • General styling fixes.

Bug fixes

  • Fixed a timing issue that could sometimes cause buttons on the prepare component to be created in an unintended order.

  • Removed the need for microphone permissions if no audio is being recorded.

  • Fixed country code filters not working on the Document Select component.

  • Added "WordConfidenceResults" and "IsBackFrontValid" to list of fields to filter out if present on the result.

  • Fixed a bug where the mobile prompt appeared on file upload failure.

  • Fixed the onBeforeUpload event not firing on the Wizard component.

  • Fixed the onScanError event not firing on the Wizard component.

  • Fixed certain permission issues causing the SDK to fail to retrieve or initialize video input devices on Safari and Firefox.

1.3.0 - 2022/07/27

Breaking Changes

  • Added Biometrics hash check to Onboarding backend API as an additional layer of security.

Changes & additions

  • Integration with Biometrics 2.3.2

  • Integration with Identity 2.3.0

  • Added FinalizeImmediateCompletion configuration option to backend API appsettings.

  • Updated mobile capture functionality to no longer require additional URL query parameters.

  • Added the capability to pass a country in the form of a URL query parameter.

  • Added window events for step changes.

Bug Fixes

  • Fixed issue with the completion window event only executing if an onComplete callback is configured.

  • Fixed missing padding between flag and country code on the country dropdown of the phone input component.

1.2.0 - 2022/06/22

Breaking Changes

  • Removed unnecessary wrapping property (RequestData) from Nest integration requests

Changes & additions

  • Added custom CSS file to simplify custom styling

  • Added mobile capture functionality to liveness step

  • Added editing capabilities to data extraction result step

  • Added configuration option to toggle language selector

  • Added configuration option to toggle banner visibility

  • Added configuration option to include or exclude biometrics video

  • Added remote correlation ID verification capabilities

  • Adjustments so that the terms step is no longer required to be first

  • Added a window event to the final button click in order to signal completion to any containers

  • Added loader to initial screen

  • Added generic SDK classes to HTML elements to simplify styling over multiple SDKs

1.1.1 - 2022/06/08

Changes & additions

  • Changed the language dropdown to expand on click instead of hover.

  • Changed liveness to allow multiple faces but only take the nearest face into account.

  • Added flip animation to document capture when rear photo is required.

Bug Fixes

  • Fixed an issue specific to certain mobile browsers where the language selection dropdown would not close until the user interacted with another button on the screen.

  • Fixed a bug where no error message would be displayed when the UI could not communicate with the backend. API

  • Fixed an issue with content displayed in a new window not being viewable in Safari on mobile devices. This includes privacy policies, terms & conditions and guidelines.

  • Fixed issues with styling relating to certain components on smaller screens where some components would not be sized correctly.

1.1.0 - 2022/06/02

Breaking Changes

  • Moved terms & conditions and privacy policy files to the backend API

Changes & additions

  • Added localization

1.0.0 - 2022/05/17

  • Initial release

Last updated