Skip to content

Releases: Adyen/adyen-web

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)

5.53.1

18 Oct 11:10
34d296c
Compare
Choose a tag to compare

Bug fixes

  • Typescript: Fixed types for paymentMethodsConfiguration object (#2363)

5.53.0

17 Oct 11:11
1891e1d
Compare
Choose a tag to compare

New

  • Add klarna_b2b tx variant so that Billie (klarna_b2b) is supported. (#2355)

Bug fixes

  • Fixes an issue with CtPOneTimePassword getting updates to the input element reference it relies upon (#2353)
  • Improvements: add authorization_token in the Klarna widget AdditionalDetails state data, so that we are aligned with the API specs. (#2358)
  • Fix Typescript definition for paymentMethodsConfiguration, allowing usage of Tx variants that are not defined in the codebase (#2349)
  • Populate data with initial values (empty strings) for 'ibanNumber' and 'ownerName' (#2354)

5.52.0

11 Oct 09:39
4ca798c
Compare
Choose a tag to compare

New

  • adds support for ANCV payment method (#2293)

Improvements

  • remove inline style applied to iframe (#2343)
  • Clear timeouts on SecuredFieldsProvider when unmounting the component (#2334)

Bug fixes

  • fix the classes applied to the dateOfBirth field in personalDetails component (#2344)
  • fix the Polish translations for T&Cs onlinebanking_PL (#2293)

5.51.0

11 Sep 14:03
7d67e7b
Compare
Choose a tag to compare

Improvements

  • Add redirectFromTopWhenInIframe config prop to allow top level redirect when Checkout loaded in an iframe [#2325]

5.50.1

04 Sep 14:10
e96dfcb
Compare
Choose a tag to compare

Patch Changes

  • Perform extra checks that a valid value has been passed when a dual branding selection is made (#2321)

5.50.0

28 Aug 12:51
56f07cf
Compare
Choose a tag to compare

Improvements

  • Bancontact now returns paymentMethod.type 'bcmc' instead of 'scheme' (#2286)
  • For some storedCards it is not allowed to store the expiryDate, so when this info is not present in the storedCardData, we hide the readonly expiryDate field (#2315)

5.49.6

22 Aug 14:50
ea00111
Compare
Choose a tag to compare

Bug fixes

  • fixes bug where storedetails had state value of true by default without visually showing it (#2307)