This repository was archived by the owner on Feb 18, 2022. It is now read-only.
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.