Releases: plaid/plaid-link-ios
Releases · plaid/plaid-link-ios
LinkKit 1.0.8
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
tokPLKStatusInstitutionNotFound
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
) whenclientName
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 thefirstResponder
- 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
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
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
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
2017-04-14
Added
Changed
- Call exit handler
linkViewController:didExitWithError:metadata:
instead of success handlerlinkViewController:didSucceedWithPublicToken:metadata
when exiting update mode from the credentials view (#148). - Correct header documentation regarding pre-selecting an institution;
initWithInstitution:delegate:
andinitWithInstitution:configuration:delegate
(#154). - Show alphanumeric keyboard for PIN entry when in development mode.
- Improve wording of
NSInvalidArgumentException
which is thrown when anenv
incompatible with theapiVersion
is configured (see README.md for details).
LinkKit 1.0.3
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
2017-03-17
Added
- Institutions
citizens
andregions
- 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 forAPIv1
will result in an exception)
LinkKit 1.0.1
2017-03-10
Changed
- Development mode information
LinkKit 1.0.0
2017-03-09
Added
- LinkKit.framework
- Xcode demo projects (LinkDemo-ObjC, LinkDemo-Swift, LinkDemo-Swift2)