Skip to content

Releases: Adyen/adyen-web

5.24.0

13 Sep 12:09
a04044a
Compare
Choose a tag to compare

New

  • For ACH Direct Debit payments, the shopper can now choose to save their payment details. Set enableStoreDetails to true in the payment method configuration to enable the checkbox. #1720

Bug fixes

  • When the shopper selects a checkbox, the check mark now renders correctly. Previously, only a part of the check mark rendered. #1724

Improvements

  • Improved the contrast of the main colors. #1730
  • Upped SecuredFields version to 4.2.1 #1729

5.23.1

29 Aug 14:14
9a98c9d
Compare
Choose a tag to compare

Improvements

  • For the Card Component, you now get an error message when input fields in the payment form fail to loads #1714
  • Bumped securedFields version to 4.2.0

Bug fixes

  • Ensure side menu shows on Gift card playground page & other small fixes #1715

5.23.0

23 Aug 12:15
68e1573
Compare
Choose a tag to compare

New

  • The Pay button can now show the payment amount in two different currencies #1701

Improvements

  • For SEPA Direct Debit and Boleto, the shopper email field now has validation #1700

Bug fixes

  • For cards, the cardholder name field now has an autocomplete attribute that labels its purpose #1704
  • The CoreOptions parameters is now imported from a relative path. This fixes the known issue introduced in 5.22.0 #1698 (thanks to @mvannes )

5.22.0

15 Aug 13:36
268fce9
Compare
Choose a tag to compare

New

  • New supported payment method: Online banking Czech Republic and Online banking Slovakia. (#1645)

Bug fixes

  • Added TypeScript types to the AdyenCheckout object (thanks to @Spea) (#1681)

Improvements

  • Create securedFields sequentially not simultaneously (#1684)

5.21.0

08 Aug 14:54
80a3187
Compare
Choose a tag to compare

New

  • Add support for installmentOptions for Sessions #1660
  • Adds new callback and method to fix giftcard without submit button #1669

Bug fixes

  • Fix bug where BankTransfer comp wasn't shown if showPayButton set to false #1679
  • UPI - Fix for uncaught exception after timeout #1676
  • Fixes for issue #1634 whereby you could still enter a 4 digit cvc even when Amex is not a supported brand

Improvements

  • Upped SecuredFields version to 4.1.1

5.20.0

01 Aug 14:50
f831f96
Compare
Choose a tag to compare

New

  • Supported language: Portuguese. Use the shopperLocale pt-PT #1667

Bugfixes

  • For Bancontact card payments with Maestro or Visa, the component fully resets internal state when the PAN from one of these other cards is deleted #1668

Improvements/Internal changes

  • Passing type to binLookup #1666
  • Be more explicit in how we set a default securedFields type #1665
  • Bumped securedFields version to 4.1.0:
    • the input fields in the payment form now use JSON Web Encryption (JWE) for security #1628
    • the contrast on the placeholder text has been increased

5.19.0

19 Jul 15:44
58da80c
Compare
Choose a tag to compare

New

  • New supported payment method: UPI. #1626

Improvements

  • Added the LICENSE file to the npm package. #1657

5.18.0

12 Jul 14:16
aadf4b4
Compare
Choose a tag to compare

New

  • For the Gift card Component using the /sessions endpoint, the onOrderCreated callback returns an order and remainingAmount when the amount on the gift card is not enough to complete the payment. #1631 #1652
  • Support for the new India live environment that you can use for shoppers in that location, if you also use India location-based live endpoints. When configuring your instance of AdyenCheckout, use the environment live-in. #1649

Fixed

  • The AmazonPay Component now loads the AmazonPay SDK that corresponds to the region from the paymentMethods response. #1644
  • After the shopper selects the Pay button, the Card Component no longer allows the shopper to interact with the card input fields. #1648

Internal improvement

  • Improved the way that the code parses the 3DS2 response when handling a 3DS2 Challenge error #1642

5.17.0

28 Jun 12:20
0f1e12f
Compare
Choose a tag to compare

New

  • Add your signed JSON Web Token (JWT) to your Google Pay configuration using configuration.authJwt. This allows you to use your Google merchant ID with multiple domains. (#1629) (Thanks to @strublos)

Improvements

  • 3DS2 handling challenge error #1627

5.16.2

14 Jun 14:10
7890d3e
Compare
Choose a tag to compare

Bug fixes

  • Fixing bug with clearing unsupported card when Pay button press… #1619
  • Fixes state reset when beforeSubmit is rejected #1625
  • Donation component - Showing decimals in the labels #1620
  • Fix for Drop-in within HTML form triggering page refresh #1618
  • Accessibility: Add ErrorPanel component to StoredCardFieldsWrapper #1609 (thanks to @diego9497)