Skip to content

Releases: Adyen/adyen-react-native

1.0.0 [BETA.8]

08 Feb 22:57
Compare
Choose a tag to compare

What's Changed

New

Fixed

iOS

  • For cards, setting the kcpVisibility property now works correctly. Previously, the property was using the wrong configuration.
  • Drop-in now closes properly when the shopper pays with Apple Pay.

Android

  • For Google Pay, you can now use the googlepay payment method type. Previously, only paywithgoogle worked.

Deprecated

Android

  • AdyenGooglePayComponent.handleActivityResult(requestCode, resultCode, data). Use AdyenCheckout.handleActivityResult(requestCode, resultCode, data) instead.
  • AdyenDropInComponent.removeDropInLauncher(). Use AdyenCheckout.removeLauncherActivity() instead.
  • AdyenDropInComponent.setDropInLauncher(activity). Use AdyenCheckout. setLauncherActivity(activity) instead.
  • ActionHandler.handleIntent(intent). Use AdyenCheckout.handleIntent(intent) instead.

Removed

Android

  • Deprecated AdyenDropInComponent.handle(intent: Intent) removed

Changed

  • Updated the iOS to version 4.10.3.
  • Update the Android to version 4.9.1.
  • Updated the dependency com.google.android.material:material to version 1.7.0.
  • Updated the dependency com.android.tools.build:gradle to version 7.3.1.
  • Updated react monorepo to version 18.
  • Updated kotlin monorepo to version 1.7.22.

Full Changelog: 1.0.0-beta.7...1.0.0-beta.8

1.0.0 [BETA.7]

04 Nov 16:55
2a9e30a
Compare
Choose a tag to compare

What's Changed

Fixes

  • Fix bug with removeListeners in #61

Deprecation

  • Deprecate AdyenCardComponent. AdyenCheckout.start('scheme') or AdyenDropIn with skipListWhenSinglePaymentMethod should be used instead

1.0.0 [BETA.6]

28 Oct 15:32
fa1373e
Compare
Choose a tag to compare

Open PR

Features

  • add standardised error codes

iOS

  • add ApplePay component
  • add Swift support to RedirectComponentProxy

Android

  • add GooglePay component
  • add onFail to DropIn when shopper canceled

Fixes

  • type comparison lowcased #39
  • add clean effect to AdyenCheckoutContext #44
  • Android: add loading view to redirect action to prevent "closed browser" UX pitfall #46

Deprecated

Android

  • static handle method in ActionHandler

Breaking changes

- import com.adyenreactnativesdk.ActionHandler;
+ import com.adyenreactnativesdk.action.ActionHandler;

Other

  • Improve Example app structure
  • Update README
  • Change project logo

1.0.0 [BETA.5]

12 Sep 08:54
595f22e
Compare
Choose a tag to compare

What's Changed

Features

  • rename AdyenPaymentProvider to AdyenCheckout
  • add voucher action
  • add ability call any PM with UI (card, SEPA, iDEAL. etc) directly. It uses Drop-In's skipPaymentMathodListing "under the hood".
  • add ability to call any other (UI-less) PM (paypal, sofas, klarna etc) directly
  • update iOS to 4.8.0
  • update android to 4.7.1

Fixes

  • android default values for hideCvc and hideCvcStoredCard
  • if no shopperLocale provided, Android will use device's locale

1.0.0 [BETA.4]

29 Jul 18:31
5507b4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0-beta.3...1.0.0-beta.4

1.0.0 [BETA.3]

11 Mar 16:30
Compare
Choose a tag to compare
  • chore: fix build
  • docs: Update README
  • chore: fix podspec name
  • chore: improve publish

1.0.0 [BETA.2]

10 Mar 20:19
d27553e
Compare
Choose a tag to compare

Changes

  • fix package.json

1.0.0 [BETA.1]

10 Mar 17:06
Compare
Choose a tag to compare

Initial release.

Contains:

  • wrapper for iOS and Android SDK
    • DropIn
    • CardComponent
  • Helper component AdyenPaymentProvider