Skip to content

Releases: onfido/react-native-sdk

v10.6.0

14 Dec 17:44
Compare
Choose a tag to compare

Changed

  • Updated underlying Onfido native SDK version:
    • iOS 29.6.x (up from 29.5.x)
    • Android 19.5.x (up from 19.4.x)

v10.5.0

29 Nov 12:11
Compare
Choose a tag to compare

Changed:

  • Updated underlying Onfido native SDK version:
    • Android 19.4.x (up from 19.3.x)

Fixed:

  • Fixed OnfidoConfig disableNFC definition, as former enableNFC was changed. NFC is now opt-out, being enabled by default.

v10.4.0

11 Oct 13:09
Compare
Choose a tag to compare

Changed

  • Updated underlying Onfido native SDK version:
    • iOS 29.5.x (up from 29.4.x)
    • Android 19.3.x (up from 19.2.x)

Fixed

  • Fixed missing captureType for MediaResult objects - on Android

v10.3.1

21 Sep 15:38
Compare
Choose a tag to compare

Added:

  • Added a helper function byteArrayStringToBase64 for converting the fileData attribute of a MediaFile, from a String representation of byte array data, to a Base64 format - in the custom media callbacks use case.

Changed:

  • Updated the OnfidoMediaResult type so that captureType is visible. This refers to the type of the media capture in each case, which can be DOCUMENT, FACE or VIDEO.
  • Updated the Media Callbacks documentation.

v10.3.0

11 Sep 14:48
Compare
Choose a tag to compare

Added:

  • Updated underlying Onfido native SDK version:
    • iOS 29.4.x (up from 29.3.x)
    • Android 19.2.x (up from 19.1.x)

v10.2.0

01 Sep 10:55
Compare
Choose a tag to compare

Changed:

  • Changed Face step border success colour in Video Step
  • Updated underlying React Native version to 0.72.1 (up from 0.64.3). Please note that this also updates the minimum Node version required to 16.

v10.1.0

01 Aug 13:48
Compare
Choose a tag to compare

Added:

  • Updated underlying Onfido native SDK version:
    • iOS 29.3.x (up from 29.2.1)
  • Changed primaryColor description
  • Added theme selection to the SDK configuration

Changed:

  • Adjust colour contrast of brackets in Headturn step in motion
  • Adjust colour contrast of corners in Alignment step in motion
  • Added feedback on UI while video is being recorded on document capture
  • Removed OnfidoExtended framework variant

v10.0.0

27 Jul 16:07
Compare
Choose a tag to compare

Changed:

  • Updated underlying Onfido native SDKs versions:
    • iOS 29.2.x (up from 29.0.x)
    • Android 19.1.x (up from 18.0.x)
    • Added Proof of Address configuration

Fixed:

  • Fixed Motion fallback configuration for iOS

v9.0.0

26 Jun 17:05
Compare
Choose a tag to compare

Changed:

  • Public: Added support for Fallback as motionFallbackOptions - MOTION:

Added:

  • Public: Added support for Fallback Option OnfidoFaceCaptureOptions - MOTION:
  • Public: Added support for RecordingAudio Option as RecordAudio - MOTION:
  • Public: Allow Selfie/Video step configuration
  • Public: Added support for custom media callbacks

v8.3.0

03 May 08:37
Compare
Choose a tag to compare

Added:

  • Public: Added support for Fallback Option OnfidoFaceCaptureOptions - MOTION:

Fixed:

  • Public: Fixed the Workflow result handling crash