Skip to content

Releases: Adyen/adyen-web

5.31.0

03 Jan 11:33
c04163a
Compare
Choose a tag to compare

New

  • Add support for sessionResult #1923
  • Adding buttonRootNode property to GooglePay #1925

Improvements

  • Remove frontend sorting logic for binLookup #1918
  • Remove ach placeholder and formatting #1919
  • Adding field specific errors for fields in the PersonalDetails component #1920
  • Added config option disableIOSArrowKeys #1921
  • Validating postal code when billingAddressMode is "partial" #1924

Bug fixes

  • Oxxo component ignores showPayButton configuration property #1906
  • Handling unexpected post message in 3DS2 #1907
  • Forwarding Component props when creating Component from Action #1922

5.30.1

12 Dec 13:54
df918e9
Compare
Choose a tag to compare

Improvements

  • For cards, the onBinLookup event now includes the issuingCountryCode property. Previously, the event didn't include information about the issuing country code. (#1879 )

5.30.0

05 Dec 16:29
dacd748
Compare
Choose a tag to compare

New

  • To enable the instant payment button for Google Pay, you can now set instantPaymentTypes with either googlepay or paywithgoogle #1871
  • The Expiry date field now includes an icon showing the location of the expiry date #1862
  • In the CVC/CVV field, you can set digits to appear as dot icons by setting the new maskSecurityCode property to true #1860
  • The checkoutAttemptId field is now in the paymentMethod object #1858
  • Payment method: DuitNow #1861

Bugfixes

  • In the payment methods list, the items in the list now have the radio role for accessibility features #1868
  • For Pix, when showPayButton is set to false, the payment form now appears when the shopper selects Pix from the payment methods list #1866
  • For Klarna using the /sessions endpoint, you no longer have to implement the onAdditionaDetails callback. Previously, you had to implement the onAdditionalDetails callback to make a request to the correct endpoint #1865
  • When you create the 3D Secure 2 Component with createFromAction, the component no longer hangs if you make more than one transaction of the same type. #1855

Improvements

  • Creating more informative errors 3DS2 errors #1856

5.29.0

09 Nov 12:04
5f6ac05
Compare
Choose a tag to compare

New

  • Feature: PromptPay Thailand for Web #1821
  • Added QR code component for Paynow #1822

Improvements

  • Improving loading 3rd party script mechanism #1788
  • Adjusted credit card brand animation in card component #1824

Bug fixes

  • Fixes payment errors on order flow not triggering any callback #1825
  • Blik (Await) Don't call /details endpoint when payload is missing #1831

5.28.3

31 Oct 14:04
f35c9dd
Compare
Choose a tag to compare

Bug fixes

  • Fixes AmazonPay settings loading region from wrong defaultProp #1814

Improvements

  • Upgrade Preact to 10.11.2 #1809
  • Adding Github header image #1816

5.28.2

24 Oct 13:52
62413af
Compare
Choose a tag to compare

Bug fixes

  • ACH - also allow forceCompat version of securedFields (#1804)

Internal improvements

  • Bump sf version to 4.3.2 (#1805)

5.28.1

14 Oct 10:38
0f112c5
Compare
Choose a tag to compare

Improvements

  • Locking the Preact version used by the SDK, forcing the client to use the same version as we use for development (#1795)

5.28.0

07 Oct 10:42
6bf57ab
Compare
Choose a tag to compare

New

  • Add Card config property to force the use of the JWE compat version #1787

Improvements

  • More granular sf errors #1782
  • Upped SecuredFields version to 4.3.1

5.27.0

03 Oct 14:47
fde7153
Compare
Choose a tag to compare

New

  • Payment method: PayByBank #1751
  • Adds support for enableStoreDetails #1706

Improved

  • The mount function now mounts a Component after it has been unmounted. Previously, only remount could remount a Component. #1772

Fixed

  • For Google Pay, payment submission errors now trigger the onError callback instead of throwing an exception. #1774
  • On mobile, redirecting the shopper to another app no longer triggers the onError callback with an AdyenCheckoutError. #1764 (thanks to @DavidVujic)
  • For UPI, changing the payment mode to QR code now triggers the onChange callback. Previously, only changing the payment mode to VPA triggered the callback. #1776

5.26.0

26 Sep 12:46
4a4de2e
Compare
Choose a tag to compare

New

  • Storing the checkoutAttemptId on sessionStorage #1750
  • Excluding certain US brands from UI #1754

Bug fixes

  • Fixing bug in 5.25.0 - storedCard error is not translated #1763
  • Accessibility: Fixes bug where focus selects payment method item #1753
  • Translations for the alt tag text for the error & valid icons #1759

Improvements

  • Removing preact/compat imports #1752