Releases: Adyen/adyen-web
Releases · Adyen/adyen-web
5.1.0
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
Breaking Changes
- The creation of AdyenCheckout is now asynchronous:
const checkout = await AdyenCheckout(configuration);
- 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
4.8.0
- 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'sid
(for both implicit and explicit association) #1257 - Bumped securedFields version to
3.5.4