- Adds Seven Eleven Component.
- Adds EContext Stores component.
- Adds EContext ATM component.
- Adds EContext Online component.
- Adds PIX payment method support and QRCodeComponent to handle QR code based actions like PIX.
- Adds some security measures to prevent leaking sensitive API keys when url responses are cached.
- Sets minimum TLS version to 1.2.
- Fixes a bug where forms were not properly scrollable when the form is not fully visible on screen.
- Renamed
AdyenActionComponent.perform()
tohandle()
for consistency with other action components. - Adds delivery/shipping address to card component.
- Uses a squircle curve by default for rounding corners.
- Changes Apple Pay token to be a base64 string rather than a plain JSON text (please refer to the MIGRATION.md).
- Improves Diners' cards detection in card component.
- Improves how Apple Pay is presented in DropIn in accordance with Apple Store guidelines.
- Fixes a bug with
ThreeDS2Component
specially for checkout API versions equal or above 67, specifically with the 3DS1 fallback flow.