Skip to content

v8.0.0

Choose a tag to compare

@rdlabo rdlabo released this 24 Dec 02:50
· 26 commits to main since this release

This release is a pre-major update to support Capacitor v8.
If no issues are reported over the next few days, this will be released as v8.0.0.

Please note that this release includes several breaking changes.

Packages

@capacitor-community/stripe

  • Added support for Capacitor v8
  • Updated the dependency stripe-pwa-elements to v3.0.0
    • This upgrades the underlying @stencil/core dependency to v4, which resolves many library dependency issues
  • Updated the dependency @stripe/stripe-js to v8.4.0
    • Please be aware if you are using an older version

@capacitor-community/stripe-identity

  • Added support for Capacitor v8
  • Fully removed deprecated APIs
    • If you are using them, you will encounter compile-time errors

@capacitor-community/stripe-terminal

  • Added support for Capacitor v8
  • In v8.0.0, Stripe Terminal SDK v4 is used
  • Upgrade to SDK v5 is planned starting from v8.1.0
  • From SDK v5 onward, Apps on Devices is planned to be actively supported

Other

  • The demo app has been migrated to Swift Package Manager
    • CocoaPods is still supported for all packages
  • Version constraints have been unified across iOS and Android
    • Minor versions are pinned
    • Patch versions are automatically updated

Full diff:
v7.2.3...v8.0.0