Skip to content

Releases: plaid/plaid-link-ios

LinkKit 1.0.8

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

2017-08-18

Added

  • Add support for three or more MFA selection options
  • Tapping on sample credentials in the development mode view copies them to the pasteboard

Changed

  • Immediately notify users when attempting to patch an item without any errors
  • Correctly pass errors to the PLKPlaidLinkViewDelegate after recaptcha validation (#191)
  • Enable scrolling for long questions on MFA view.
  • Correctly set metadata.status to kPLKStatusInstitutionNotFound when the user tapped the exit button shown when the institution search yielded no results (#190)
  • Use application name as set in Info.plist (kCFBundleNameKey) when clientName is not configured #189)
  • Correctly set returned institution metadata to null when Link exits from institution selection #185)
  • Improve animation when dismissing PLKPlaidLinkViewController with a subview being the firstResponder
  • Improve accessibility on back button
  • Prefix method names on UIKit and Foundation categories with plk_ to prevent method name clashes (#195)

LinkKit 1.0.7

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

2017-07-26

Changed

  • Fix interactive area of exit button (#185)
  • Fix issue where the logo for certain institutions was not shown in the search results

LinkKit 1.0.6

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

2017-07-11

Added

  • Add copy customization which allows to change the text of certain user interface elements in the Link flow
  • Add exit button when searching for an institution yielded no results so people can directly exit out of Link iOS
  • Add time-out message when searching for an institution takes too long

Changed

  • Fix issue with configured webhook when using APIv2

LinkKit 1.0.5

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

2017-06-12

Added

  • Add phone MFA type

Changed

  • Fix APIv1 select account flow in which users were incorrectly asked to select their account (#169)
  • Gracefully handle Link internal issues that previously could lead to crashes (#169)
  • Return institution_id in metadata when using APIv2 (#172)
  • Show institution name in title bar (#173)
  • Improve iOS 9 compatibility (#169)
  • Show placeholders in the select account view when additional account information is unavailable
  • Return to the institution select view when an instituion's mfa method is not supported
  • Improve positioning of institution logo

LinkKit 1.0.4

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

2017-04-14

Added

Changed

  • Call exit handler linkViewController:didExitWithError:metadata: instead of success handler linkViewController:didSucceedWithPublicToken:metadata when exiting update mode from the credentials view (#148).
  • Correct header documentation regarding pre-selecting an institution; initWithInstitution:delegate: and initWithInstitution:configuration:delegate (#154).
  • Show alphanumeric keyboard for PIN entry when in development mode.
  • Improve wording of NSInvalidArgumentException which is thrown when an env incompatible with the apiVersion is configured (see README.md for details).

LinkKit 1.0.3

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

2017-03-31

Added

  • Institution huntington

Changed

  • Fix issue with credentials authentication when an institution requires a PIN
  • Use default api version when none specified
  • Fix compiler warnings in LinkDemo-Swift project

LinkKit 1.0.2

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

2017-03-17

Added

  • Institutions citizens and regions
  • Sandbox environment for APIv2
  • Tartan environment for APIv1
  • CHANGELOG.md

Changed

  • Update documentation regarding environments (see README.md for details)
  • Update development mode information regarding selections MFA
  • LINK_ENV build settings in Xcode demo projects
  • Redesign demo application welcome view
  • User interface font size

Removed

  • Testing environment for APIv1 and APIv2
  • Development environment for APIv1 (NOTE: configuring the Development environment for APIv1 will result in an exception)

LinkKit 1.0.1

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

2017-03-10

Changed

  • Development mode information

LinkKit 1.0.0

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

2017-03-09

Added