stripe icon indicating copy to clipboard operation
stripe copied to clipboard

feat(): update to v8

Open rdlabo opened this issue 1 month ago • 1 comments

  • https://github.com/capacitor-community/stripe/issues/456
  • https://github.com/capacitor-community/stripe/issues/449

rdlabo avatar Dec 15 '25 12:12 rdlabo

Deploy Preview for capacitor-community-stripe ready!

Name Link
Latest commit 5c76ab0dcfc91a25505aec5892ec661dae5fa9a5
Latest deploy log https://app.netlify.com/projects/capacitor-community-stripe/deploys/6945209724cff3000876e501
Deploy Preview https://deploy-preview-457--capacitor-community-stripe.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

netlify[bot] avatar Dec 15 '25 12:12 netlify[bot]

⚠️ @capacitor-community/stripe-identity Breaking Change

Deprecated Identity APIs have been fully removed.

Removed

  • Deprecated events: Completed, Canceled, Failed
  • Deprecated return values and related types
  • present() now always returns void

Changed

  • Verification results are now delivered only via the VerificationResult event
  • Unified and simplified behavior across Web / iOS / Android

⚠️ This is a breaking change.
Apps using deprecated events or relying on return values must migrate to VerificationResult.

rdlabo avatar Dec 16 '25 07:12 rdlabo

@capacitor-community/stripe-terminal Breaking Change

Changed

  ext {
     ...
-    stripeterminalHandoffClientVersion = '4.7.0'
+    stripeterminalAppOnDevicesVersion = '5.1.+'
  }

rdlabo avatar Dec 16 '25 08:12 rdlabo