Skip to content

Releases: Adyen/adyen-web

5.60.0

11 Mar 15:10
3ce12ef
Compare
Choose a tag to compare

New

  • Add support for new Donation properties. (#2572)
  • Starting using /checkoutanalytics endpoint: a new way to retrieve checkoutAttemptId and capture subsequent analytics events (#2234)

Improvements

  • Updating applepay typescript types and fixing challengeWindowSize prop (#2584)
  • Bumping sf version to 4.8.2 which can now handle 19 digit Discover cards

Bug fixes

  • Sanitize billingAddress when making a /payments call. Remove firstName and lastName in the billingAddress for some payments using the Address. (#2591)
  • For regular card, zero auth payments, we store the payment method only if the configuration says we should (#2589)

6.0.0-alpha.2

05 Mar 16:20
Compare
Choose a tag to compare
6.0.0-alpha.2 Pre-release
Pre-release

DO NOT USE IN PRODUCTION! This is a test alpha release. For internal use only!

5.59.0

26 Feb 15:28
5aa9dae
Compare
Choose a tag to compare

⚠️ Depending on how your backend request is configured there may be a issue with storing cards when making zero-auth payments.
More details in the documentation. Fixed in v5.60.0

New

  • Adding support for PayPal Express Flow (#2551)

Fix

  • For zero auth payments, we always send the storePaymentMethod property, to save the payment details. (#2571)

6.0.0-alpha.0

21 Feb 15:11
8e8ff69
Compare
Choose a tag to compare
6.0.0-alpha.0 Pre-release
Pre-release

DO NOT USE IN PRODUCTION! This is a test alpha release. For internal use only!

5.58.0

19 Feb 14:25
0d838c3
Compare
Choose a tag to compare

⚠️ Known issue sending unrecognized fields firstName and lastName in the billingAddress when making a /payments call for Card, Boleto and ACH payment methods. Fixed in 5.60.0

New

  • Added the support for new Riverty component. (It will replace the old AfterPay component in the future, currently only supports AT, CH and DE countries.) (#2532)
  • Added the support for the new OnlineBankingFI component (#2528)
  • For Drop-in, when countryCode is set to FI, no payment method is selected by default and all payment methods are collapsed to comply with Finnish regulations.

Fix

  • Fixed an issue where clicking on Card fields caused console errors for shoppers using an iOS device.
    (#2557)

5.57.0

22 Jan 13:17
23e62a6
Compare
Choose a tag to compare

New

  • Use the label provided by the backend in stored blik payments (#2522)

5.56.1

15 Jan 16:27
3f5f435
Compare
Choose a tag to compare

Improvements

  • For the regular card payment, in case of a zero-auth transaction, the pay button label is changed to Save details, and the Save for my next payment checkbox is removed.

    The drop-in component shows Details saved as the success message for such transaction. (#2514)

5.56.0

09 Jan 14:53
a701162
Compare
Choose a tag to compare

⚠️ Known issue with this bindings breaking for the Credit Card payment method on some iOS devices. Fixed in 5.58.0

New

  • Add support for the PayMe payment method. (#2476)

Improvements

  • Improve the payment status check call for QR payments. (#2506)
  • Detect when the value of a data-cse attribute is not supported, and don't create a SF for it (#2495)
  • update sessionData after /setup call (#2504)

Bug fixes

  • Fix incorrect grammar German pay button (#2505)

5.55.1

13 Dec 12:00
a2fe84f
Compare
Choose a tag to compare

Fixes

  • Loading logos when handling qrCode/await actions [#2490]

5.55.0

12 Dec 12:37
daeb705
Compare
Choose a tag to compare

New

  • Bumping sf version to 4.8.0 which includes a more comprehensive startup log (to help with debugging) (#2488)

Improvements

  • Renaming detectInIframe to the more accurate, but lengthy, detectInIframeInSameOrigin. (#2475)