Skip to content

Releases: Adyen/adyen-web

6.0.0-alpha.0

21 Feb 15:11
8e8ff69
Compare
Choose a tag to compare
6.0.0-alpha.0 Pre-release
Pre-release

DO NOT USE IN PRODUCTION! This is a test alpha release. For internal use only!

5.58.0

19 Feb 14:25
0d838c3
Compare
Choose a tag to compare

⚠️ Known issue sending unrecognized fields firstName and lastName in the billingAddress when making a /payments call for Card, Boleto and ACH payment methods. Fixed in 5.60.0

New

  • Added the support for new Riverty component. (It will replace the old AfterPay component in the future, currently only supports AT, CH and DE countries.) (#2532)
  • Added the support for the new OnlineBankingFI component (#2528)
  • For Drop-in, when countryCode is set to FI, no payment method is selected by default and all payment methods are collapsed to comply with Finnish regulations.

Fix

  • Fixed an issue where clicking on Card fields caused console errors for shoppers using an iOS device.
    (#2557)

5.57.0

22 Jan 13:17
23e62a6
Compare
Choose a tag to compare

New

  • Use the label provided by the backend in stored blik payments (#2522)

5.56.1

15 Jan 16:27
3f5f435
Compare
Choose a tag to compare

Improvements

  • For the regular card payment, in case of a zero-auth transaction, the pay button label is changed to Save details, and the Save for my next payment checkbox is removed.

    The drop-in component shows Details saved as the success message for such transaction. (#2514)

5.56.0

09 Jan 14:53
a701162
Compare
Choose a tag to compare

⚠️ Known issue with this bindings breaking for the Credit Card payment method on some iOS devices. Fixed in 5.58.0

New

  • Add support for the PayMe payment method. (#2476)

Improvements

  • Improve the payment status check call for QR payments. (#2506)
  • Detect when the value of a data-cse attribute is not supported, and don't create a SF for it (#2495)
  • update sessionData after /setup call (#2504)

Bug fixes

  • Fix incorrect grammar German pay button (#2505)

5.55.1

13 Dec 12:00
a2fe84f
Compare
Choose a tag to compare

Fixes

  • Loading logos when handling qrCode/await actions [#2490]

5.55.0

12 Dec 12:37
daeb705
Compare
Choose a tag to compare

New

  • Bumping sf version to 4.8.0 which includes a more comprehensive startup log (to help with debugging) (#2488)

Improvements

  • Renaming detectInIframe to the more accurate, but lengthy, detectInIframeInSameOrigin. (#2475)

5.54.0

04 Dec 14:54
01149e9
Compare
Choose a tag to compare

New

  • added new onAddressSelected callback to fill data when an item is selected in AddressSearch [#2406]
  • Click to Pay - Enabling MC/Visa to drop cookies if the shopper gives consent [#2409]

Improvements

  • Click to Pay - Replacing loading gif by animated SVGs [#2435]
  • Pass the browserInfo in the state.data for Redirect PMs, in order to fix the mobile web integration for some redirect payments. [#2469]

Fixes

  • All items in the Dropin were getting a Card PM specific class to indicate whether the card is a credit or debit card. Now only Card PMs get this class [#2465]
  • Fixed Klarna B2B logo for Drop-in [#2458]

5.53.3

20 Nov 10:00
ff8fb6f
Compare
Choose a tag to compare

Bug fixes

  • Correct the T&C links for Riverty, remove the B2B T&C link, and change the text from 'AfterPay' to 'Riverty'. (#2422)

5.53.2

23 Oct 10:19
66e0be3
Compare
Choose a tag to compare

Bug fixes

  • Types are resolved when using different moduleResolution values within Typescript config (#2313) (thanks to @janhellar )

Improvements

  • QRLoader component - the QR loader shows amount and redirect button before the QR code image. (#2359)