Skip to content

Releases: Adyen/adyen-web

6.6.0

10 Dec 16:24
a6bf2d1
Compare
Choose a tag to compare

New

  • Updated DonationComponent UI (#2980)
  • Feat: enable logos for SK and CZ online banking (#2939)

Improvements

  • A new barcode endpoint has been created on the backend. This PR generates barCode URLs against that endpoint. (#2936)
  • Change WeChat Pay QR countdown translation. (#3006)
  • Hide the default ACH holder name contextual text. (#3008)

Bug fixes

  • Fix bug where Country field and State field where not showing the correct required attribute. (#2944)
  • Add fix to reshow card icon if previously it had failed to load (#2955)
  • Klarna - Fixed issue where PayLater/PayOverTime payments were not authorized accordingly depending on how the shopper interacted with the Drop-in/Component (#3007)

6.5.1

21 Nov 15:58
08fb012
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue where onBlur validation didn't fire if year in expiryDate was just one digit (#2945)

Other

  • Bumped securedFields to 5.3.1

6.5.0

31 Oct 10:27
d4bd247
Compare
Choose a tag to compare

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

22 Oct 11:58
d4bd247
Compare
Choose a tag to compare

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

29 Oct 09:38
a799ccf
Compare
Choose a tag to compare

Bug fixes

  • Fix address lookup reseting state field after country change (#2926)
  • Fix UPIComponent initial value for isValid. It should only be default to true for UPI QR. (#2920)

5.71.0

21 Oct 13:52
9fbe0de
Compare
Choose a tag to compare

New

  • Adds selector for savings and checking accounts on ACH component (#2904)

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 (#2896)

6.3.0

02 Oct 13:42
7a9ab20
Compare
Choose a tag to compare

New

  • Pay by Bank US now shows whitelabel branding (#2861)

Improvements

  • Reporting custom Click to Pay Visa timeouts to Visa SDK (#2869)

Bug fixes

  • Click to Pay - Fixed ENTER keypress behavior (#2874)

5.70.0

01 Oct 15:46
60d8fdc
Compare
Choose a tag to compare

New

  • Pay by Bank US now shows whitelabel branding (#2879)

5.69.1

23 Sep 13:15
0d8eddb
Compare
Choose a tag to compare

Improvements

  • Reporting custom Click to Pay Visa timeouts to Visa SDK (#2797)

6.2.0

16 Sep 15:51
aeb4460
Compare
Choose a tag to compare

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)

Bug fixes

  • Fixing adyen.css file exposure for Webpack 4 projects (#2855)
  • Fixes regression and allows Enter key to validate/submit Card component (#2837)