Skip to content

2.25.0

Latest
Compare
Choose a tag to compare
@mobile-build-persona mobile-build-persona released this 03 Feb 19:36

Added

  • Added support for optional review screen on selfie flows.
  • Added the ability for the server to instruct the client to use fallback mode automatically. To use this, either pass in FallbackMode.defer to the .fallbackMode function on the InquiryTemplate builder, or pass in a valid fallback inquiry id (starts with iqfs) and a valid fallback session token (using the .sessionToken function) on the Inquiry builder.

Changed

  • InquiryDelegate is now marked as @MainActor to reflect it's existing behavior and eliminate warnings on implementations also marked as @MainActor.

Fixed

  • Fixed a bug that was causing the cursor to jump to the end of input text components when the user was not making their edit at the end of the input text.
  • Fixed a rare crash during government id step.
  • Made the verify with Reusable Persona button component disableable.
  • Fixed a bug that could cause inquiries to show pages that async workflows triggered after the inquiry success screen was reached when creating a Reusable Persona.