Skip to content

Commit

Permalink
Merge pull request #136 from plaid/release/5.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid authored and GitHub Enterprise committed Sep 12, 2024
2 parents bec55cd + 178590f commit f2c2723
Show file tree
Hide file tree
Showing 44 changed files with 7,665 additions and 4,782 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# RELEASES

## LinkKit 5.6.1 — 2024-09-12
### Requirements

| Name | Version |
|------|---------|
| Xcode | >= 15.0.1 |
| iOS | >= 14.0 |

### Changes

- Add missing event names submitEmail, skipSubmitEmail, rememberMeEnabled, rememberMeDisabled, rememberMeHoldout, selectSavedInstitution, selectSavedAccount, autoSelectSavedInstitution, plaidCheckPane.
- Add missing view names submitEmail and verifyEmail.
- Add haptics support.
- Fix Embedded search view dynamic resizing.

## LinkKit 5.6.0 — 2024-06-24
### Requirements

Expand Down
11 changes: 11 additions & 0 deletions LinkKit.xcframework/ios-arm64/LinkKit.framework/Headers/PLKPlaid.h
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,15 @@ typedef NS_ENUM(NSInteger, PLKEventNameValue) {
PLKEventNameValueConnectNewInstitution,
PLKEventNameValueLayerReady,
PLKEventNameValueLayerNotAvailable,
PLKEventNameValueSubmitEmail,
PLKEventNameValueSkipSubmitEmail,
PLKEventNameValueRememberMeEnabled,
PLKEventNameValueRememberMeDisabled,
PLKEventNameValueRememberMeHoldout,
PLKEventNameValueSelectSavedInstitution,
PLKEventNameValueSelectSavedAccount,
PLKEventNameValueAutoSelectSavedInstitution,
PLKEventNameValuePlaidCheckPane,
// Add new enum cases directly above this line to avoid breaking API changes
};

Expand Down Expand Up @@ -151,6 +160,8 @@ typedef NS_ENUM(NSInteger, PLKViewNameValue) {
PLKViewNameValueVerifyPhone,
PLKViewNameValueSelectSavedInstitution,
PLKViewNameValueSelectSavedAccount,
PLKViewNameValueSubmitEmail,
PLKViewNameValueVerifyEmail,
// Add new enum cases directly above this line to avoid breaking API changes
};

Expand Down
Binary file modified LinkKit.xcframework/ios-arm64/LinkKit.framework/Info.plist
Binary file not shown.
Binary file modified LinkKit.xcframework/ios-arm64/LinkKit.framework/LinkKit
Binary file not shown.
Loading

0 comments on commit f2c2723

Please sign in to comment.