This repository has been archived by the owner on Feb 18, 2022. It is now read-only.
Releases: plaid/deprecated-link
Releases · plaid/deprecated-link
LinkKit 1.1.19
2019-05-29
Added
- Add new optional configuration property
language
, to specify the language in which the UI will be displayed.
Changed
- Fix issue with
countryCodes
when using shared configuration via Info.plist - Improve institution search results when searching for institutions supporting transactions
LinkKit 1.1.18
2019-04-15
Changed
- Fix issue where the end-user was not taken back to enter their credentials when providing an invalid username during the patch flow.
- Disable pinch to zoom when viewing the privacy policy.
Removed
- Support for APIv1 is now officially deprecated and unavailable. When Linkkit is configured with APIv1 it returns an error.
LinkKit 1.1.17
2019-03-15
Added
- Add new optional configuration property
countryCodes
to limit selectable institutions and institution search results to institutions available in the given countries
Changed
- Fix issue with automated microdeposits, which were only enabled when the configured product was
auth
- Fix issue where institutions were displayed on the institutionSelect- and institutionSearchPane that did not support the configured products
- Allow opt-in of account linking via microdeposits by configuring
userLegalName
anduserEmailAddress
; before public keys enabled for the latest auth features were required to provideuserLegalName
anduserEmailAddress
LinkKit 1.1.16
2019-02-27
Changed
- Fix issue with account verification via manual microdeposits
- Fix issue with multiple institution logos displayed when blurring views with sensitive information once the app switcher is activated
LinkKit 1.1.15
2019-02-05
Added
- Add support for the latest Auth features. Read the blog post, and reach out to [email protected] to enable your account and begin testing
- Add haptic feedback for selection changes and validation errors
- Add account number confirmation step when asking the end-user to enter their account and routing number
- Add retry for account routing number entry
Changed
- Improve account routing number messaging on validation errors
- Improve VoiceOver support
- Fix unknown account subtype in metadata in the
PLKPlaidLinkViewDelegate
calls (#294) - Fix multiple account selection indicator
- Fix grammar and spelling mistakes in header comments
LinkKit 1.1.14
2018-12-17
Changed
- Fix access for optional
webhook
andclientName
configuration properties (#284) - Improve compatibility with iOS 8
LinkKit 1.1.13
2018-10-30
Changed
- Improve VoiceOver accessibility by focussing on primary element when views appear, setting more specific accessibility labels, hints, and traits for existing elements, and hiding irrelevant elements.
- Improve handling of blur effect on application suspend / resume when other modal view controllers as for the Reset password flow are presented / dismissed.
- Include all available accounts metadata in the
linkViewController:didSucceedWithPublicToken:metadata
delegate calls (#239)
LinkKit 1.1.12
2018-09-17
Added
- Add support for iOS 12 security code auto-fill
Changed
- Fix issue where customizing the copy of button on the consent pane did not update the copy of the text below accordingly
- The metadata in the
linkViewController:didHandleEvent:metadata
callback method now includes data of the selected institution in every event if present - Allow the
dismissViewControllerAnimated:completion:
to be called on thePLKPlaidLinkViewController
object (addresses #254). Yet we recommend callingdismissViewControllerAnimated: ⣀ completion:
on the object that presented thePLKPlaidLinkViewController
or on thepresentingViewController
property of thelinkViewController
object passed to thePLKPlaidLinkViewDelegate
methods.
⚠️ Known issues
The following issues currently exist in LinkKit and will be addressed with the next release planned for the middle of October 2018.
- If the Reset password button on the credentials pane is tapped at the same time that the application goes into the background, the blur effect, which hides sensitive information from views, is not removed once the application becomes active again.
LinkKit 1.1.11
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 with the button copy
LinkKit 1.1.10
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.