Skip to content

Commit

Permalink
Merge pull request #658 from plaid/release/11.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dtroupe-plaid authored May 9, 2024
2 parents e521cfe + 7c4fa60 commit 6a6a253
Show file tree
Hide file tree
Showing 11 changed files with 15,567 additions and 1,011 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
23 changes: 2 additions & 21 deletions FabricExample/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -937,27 +937,8 @@ PODS:
- glog
- React-debug
- react-native-plaid-link-sdk (11.8.2):
- DoubleConversion
- glog
- hermes-engine
- Plaid (~> 5.4.2)
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
- React-Codegen
- React-Core
- React-debug
- React-Fabric
- React-featureflags
- React-graphics
- React-ImageManager
- React-NativeModulesApple
- React-RCTFabric
- React-rendererdebug
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- react-native-safe-area-context (4.10.1):
- DoubleConversion
- glog
Expand Down Expand Up @@ -1540,7 +1521,7 @@ SPEC CHECKSUMS:
React-jsitracing: 233d1a798fe0ff33b8e630b8f00f62c4a8115fbc
React-logger: 7e7403a2b14c97f847d90763af76b84b152b6fce
React-Mapbuffer: 11029dcd47c5c9e057a4092ab9c2a8d10a496a33
react-native-plaid-link-sdk: 51b95c933cde22b7716881e30bdbc12559c27532
react-native-plaid-link-sdk: 16c6c09bbe2bab1e343b72b5fbca107f39f45f1e
react-native-safe-area-context: 7f54ad0a774de306ab790c70d9d950321e5c5449
React-nativeconfig: b0073a590774e8b35192fead188a36d1dca23dec
React-NativeModulesApple: df46ff3e3de5b842b30b4ca8a6caae6d7c8ab09f
Expand Down Expand Up @@ -1568,7 +1549,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 156548e18203327173a764c6932a3f52e90cb9cd
RNScreens: 63fe8222c172a79f5c30dd1aefaeb369c6eb57b6
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: 348f8b538c3ed4423eb58a8e5730feec50bce372
Yoga: b9a182ab00cf25926e7f79657d08c5d23c2d03b0

PODFILE CHECKSUM: b936e2fea9ff23b20d38415dc0528f22d4ecbf87

Expand Down
Loading

0 comments on commit 6a6a253

Please sign in to comment.