Releases: Adyen/adyen-react-native
Releases · Adyen/adyen-react-native
2.4.1
What's Changed
Fixes
- Remove unused
getReturnURL
declaration from SessionHelper module. Now library compiles correctly when "new architecture" is enabled. - bump
serve-static
from 1.15.0 to 1.16.2 to resolve security vulnerability.
Full Changelog: 2.4.0...2.4.1
2.4.0
What's Changed
New
- Now it is possible to make a recurring payment on Apple Pay.
- Remove stored payment methods option is available on DropIn configuration.
- iOS SDK updated to 5.11.0
Fixes
- Now
AdyenAction
exports correctly. - Fixed bug on React Native versions prior to 73, when
AdyenInstant
and other components were not loading correctly.
Full Changelog: 2.3.0...2.4.0
2.3.0
Caution
This release have known issue effecting React Native versions below 73.
See more details here #523
What's Changed
New
- Now Billing address for Card Component supports Delegate address.
- Update iOS to 5.1.0
- Improved behaviour of Address Form on Card component
Other
- Migrate Example app to RN 74
Full Changelog: 2.2.0...2.3.0
2.2.0
What's Changed
Note
Google will introduce new target API level requirements for Google Play apps starting August 31 2024.
For React-Native 73+ no action needed.
For React-Native 72:
- update Android compileTarget to 34 in
android/build.gradle
- set
classpath("com.android.tools.build:gradle:8.1.4")
inandroid/build.gradle
- enable
buildConfig
inandroid/app/build.gradle
by addingandroid.buildFeatures.buildConfig = true
For React-Native before 72:
- update Android compileTarget to 34 in
android/build.gradle
New
- Pump Android to 5.6.0
- This release include 3DS2 challenge flow fix.
Fixes
gradle.build
was reworked to potentially fix compatibility with old and newversions of React Native
Full Changelog: 2.1.1...2.2.0
2.1.1
What's Changed
Fixes
- Resolve JVM-target conflict for Android build
- Fix
version
parameter for Android analytics
Full Changelog: 2.1.0...2.1.1
2.1.0
What's Changed
Fixes
- Now billing and shipping configurations for GooglePay work correctly.
- "Inconsistent JVM-target compatibility" build issue was resolved on Android.
New
- Update iOS version to 5.9.0
- Update Android version to 5.5.0
- The new iDEAL payment flow where the shopper is redirected to the iDEAL payment page to select their bank and authorize the payment.
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
Fixes
- Now Expo versions above 47 no longer cause version conflicts
Full Changelog: 2.0.0...2.0.1
2.0.0
What's Changed
New
- Update iOS to 5.7.0
- Update Android to 5.4.0
Fixes
- Now expo plugin works correctly with Universal links
Full Changelog: 2.0.0-rc.1...2.0.0
2.0.0 RELEASE CANDIDATE
What's Changed
New
- Now Drop-in's "preselected stored payment view" title could be configured via configuration for iOS;
- Update to iOS 5.7.1. This update intends to provide correct Privacy manifests to Adyen SDK and all its dependencies;
- Now
requestorAppUrl
could be set for 3DS2 challenge on both iOS and Android. See configuration for more details;
Fixed
- Now
SessionConfiguration
interface has the correct property name forid
; - Fixed an issue with
data.amount.value
received as string due to incorrectLong
parsing.
New Contributors
Full Changelog: 2.0.0-beta.3...2.0.0-rc.1