Skip to content

Releases: Adyen/adyen-web

6.24.0

24 Oct 11:11
f9c99b5

Choose a tag to compare

New

  • Add prop to enable blocking paypal button (#3597)

Improvements

  • Stacked the expiration date and security code fields on smaller screens to enhance layout and usability. (#3583)

Bug fixes

  • Apple Pay - Fixed issue where Apple Pay was not being set as active payment method when using it as instant payment method (#3581)
  • Fixing issue with actions in onAdditionalDetails when initiated from createFromAction (#3589)

6.23.0

09 Oct 13:06
74cac42

Choose a tag to compare

New

  • Apple Pay - Adding 'domainName' configuration property which can be used to set which domain is performing the merchant validation request (Useful when embedding component within iframe) (#3561)
  • Add support for bankTransfer in new countries (#3543)
  • Adjusted legal text for Fastlane
  • Display full bank code for PIX so users can also highlight and copy the code directly
  • Allow leading zeros for PayTo phone number input (#3529)
  • Use v6.0.0 SecuredFields: which bumps the JWE version, drops the ACH bundle, and disallows the "compat" version on Live (#3461)

Improvements

  • Adding retrial mechanism for third party script load (#3500)
  • GooglePay - Parsing brands from Backoffice if available (#3539)
  • Improve paypal button unit tests
  • Improve responsiveness of Segmented controller component and fix font size (#3544)
  • Analytics - Adding events when loading third party script SDKs (#3512)
  • Fastlane - Added analytics to the shopper recognition flow (#3464)

Bug fixes

  • Fix accessibility issue with opening klarna widget with enter button (#3560)
  • Fix checkmark style for UPI app selector (#3533)

6.22.0

11 Sep 13:07
9b6713e

Choose a tag to compare

New

  • Adjust the existing UPI component to support UPI Autopay. (#3465)

Improvements

  • Analytics - Patching attempt ID when page refreshes (#3491)

Bug fixes

  • fix: OnAddressSelectedType typing (#3499)
  • fix: focus bug when having multiple IssuerLists inside dropin (#3498)
  • Fix PayTo aria-controls poiting to wrong IDs (#3475)

6.21.0

20 Aug 11:57
2644242

Choose a tag to compare

Improvements

  • PIX Open Finance UX improvements. (#3446)

Bug fixes

  • Stop preselecting a card brand in dual branding scenarios outside of Europe. This will allow us to continue doing low cost routing outside of Europe (#3447)

  • Fixed alignment and font size for the Pay button's secondary amount label. (#3451)

  • ACH - Adding config to pre-fill 'Account holder name' field (#3434)

5.71.5

18 Aug 12:11
81721e2

Choose a tag to compare

Bug fixes

  • Fixed alignment and font size for the Pay button's secondary amount label. (#3452)

6.20.0

12 Aug 12:38
554f669

Choose a tag to compare

Improvements

  • Improved the user experience for the UPI component: (#3420)
    • On mobile devices, the QR code flow has been removed. Shoppers will be guided to pay with their installed UPI apps (Intent flow) or by entering their UPI ID.
    • On desktop devices, the QR code flow is now the default, with the option to pay via UPI ID also available.
    • Added a validation alert to guide shoppers to select a UPI app before proceeding with the payment.
    • Updated instructional labels for better clarity across all payment modes.

Bug fixes

  • Click to Pay: treat cards with Status Active and Pending as non expired. (#3392)
  • Fixed a styling issue where the installments dropdown was missing its border and background color. (#3425)
  • Translations: Updated icelandic storeDetails translation (#3432)
  • Typescript: Added billing address and shopper details to PaymentData interface (#3431)
  • Typescript: Added 'onAddressSelected' callback type to CardConfiguration (#3379)

5.71.4

11 Aug 12:20
445502c

Choose a tag to compare

Bug fixes

  • Click to Pay: treat cards with Status Active and Pending as non expired. (#3406)

6.19.0

11 Jul 15:53
5139fad

Choose a tag to compare

New

  • UI changes for the BankTransfer. (#3359)

Improvements

  • Change how Dropin story selects a storedCard, and how we set the alt attr on a storedCard image, after changes to the API response. (#3395)

  • ACH - Component pay button now displays "Pay {value}" instead of "Continue purchase" (#3390)

6.18.1

03 Jul 14:38
2da32e5

Choose a tag to compare

Improvements

  • Only show the new dual brand switching UI if the /binLookup response contains certain brands. (#3388)

6.18.0

20 Jun 15:40
737e79c

Choose a tag to compare

New

  • Add support for the following Bank Transfer tx variants: (#3343)
    • bankTransfer_BE
    • bankTransfer_NL
    • bankTransfer_PL
    • bankTransfer_FR
    • bankTransfer_CH
    • bankTransfer_IE
    • bankTransfer_GB
    • bankTransfer_DE

Improvements

  • a11y: improve giftcard screen reader errors (#3356)
  • Fastlane - Exposing utility function on UMD bundle (#3361)