Skip to content

v1.7.0

Choose a tag to compare

@Robert-SD Robert-SD released this 05 Nov 14:38
· 505 commits to main since this release
1065ef3

New

  • Pay by Bank is now supported as an Instant Component. Payment method type: paybybank.
  • Support for Swift Package Manager (SPM).
    When migrating an existing project to Swift Package Manager (SPM), you must manually import
    modules in your AppDelegate.swift:
    • import AdyenActions
    • If you apply custom styling to Drop-in, you must also include import AdyenDropIn.

Improved

  • For Apple Pay Component: the instantiation of the widget is now more efficient. Thanks @RahmiTufanoglu.
  • For the Instant Component: streamlined the implementation for Android by removing redundant code.
  • For Components in general: the communication of platformView height now includes a type specification.

Changed