Skip to content
This repository was archived by the owner on Feb 18, 2022. It is now read-only.

LinkKit 1.1.12

Compare
Choose a tag to compare
@afh afh released this 18 Sep 17:01
· 35 commits to master since this release

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 the PLKPlaidLinkViewController object (addresses #254). Yet we recommend calling dismissViewControllerAnimated: ⣀ completion: on the object that presented the PLKPlaidLinkViewController or on the presentingViewController property of the linkViewController object passed to the PLKPlaidLinkViewDelegate 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.