Releases: Adyen/adyen-web
6.5.0
Improvements
- PayMe - Improved instructions UI (#2910)
- PayNow - Adding instructions to scan QR code on mobile view (#2910)
Bug fixes
- Fix issue where 'auto' bundle was tree-shaken by bundlers in prod builds (#2914)
- Fix address lookup reseting state field after country change (#2927)
- Revert Icelandic Krona to be treated as a currency with minor units, in order to align with our documentation (#2924)
- Fix UPIComponent initial value for isValid. It should only be default to true for UPI QR. (#2921)
- Lowered ECMAScript version to 2020 in order to support older iOS versions (#2917)
- Payconic - Adjusted QR code message and removed unused button label. (#2910)
6.4.0
New
-
All actions lead to a call to the onActionHandled callback. With the exception of 3DS2 actions this callback is always passed the original action object. (#2892)
-
Adds selector for savings and checking accounts on ACH component (#2898)
Improvements
-
Export CustomTranslations type (#2905)
-
Small optimisation to only call document.querySelector once, rather than three times (#2895)
Bug fixes
-
Added optional chaining operator to postMessage handler function. Fixes issue where 'get-process-message.handler.js' caused exceptions due to stray postMessages without properly formed events (#2894)
-
Calling actions.reject() in the beforeSubmit callback should leave the UI in the current state. Fixes situation where it leads to a call to handleFailedResult which ultimately leads to a call to the onPaymentFailed callback and sets the UI to an error state (#2901)
5.71.1
5.71.0
6.3.0
5.70.0
5.69.1
6.2.0
Improvements
- Always make call to analytics setup endpoint (#2838)
- send browserInfo in setup call (#2847)
- Dropin: Filtering out payment method type before creating the payment method element (#2852)
- Change ApplePaySession type to optional in window interface (#2836)
- Fixing reliability Sonarcloud issues related to ApplePayService (#2846)