Skip to content

Releases: Adyen/adyen-web

6.8.0

21 Jan 11:02
d5e2eb5
Compare
Choose a tag to compare

Bug fixes

  • Use rem for the font size unit, and fixed some style issues due to the font scaling. (#3067)

Improvements

  • Internal: Set options in ICore:createFromAction to be optional (#3053)
  • Update securedFields version to 5.5.0 (supports font size set in rem) (#3091)

6.7.0

13 Jan 15:31
539c068
Compare
Choose a tag to compare

New

  • Start tracking API errors for the following endpoints for analytics purposes: (#3035)
    • /sessions/${session.id}/payments
    • /sessions/${session.id}/orders
    • /sessions/${session.id}/paymentDetails
    • /v1/submitThreeDS2Fingerprint

Improvements

  • Internal improvement to avoid unnecessary second call of sanitizeResponse during the payment response handling process (#3015)
  • Improve types for CustomCard (#3068)
  • Updated securedFields to v5.4.0 (Uses a A256GCM symmetric encryption algorithm in the JWE process)

Bug fixes

  • Resolve the issue where GooglePayButton fails to pass buttonRadius to the createButton function when the value is 0. (#3039)
  • Klarna - Fix issue where Klarna as standalone component didn't initialize the Klarna Widget SDK accordingly (#3064)
  • Fixes Click to Pay link looking buttons into proper buttons (#3029)
  • Fix the styles for the remove stored card confirmation to ensure responsiveness on smaller devices. (#3037)
  • Adding missing Trustly translations (#3055)

5.71.2

13 Jan 12:49
302eee0
Compare
Choose a tag to compare

Bug fixes

  • Adding missing Trustly translations (#3056)

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)