Skip to content

Releases: Adyen/adyen-web

5.63.0

08 Apr 15:04
ba0fc79
Compare
Choose a tag to compare

Improvements

  • Remove the country flag in the Phone select, change the label to Country/Region for the country/region field. (#2628)

Bug fixes

  • Vouchers (econtext and dragonpay) can now show expiration date with time (#2618)

  • Refactor how wallet PMs call submitAnalytics when they are used as express PMs (#2617)

  • Fix the bug that the drop-in is not rendered when there are only instant payments. (#2629)

5.62.0

03 Apr 08:09
6034802
Compare
Choose a tag to compare

Improvements

Using securedFields v4.8.3 to handle 19 digit Diners (#2625)

5.61.0

25 Mar 15:24
cbc65c9
Compare
Choose a tag to compare

New

  • Add analytics to ascertain when certain "wallets" are explicitly used as express payment methods #2616

Improvements

  • Allow forward slashes in address fields #2607

Fixes

  • Fixing SRPanel issues in OpenInvoice comp now that (delivery) addresses can have first & last Names #2604
  • Fix(a11y): select/combobox aria-activedescendant is now empty when active item is null #2612

6.0.0-alpha.3

18 Mar 15:25
Compare
Choose a tag to compare
6.0.0-alpha.3 Pre-release
Pre-release

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

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)