Skip to content

Releases: Adyen/adyen-web

5.64.0

29 Apr 13:42
33729af
Compare
Choose a tag to compare

NEW

  • Checkout analytics can be passed a checkoutAttemptId (#2654)
  • Pass config to allow SecuredFields to expose expiryDate (#2651)

Bug fixes

  • Fixed ANCV ignoring existing order & payButton not working as intended (#2655)
  • Fix for the OpenInvoice uncaught error when checking and unchecking terms and conditions. This change also fixed the issue that payment goes through without accepting terms and conditions. (#2660)

Improvements

  • Don't log threeDSCompInd or transStatus from the 3DS2 process (#2666)

6.0.0-alpha.5

17 Apr 13:29
129241a
Compare
Choose a tag to compare
6.0.0-alpha.5 Pre-release
Pre-release

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

  • Removed UMD from the npm bundle to verify bundle size impact

6.0.0-alpha.4

16 Apr 13:51
134607e
Compare
Choose a tag to compare
6.0.0-alpha.4 Pre-release
Pre-release

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

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)