Skip to content

Releases: plaid/react-native-plaid-link-sdk

v10.6.4

12 Oct 19:07
e359599
Compare
Choose a tag to compare

LinkKit V10.6.4 — 2023-10-12

React Native

Requirements

Name Version
React Native >= 66.0

Changes

  • Resolve Issue where PLKEmbeddedView doesn't compile on Xcode < 14.3.

Android

Android SDK 3.14.0

Requirements

Name Version
Android Studio 4.0+

iOS

iOS SDK 4.6.4

Requirements

Name Version
Xcode >= 14.0
iOS >= 11.0

v10.6.3

11 Oct 20:47
5392087
Compare
Choose a tag to compare

LinkKit V10.6.3 — 2023-10-11

React Native

Requirements

Name Version
React Native >= 66.0

Changes

  • Resolve Issue 564 React native web issue doesn't work with 10.6.0.

Android

Android SDK 3.14.0

Requirements

Name Version
Android Studio 4.0+

iOS

iOS SDK 4.6.4

Requirements

Name Version
Xcode >= 14.0
iOS >= 11.0

V10.6.2

10 Oct 22:17
630f8b3
Compare
Choose a tag to compare

LinkKit V10.6.2 — 2023-10-10

React Native

Requirements

Name Version
React Native >= 66.0

Changes

  • Resolve Issue 565. Where NPM package was in excess of 100mb.

Android

Android SDK 3.14.0

Requirements

Name Version
Android Studio 4.0+

iOS

iOS SDK 4.6.4

Requirements

Name Version
Xcode >= 14.0
iOS >= 11.0

V10.6.0

29 Sep 22:25
4d86d49
Compare
Choose a tag to compare

LinkKit V10.6.0 — 2023-09-29

React Native

Requirements

Name Version
React Native >= 66.0

Changes

  • Resolve Issue 501. You will now receive a LinkExit for any configuration errors.
  • Add support for AGP 8.
  • Add LinkEventNames - IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION, SELECT_FILTERED_INSTITUTION, SELECT_BRAND, SELECT_AUTH_TYPE, SUBMIT_ACCOUNT_NUMBER, SUBMIT_DOCUMENTS, SUBMIT_DOCUMENTS_SUCCESS, SUBMIT_DOCUMENTS_ERROR, SUBMIT_ROUTING_NUMBER, VIEW_DATA_TYPES, SUBMIT_PHONE, SKIP_SUBMIT_PHONE, VERIFY_PHONE, & CONNECT_NEW_INSTITUTION.
  • Add LinkEventViewNames - DATA_TRANSPARENCY, DATA_TRANSPARENCY_CONSENT, NUMBERS_SELECT_INSTITUTION, SELECT_AUTH_TYPE, SUBMIT_PHONE, VERIFY_PHONE, SELECT_SAVED_INSTITUTION, SELECT_SAVED_ACCOUNT, SELECT_BRAND, SUBMIT_DOCUMENTS, SUBMIT_DOCUMENTS_SUCCESS, SUBMIT_DOCUMENTS_ERROR, & UPLOAD_DOCUMENTS.
  • Add LinkEventMetadata fields isUpdateMode, accountNumberMask, & matchReason.

Android

Update Android SDK from 3.13.2 to 3.14.0

Requirements

Name Version
Android Studio 4.0+

Changes

  • Add IDENTITY_VERIFICATION_PENDING_REVIEW_SESSION, SELECT_BRAND, SELECT_FILTERED_INSTITUTION, SUBMIT_ACCOUNT_NUMBER, SUBMIT_DOCUMENTS, SUBMIT_DOCUMENTS_SUCCESS, SUBMIT_DOCUMENTS_ERROR, VIEW_DATA_TYPES, SUBMIT_PHONE, SKIP_SUBMIT_PHONE, VERIFY_PHONE, and CONNECT_NEW_INSTITUTION event names.
  • Add DATA_TRANSPARENCY, DATA_TRANSPARENCY_CONSENT, NUMBERS_SELECT_INSTITUTION, SUBMIT_PHONE, VERIFY_PHONE, SELECT_SAVED_INSTITUTION, SELECT_SAVED_ACCOUNT, and SELECT_BRAND event view names.
  • Add is_update_mode, match_reason, and account_number_mask event metadata fields.

iOS

Update iOS SDK from 4.5.1 to 4.6.4

Requirements

Name Version
Xcode >= 14.0
iOS >= 11.0

Changes

  • Reduce SDK Size from 17.6MB to 14.7MB.
  • Expose toObjC methods for React Native SDK.
  • Only displays initial loading indicator for sessions with high latency on initial load.
  • Fix double navigation bar for charles schwab.
  • Add new event and view names.
  • Add missing event metadata fields.
  • Fix transparent loading state during OAuth redirect.
  • Resolves bug where half-pane Link header could overlap the status bar.

V10.5.0

09 Aug 00:40
0d93f90
Compare
Choose a tag to compare

LinkKit V10.4.0 — 2023-08-08

React Native

Requirements

Name Version
React Native >= 66.0

Changes

  • Update iOS Native SDK.
  • Add support to present Link full screen. PlaidLinkProps not supports passing a LinkIOSPresentationStyle. Pass FULL_SCREEN to present Link full screen instead of as a modal. For more information checkout the pull-request.

Android

Android SDK 3.13.2

Requirements

Name Version
Android Studio 4.0+

Changes

  • Changed LinkRedirectActivity theme from Material to MaterialComponents.

iOS

iOS SDK 4.5.1

Requirements

Name Version
Xcode >= 14.0
iOS >= 11.0

Changes

  • Add identityVerificationPendingReviewSession event name.
  • Bug fixes.

V9.1.0

20 Jul 21:55
Compare
Choose a tag to compare

Changes:

  • Update Android SDK to 3.13.2
  • Update iOS SDK to 4.4.0
  • Changed initial native loading pane to be transparent instead of white.
  • Changed initial native loading spinner to be grey instead of black, so that it is visible over light and dark backgrounds.

Full Changelog: v9.0.1...v9.1.0

Issues:

I ran into this issue when testing with the example app. I applied the manual fix to the pod in question in Xcode and everything worked.

V10.4.0

13 Jun 21:21
0b86483
Compare
Choose a tag to compare

Changes:
- Update Android SDK to 3.13.2
- Update iOS SDK to 4.4.0
- Changed initial native loading pane to be transparent instead of white.
- Changed initial native loading spinner to be grey instead of black, so that it is visible over light and dark backgrounds.

v10.3.0

08 May 17:35
ca1ff39
Compare
Choose a tag to compare
  • Update Android SDK to 3.12.1.
  • Update Example App.
  • Fix event metadata JSON key inconsistency between iOS & Android.

v10.2.0

03 May 17:42
46278ee
Compare
Choose a tag to compare

Update Native SDKs

v10.1.0

23 Mar 00:49
Compare
Choose a tag to compare
  • Bumps iOS SDK to 4.2.0
  • Bumps Android SDK to 3.11.0
  • Resolves bug in app2app OAuth on iOS.