Skip to content

Releases: Adyen/adyen-react-native

2.4.1

01 Oct 14:52
058dc87
Compare
Choose a tag to compare

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

11 Sep 07:10
29ab7de
Compare
Choose a tag to compare

What's Changed

New

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

14 Aug 15:04
8bc6779
Compare
Choose a tag to compare

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

Other

  • Migrate Example app to RN 74

Full Changelog: 2.2.0...2.3.0

2.2.0

20 Jul 05:48
0419d82
Compare
Choose a tag to compare

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") in android/build.gradle
  • enable buildConfig in android/app/build.gradle by adding android.buildFeatures.buildConfig = true

For React-Native before 72:

  • update Android compileTarget to 34 in android/build.gradle

New

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

11 Jul 11:20
7c089f7
Compare
Choose a tag to compare

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

28 Jun 07:32
1d85aa8
Compare
Choose a tag to compare

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

17 Jun 14:25
93d6d6a
Compare
Choose a tag to compare

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

31 May 14:14
fe5ef7e
Compare
Choose a tag to compare

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

03 May 16:19
e0100aa
Compare
Choose a tag to compare

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 for id;
  • Fixed an issue with data.amount.value received as string due to incorrect Long parsing.

New Contributors

Full Changelog: 2.0.0-beta.3...2.0.0-rc.1

1.2.1

02 May 06:51
Compare
Choose a tag to compare

What's Changed

New

  • Updated to iOS 4.12.1

    • The privacy manifest file issue that blocked the App Store upload process has been added
  • Updated to Android 4.13.4