Skip to content

Releases: plaid/plaid-link-ios

LinkKit 1.1.11

25 Jun 15:52
@afh afh
Compare
Choose a tag to compare

2018-08-15

Added

  • Add support for customization of the headline, submit button, and highlight color on the initial consentPane
  • Add support for alphanumeric MFA codes
  • Add support for react native
  • Remove sensitive information from views before moving to the background

Changed

  • Fix issue where the Restart action on the result pane exited the flow instead of going back to the institution select pane. (addresses #256).
  • Fix issue where LinkKit can crash during device based mfa (addresses #252).
  • Improve animation of blur effect during application suspend / resume

Known issues

The following issues currently exist in LinkKit and will be addressed with the next release planned for the middle of September 2018.

  • When customizing the copy of button on the consent pane the copy of the text below is not updated accordingly

LinkKit 1.1.10

25 Jun 15:51
@afh afh
Compare
Choose a tag to compare

2018-07-02

Added

  • Plaid Link for iOS now asks end users for their consent to Plaid's privacy policy

Changed

  • Fix issue that could crash LinkKit in sandbox mode when viewing the development mode information
  • Fix issue where the last active pane instead of the institution select pane would be shown when the same instance of PLKPlaidLinkViewController was re-used
  • Present institution website after "Unlock account" is tapped on the result pane for a locked item

Known issues

The following issues currently exist in LinkKit 1.1.10 and older and are fixed in LinkKit 1.1.11

  • LinkKit can crash during device based mfa. For further details see #252.

LinkKit 1.1.9

25 Jun 15:51
@afh afh
Compare
Choose a tag to compare

2018-05-17

Changed

  • Improve compatability with iOS 8
  • Fix issue where the search pane would be shown instead of the institution select pane when going back from the credentials pane
  • Visual user interface modification to create more similarity between Plaid Link for web and iOS

LinkKit 1.1.8

25 Jun 15:51
@afh afh
Compare
Choose a tag to compare

2018-04-16

Changed

  • Fix issue with credentials validation that requires a PIN code when using a third-party password manager
  • Fix status bar style for applications that disable view controller-based status bar appearance
  • All delegate methods of the PLKPlaidLinkViewDelegate protocol are now called on the main thread
  • Visual user interface modification to create more similarity between Plaid Link for web and iOS
  • Move the third-party password manager button from the username field to the password field

Removed

  • Remove back bar button item on credential pane when retrying credentials using custom initializer flow

LinkKit 1.1.7

25 Jun 15:51
@afh afh
Compare
Choose a tag to compare

2018-03-20

Added

  • Add customizable exit button below search results (addresses #228).
  • For the select account flow the account mask, type, and subtype are now returned in the metadata of the linkViewController:didSucceedWithPublicToken:metadata handler.

Changed

  • Deprecate kPLKMetadataInstitutionType constant in favor of kPLKMetadataType and kPLKMetadataInstitution_Type in favor of kPLKAPIv1MetadataInstitutionType

Removed

  • Remove the Success view when Select Accout is enabled in the Plaid Dashboard, to match the behaviour in Link Web

LinkKit 1.1.6

25 Jun 15:50
@afh afh
Compare
Choose a tag to compare

2018-03-01

Added

  • Add warning log message when third-party password manager support is not setup properly

Changed

  • Values for PLKPLAIDLINK_DIAGNOSTICS log level to accommodate for newly added warning log level
  • Fix sandbox only crash when submitting credentials after having viewed the development mode info view (#234)
  • Fix crash when customized institution select pane contained certain institutions (#235)

LinkKit 1.1.5

25 Jun 15:50
@afh afh
f0805e9
Compare
Choose a tag to compare

2018-02-15

Added

  • Improve error handling when initializing LinkKit
  • When retrying a login the previously entered username will remain in the username input field.

Changed

  • Fix bug where password manager action sheet could be invoked even though password manager button in credential field was invisible
  • Visual user interface modification to create more similarity between Plaid Link for web and iOS.

Known issues

The following issues currently exist in LinkKit and will be addressed with the next release planned for beginning of March 2018.

  • LinkKit can crash when the Institution Select pane has been customized with certain longtail institutions with long names. Unfortunately this is a production issue and we recommend removing these institutions from the customized Institution Select pane until the next version of LinkKit has been integrated in your application. For further details see plaid/link#235
  • LinkKit crashes when using custom initializers and navigating back from the development mode info pane to the credentials pane and then submitting credentials. This is a sandbox / development only related issue and cannot occur in production context where the development mode info page is not available. For further details see plaid/link#234

LinkKit 1.1.4

25 Jun 15:50
@afh afh
Compare
Choose a tag to compare

2018-01-11

Added

  • Add support for password managers to allow users to use application extensions provided by password manager applications to fill in the account credentials. Please note that the application integrating LinkKit must add org-appextension-feature-password-management to LSApplicationQueriesSchemes in its Info.plist

Changed

  • Visual user interface modification to create more similarity between Plaid Link for web and iOS.
  • Fix issue that prevented bank accounts to be successfully linked when using non-sandbox keys in the Tartan environment with the legacy API.

LinkKit 1.1.3

25 Jun 15:50
@afh afh
Compare
Choose a tag to compare

2017-12-11

Added

  • Allow customization of "top" institutions if the corresponding option is enabled in the Dashboard

Changed

  • Add consistency to visual appearance of buttons in highlighted state

LinkKit 1.1.2

25 Jun 15:50
@afh afh
Compare
Choose a tag to compare

2017-11-02

Changed

  • Fix single account pre-selection, where didExitWithError:metadata: was called instead of didSucceedWithPublicToken:metadata: when the pre-selected was not tapped despite of already being selected
  • Add support for alphanumeric mfa codes
  • Deprecate selectAccount parameter on PLKConfiguration in favour of the Select Account view customization available from the Dashboard https://dashboard.plaid.com/link/account-select or the kPLKCustomizationEnabledKey customization for kPLKAccountSelectPaneKey when using PLKConfiguration.customizeWithDictionary:. The selectAccount parameter will be removed in a future release.