Releases: Adyen/adyen-web
Releases · Adyen/adyen-web
5.31.0
New
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
5.30.1
5.30.0
New
- To enable the instant payment button for Google Pay, you can now set instantPaymentTypes with either
googlepay
orpaywithgoogle
#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 totrue
#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
5.28.3
5.28.2
5.28.1
5.28.0
5.27.0
New
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 anAdyenCheckoutError
. #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