From 7c4fa60d2c3ac863ca24eb5adc14b4fad49c0d13 Mon Sep 17 00:00:00 2001 From: dtroupe Date: Thu, 9 May 2024 11:29:19 -0700 Subject: [PATCH] document 11.9.0 --- CHANGELOG.md | 42 ++++++++++++++++++++++++++++++++++++++++++ README.md | 1 + 2 files changed, 43 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30d05b89..5d4ed97f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,47 @@ # RELEASES +## LinkKit V11.9.0 — 2024-05-09 + +### React Native + +#### Requirements + +This SDK now works with any supported version of React Native. + +#### Changes + +- Adds support for Fabric. + +### Android + +Android SDK [4.3.1](https://github.com/plaid/plaid-link-android/releases/tag/v4.3.1) + +#### Changes +- Change WebView background to a transparent gradient. + +#### Requirements + +| Name | Version | +|------|---------| +| Android Studio | 4.0+ | +| Kotlin | 1.8+ | + +### iOS + +iOS SDK [5.5.0](https://github.com/plaid/plaid-link-ios/releases/tag/5.5.0) + +#### Changes + +- Add PROFILE_DATA_REVIEW view name. +- Add NSPrivacyCollectedDataTypePurposes for NSPrivacyCollectedDataTypeUserID. + +#### Requirements + +| Name | Version | +|------|---------| +| Xcode | >= 15.0.1 | +| iOS | >= 14.0 | + ## LinkKit V11.8.2 — 2024-04-22 ### React Native diff --git a/README.md b/README.md index c09cbd6e..e44d0045 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,7 @@ While these older versions are expected to continue to work without disruption, | Plaid SDK Version | Min React Native Version | Android SDK | Android Min Version | Android Compile Version| iOS SDK | iOS Min Version | Status | |-------------------|--------------------------|-------------|---------------------|------------------------|---------|-----------------|-------------------------------| +| 11.9.0 | * | [4.3.1+] | 21 | 34 | >=5.5.0 | 14.0 | Active, supports Xcode 15.0.1 | | 11.8.2 | * | [4.3.1+] | 21 | 34 | >=5.4.2 | 14.0 | Active, supports Xcode 15.0.1 | | 11.8.1 | * | [4.3.1+] | 21 | 34 | >=5.4.2 | 14.0 | Active, supports Xcode 15.0.1 | | 11.8.0 | * | [4.3.1+] | 21 | 34 | >=5.4.2 | 14.0 | Active, supports Xcode 15.0.1 |