This page contains the release notes for Pay by Link, Checkout API, and Drop-in/Components for web, iOS, Android, React Native, and Flutter starting from 2020.
Release notes
Learn about the latest updates to our API, and Drop-in/Components for web, iOS, and Android.
This release requires Checkout API v69 or later. We recommend that you use the latest version of Checkout API.
- When loading, during the internal setup requests, the
browserInfo
information is included. - For Drop-in, when loading, payment methods that are not supported are filtered out before the individual payment method Components are created.
- For Apple Pay, the
ApplePaySession
property is now optional in theWindow
interface.
- For Apple Pay,
ApplePayService
no longer causes reliability issues with SonarCloud. - Projects that use webpack 4 can now directly import styles from the
adyen.css
file. - For cards, the Enter key now correctly triggers validation and submission. Previously, a regression issue prevented the actions from being triggered.
Install this version of the Adyen Web Node package:
npm install @adyen/adyen-web@6.2.0
- When you set
analytics.enabled
= false, only Drop-in/Components analytics are not sent to Adyen.