Releases: persona-id/inquiry-ios-2
Releases · persona-id/inquiry-ios-2
2.25.5
2.25.4
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
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
Fixed
- Fixed a race condition that caused
PersonaInlineDelegate.navigationStateDidUpdate
to fire with stale data.
2.25.1
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
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
Added
- Published the Sentinel SDK.
2.23.3
Fixed
- Attributes on
PersonaInlineNavigationState
now correctly marked as public.
2.23.2
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
Added
- Added property
isPersonaNavigationHidden
toPersonaInlineViewController
to ease formSheet presentation with inline mode.