Skip to content

Releases: Adyen/adyen-web

5.1.0

26 Oct 15:56
da76073
Compare
Choose a tag to compare

New

  • Highlighted issuers for Online Banking payments #1313

Improvements

  • Enhance the object stored in state.errors for securedFields #1329

Fixes

Fix Paypal Component submit flow #1332
Correctly call onPaymentCompleted on Google Pay component #1335
Correctly call onPaymentCompleted on Apple Pay component #1336

5.0.0

06 Oct 08:45
2417c12
Compare
Choose a tag to compare

Breaking Changes

  1. The creation of AdyenCheckout is now asynchronous:
    const checkout = await AdyenCheckout(configuration); 
  1. The onError event now returns an object for every Component.

New

Using the /sessions endpoint, you can integrate Drop-in and Components with a single API call. If you have already integrated Drop-in or Components before version 5.0.0, you don't need to take any action.

Deprecated

The following properties have been deprecated:

  • allowPaymentMethods
  • removePaymentMethods

4.9.0

05 Oct 15:16
Compare
Choose a tag to compare
  • Accessibility improvements (#1304, #1299)
  • Pix social security number optional field (#1287)
  • Fix for payment methods with multiple payment method types (#1302)

4.8.0

20 Sep 13:58
a0330c8
Compare
Choose a tag to compare
  • Adds TWINT as stored payment method #1266
  • Fix paymentMethod type on components #1275
  • Adds merchantOrigin for Google Pay #1274
  • Fixes bug with pasting full unsupported card #1282
  • Improvement - labels have a for attribute matching the associated input's id (for both implicit and explicit association) #1257
  • Bumped securedFields version to 3.5.4

4.7.5

06 Sep 15:05
552d4d9
Compare
Choose a tag to compare
  • Fixes dropdown on Web Components (#1272)

4.7.4

30 Aug 15:22
896c664
Compare
Choose a tag to compare
  • Default language value for the browserInfo (#1250)
  • Fix button missing their type property (#1253)
  • isAvailable method optimization (#1256, thanks @goluszka!)
  • Fix for InputBase onchange bug (#1206)
  • Aligning validations in the Address component (#1260)

4.7.3

02 Aug 16:13
bdae871
Compare
Choose a tag to compare
  • Fix Apple Pay white button (#1226, thanks @webdevian!)
  • Fix required holderName field validation error (#1232)
  • Add support for Amazon Pay multi-currency solution (#1233)
  • Optional holderName field was validating and showing an error (#1234)

4.7.2

19 Jul 12:34
c66f7a3
Compare
Choose a tag to compare

Changes

  • Allow any character on card holder name field #1216

4.7.1

28 Jun 15:48
93c86ac
Compare
Choose a tag to compare

Changes

  • Fixed card holder name validation - only reject digits (#1189)

Improvements

  • Improve accessibility on dropdown element (#1182)

Fixes

  • Remove unhandled promise on Google Pay (#1163)
  • Stop adding classNameModifiers as attribute to inputs (#1186)

4.7.0

14 Jun 14:04
795cd54
Compare
Choose a tag to compare

Changes

  • Automatically set loading status on submit #1128

Improvements

  • Add CarteBancaire support to Apple Pay component #1129
  • Add Australian address to the list of specifications #1150