Skip to content

Releases: Adyen/adyen-web

5.66.1

11 Jun 08:25
aa18474
Compare
Choose a tag to compare

Improvements

  • Sessions flow: In case that there is a fatal error when setting up the Session, we are passing the full error object back to the onError callback instead of hardcoded ERROR: Invalid ClientKey message (#2706)

5.66.0

03 Jun 17:42
230c03b
Compare
Choose a tag to compare

New

  • Add upi intent flow to the UPI component. The upi intent flow is shown only on the mobile device if the upi intent app list is provided. (#2673)

    If the app list is not provided, we show the default vpa mode.
    The drop-in component shows only one upi component if the parent upi tx_variant is found.

Bug fixes

  • Fix: ACH not respecting showPayButton (#2696)

  • Click to Pay - Fixed bug where newly created card was taking priority of used cards in the Card list view, and improved CSS specificity for the Card image size when displaying single Card (#2694)

5.65.0

27 May 14:35
da5a0b8
Compare
Choose a tag to compare

⚠️ Known issue: iDEAL does not work in the test environment if your TEST Adyen merchant account is not configured to use the new payment flow. You must first contact our Support Team to configure your TEST merchant account. LIVE accounts are not affected.

New

  • iDeal is now treated as a Redirect rather than an IssuerList PM (#2689)

Improvements

  • Adding subType to 3DS2 analytics events (#2680)

  • GooglePay adds origin to state.data (#2690)

6.0.0-alpha.8

24 May 13:30
Compare
Choose a tag to compare
6.0.0-alpha.8 Pre-release
Pre-release

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

  • Improved typescript types
  • Removed showFormInstruction
  • Updated styles

6.0.0-alpha.7

03 May 09:54
faa09b8
Compare
Choose a tag to compare
6.0.0-alpha.7 Pre-release
Pre-release

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

  • Bumped preact and bento design tokens
  • Removed auto from sideEffects
  • Reduced size-limit values
  • Removed PURE from core registry

6.0.0-alpha.6

02 May 08:33
Compare
Choose a tag to compare
6.0.0-alpha.6 Pre-release
Pre-release

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

  • Bento enhancements
  • Added loading state for instant payment methods
  • Fixed bug with 3DS action re-rendering drop-in

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)