Skip to content

Releases: persona-id/inquiry-ios-2

2.25.5

13 Mar 18:06
Compare
Choose a tag to compare

Fixed

  • Fixed a rare crash that could occur when leaving the selfie capture step.

2.25.4

10 Mar 16:48
Compare
Choose a tag to compare

Added

  • Added support for auto submit buttons on ui steps.
  • Added alignment style for processing screens.

Changed

  • Removed dependency on Down in favor of native AttributedString markdown support. Reduces SDK footprint.
  • Removed hardcoded padding on ui steps for platform parity.

2.25.3

28 Feb 18:25
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where checkbox text was not being styled to the correct font size.
  • Fixed a bug that was preventing Belgian national IDs' and some Belgian residence permits' NFC chips from being scanned.

2.25.2

11 Feb 21:39
Compare
Choose a tag to compare

Fixed

  • Fixed a race condition that caused PersonaInlineDelegate.navigationStateDidUpdate to fire with stale data.

2.25.1

07 Feb 21:15
Compare
Choose a tag to compare

Fixed

  • Fixed a bug where certain dates would not be populated depending on the timezone of the device and if the date was on a day in that timezone where daylight savings occurred at midnight.
  • Fixed a style issue on Selfie Review screen.

2.25.0

03 Feb 19:36
Compare
Choose a tag to compare

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.

2.24.0

20 Dec 23:12
Compare
Choose a tag to compare

Added

  • Published the Sentinel SDK.

2.23.3

16 Dec 20:21
Compare
Choose a tag to compare

Fixed

  • Attributes on PersonaInlineNavigationState now correctly marked as public.

2.23.2

11 Dec 20:52
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with international DB components where prefilled country and id type fields would not hide according to the instructions of the server.

Added

  • Added support for markdown in the capture tips modal prompt text.

2.23.1

25 Nov 21:07
Compare
Choose a tag to compare

Added

  • Added property isPersonaNavigationHidden to PersonaInlineViewController to ease formSheet presentation with inline mode.