Skip to content

Releases: plaid/plaid-link-ios

LinkKit 3.1.1

11 Oct 19:11
Compare
Choose a tag to compare

2022-10-11

Requirements

Name Version
Xcode >= 13.0
iOS >= 11.0

Additions

  • Bug fixes and performance tuning.

LinkKit 3.1.0

08 Jun 21:22
Compare
Choose a tag to compare

2022-06-08

Requirements

Name Version
Xcode >= 13.0
iOS >= 11.0

Additions

LinkKit 3.0.0

03 May 22:16
Compare
Choose a tag to compare

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

22 Mar 16:29
Compare
Choose a tag to compare

2022-03-22

Changes

  • Fixes issue where parsing of requires_account_selection onExit status code was not performed correctly.

LinkKit 2.5.0

18 Mar 20:02
Compare
Choose a tag to compare

2022-03-18

⚠️ Known Issues
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 and SELECT_DOWN_INSTITUTION events, which indicate the user
    has selected an institution with a connection health status of degraded or down, 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

23 Feb 06:47
@afh afh
Compare
Choose a tag to compare

2022-02-22

Additions

  • Add SUBMIT_DOCUMENTS, SUBMIT_DOCUMENTS_SUCCESS, and SUBMIT_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

18 Jan 19:31
@afh afh
Compare
Choose a tag to compare

2022-01-18

Additions

Changes

  • Fix issue where account linking could get stuck on the institution's setup page
    for USER_SETUP_REQUIRED and ITEM_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

23 Nov 22:39
Compare
Choose a tag to compare

2021-11-23

Changes

  • Fix issue where noLoadingState flag was not properly bridged for Objective-C integrations.

LinkKit 2.3.0

17 Nov 01:38
Compare
Choose a tag to compare

2021-11-17

Additions

  • Add optional noLoadingState parameter to LinkTokenConfiguration 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

28 Oct 18:42
@afh afh
Compare
Choose a tag to compare

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