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