Releases: plaid/plaid-link-ios
LinkKit 3.1.1
2022-10-11
Requirements
Name | Version |
---|---|
Xcode | >= 13.0 |
iOS | >= 11.0 |
Additions
- Bug fixes and performance tuning.
LinkKit 3.1.0
2022-06-08
Requirements
Name | Version |
---|---|
Xcode | >= 13.0 |
iOS | >= 11.0 |
Additions
- Added camera support for Identity Verification. If using this product, applications must add a
NSCameraUsageDescription
entry to their plist. - Added events for Identity Verification. See https://plaid.com/docs/link/ios/#link-ios-onevent-linkEvent-eventName
- Added
oauth
event type.
LinkKit 3.0.0
2022-05-02
Requirements
Name | Version |
---|---|
Xcode | >= 13.0 |
iOS | >= 11.0 |
Changes
- This version of LinKit was built & validated on an Xcode 13 toolchain
LinkKit 2.5.1
2022-03-22
Changes
- Fixes issue where parsing of
requires_account_selection
onExit status code was not performed correctly.
LinkKit 2.5.0
2022-03-18
There was a parsing bug with the requires_account_selection
onExit status code that breaks its usage. 2.5.1 fixes this.
Additions
-
Add support for
SELECT_DEGRADED_INSTITUTION
andSELECT_DOWN_INSTITUTION
events, which indicate the user
has selected an institution with a connection health status ofdegraded
ordown
, and encountered a
corresponding warning modal. -
Add new onExit status code
requires_account_selection
that is sent when Link is exited from the Account Select pane
LinkKit 2.4.0
2022-02-22
Additions
- Add
SUBMIT_DOCUMENTS
,SUBMIT_DOCUMENTS_SUCCESS
, andSUBMIT_DOCUMENTS_ERROR
view name for onEvent metadata
Changes
- Improve resilience of OAuth based Link flows. LinkKit will attempt to mitigate
faulty LinkKit integrations in regards to OAuth continuation or universal link
handling in order to guide users through a successful Link flow.
LinkKit 2.3.2
2022-01-18
Additions
-
Add support for the
BANK_INCOME_INSIGHTS_COMPLETED
event, which indicates the user
has completed the Assets + Bank Income Insights flow. -
Add support for integrating LinkKit via Swift Package Manager
Changes
-
Fix issue where account linking could get stuck on the institution's setup page
forUSER_SETUP_REQUIRED
andITEM_LOCKED
errors. -
Fix issue where webview popup is displayed when a link is opened externally in a browser.
-
Improve handling of external links and webview popup navigation.
LinkKit 2.3.1
2021-11-23
Changes
- Fix issue where
noLoadingState
flag was not properly bridged for Objective-C integrations.
LinkKit 2.3.0
2021-11-17
Additions
- Add optional
noLoadingState
parameter toLinkTokenConfiguration
to enable
integrating applications to display a custom activity indicator until LinkKit
is ready to present UI.
Changes
- Fix
+
appearing instead of blank space in onEvent metadata fields, e.g.
account and institution name.
LinkKit 2.2.2
2021-10-28
Changes
- Fix issue where LinkKit always returned an error when LinkKit was
included in an application, that was distributed with Xcode 13 and the new
Manage Version and Build Number App Store Connect distribution option selected. - Fix issue where 2 back buttons could be displayed erroneously during recaptcha verification or federated authentication.
- Improve handling of OAuth redirect URIs