Capacitor Community Stripe Versions Save

Stripe Mobile SDK wrapper for Capacitor

v6.0.0-0

3 months ago
  • fix(): terminal require min 26 e55c66d9
  • chore 66db4195
  • fix(): handler to promise e7b87204
  • feat(demo): update to v6 d5331892
  • chore 52facecb
  • feat(terminal): update to v6 28f0b55c
  • chore(): update support node version fb0791ef
  • Revert "feat(terminal): update to v6" 203e1af0
  • feat(): PluginListenerHandle to Promise aacadc6d
  • chore 675a9d99
  • feat(terminal): update to v6 27283cb1
  • feat(identity): update to v6 e35eaaf8
  • feat(payment): update to v6 0cfe4db8
  • chore da5dff3c
  • released 5a5bc42c

https://github.com/capacitor-community/stripe/compare/v5.4.2...v6.0.0-0

v5.4.2

5 months ago
  • fix(identity): add initialize method for ios/android platform 3ad5b560
  • released 635377f3

https://github.com/capacitor-community/stripe/compare/v5.4.1...v5.4.2

v5.4.1

5 months ago
  • chore 4fd5e452
  • fix(identity): change "error" to "message" on error notification 628534e4
  • released d2499c57
  • feat(): add billing details demo 26d61c4c

https://github.com/capacitor-community/stripe/compare/v5.4.0...v5.4.1

v5.4.0

5 months ago
  • fmt 801edf78
  • feat(identity): implement on the web b3a52120
  • feat(): update every package d31584c2
  • fix(payment): be able to run without billingDetailsCollectionConfiguration https://github.com/capacitor-community/stripe/pull/315 915244f9
  • feat(payment): remove unused dependency cb7bebd0
  • Merge pull request #315 from Covve/feature/addEmailToPaymentSheet dc738322
  • feat(PaymentSheet): add partial billingDetailsCollectionConfiguration on Android f22d50d1
  • feat(PaymentSheet): add partial billingDetailsCollectionConfiguration c0bec9cb
  • released 1e2b2d83

https://github.com/capacitor-community/stripe/compare/v5.3.0...v5.4.0

v5.3.0

6 months ago

Note:

IdentityVerificationSheet is moved to @capacitor-community/stripe-identity

To reduce the bundle size of the user's application, the library was made smaller and independent of the granularity of the user's application.

https://www.npmjs.com/package/@capacitor-community/stripe-identity

@capacitor-community/stripe-terminal change to require minSdkVersion = 26 and compileSdkVersion = 34.

You need to update in your android/app/build.gradle file:

  ext {
-    minSdkVersion = 22
-    compileSdkVersion = 33
+    minSdkVersion = 26
+    compileSdkVersion = 34

@capacitor-community/stripe-identity 's demo in ios is return canceled at success.

@capacitor-community/stripe-identity 's demo in ios is return canceled at success. But it works fine when actual ID is used.

Change Log:

  • Merge pull request #310 from capacitor-community/feat/5.3.0 9373ef13
  • feat(identity): remove from payment package 3671de9a
  • fix(identity/android): use JSObject b6b267c7
  • feat(): update packages 6bc86df5
  • feat(android): update terminal package https://github.com/stripe/stripe-terminal-android/issues/377 ca4b044d
  • feat(ios): update payment package https://github.com/capacitor-community/stripe/issues/297#issuecomment-1760281964 15459370
  • feat(): update readme 9a7588fa
  • feat(ios): add bluetooth connection b4d99a83
  • feat(android): support usb and bluetooth reader 2a286946
  • feat(android): be able to set package version a54f9325
  • feat(stripe): remove identity method(moved to @capacitor-community/stripe-identity) 8efc8062
  • feat(): update android packages 822cadef
  • feat(): update packages version 929b2d01
  • chore(demo): update stripe-pwa-elements 23657df3
  • Merge pull request #306 from ccen-stripe/patch-1 8c9208e6
  • update native versions 8aa0a50a
  • Update README.md 6a5119b2
  • chore f1280f0c
  • chore 3eec2001
  • released fc767ed3

https://github.com/capacitor-community/stripe/compare/v5.2.0...v5.3.0

v5.2.0

8 months ago
  • Merge branch 'main' of github.com:capacitor-community/stripe 9a7c2ad3
  • chore f831ad9d
  • Merge pull request #305 from capacitor-community/feat/termina-method 156b5c6e
  • feat(demo): check terminal demo 40a2b20d
  • feat(terminal): add method of cancelDiscoverReaders 2631addb
  • feat(terminal): add method of 'getConnectedReader', 'disconnectReader', 'cancelCollect' 431f1c43
  • chore(terminal): reduce request permission on android 2043c74f
  • chore 33d16453
  • released ae42579a

https://github.com/capacitor-community/stripe/compare/v5.1.0...v5.2.0

v5.1.0

8 months ago

Important Notice

  • Stripe Identity functionality provided by @capacitor-community/stripe has been moved to @capacitor-community/stripe-identity.
  • New @capacitor-community/stripe-terminal has been added to support Tap To Pay on iPhone/Android and in-person payments over the internet.

History

  • chore 8d7bdb79
  • chore 3327aefe
  • chore(readme): update for split package 0fe1d05b
  • Merge pull request #304 from capacitor-community/feat/termina-internet 75ec3ac7
  • chore 67168bb6
  • chore 66e95d72
  • feat(teminal): add android internet method c6f026b8
  • feat(terminal): add ios internet method 461399d6
  • chore(): add change of stripe-pwa-elements 23cbb972
  • Merge pull request #303 from hideokamoto-stripe/payment/package/pwa-elements d9b864ab
  • chore[internal-change]: replace @stripe-elements/stripe-elements to stripe-pwa-elements 1a6390a2
  • Merge pull request #302 from capacitor-community/feat/terminal 155808da
  • feat(readme): add some reference. 92b86b77
  • feat(terminal): add isTest optional 16a579b9
  • chore(terminal): add events to ios b50c55bc
  • feat(terminal): implement iOS f1a4f902
  • chore 4ffc0cd2
  • chore a48ef1f3
  • fmt 8ef2f598
  • feat(terminal): add event lifecycle 613bc7f1
  • feat(demo): update to current 57caceb1
  • tmp 60d72889
  • refactor(terminal): refactor android b602206f
  • fmt e636fbaf
  • chore e01dbcca
  • chore 001ddfbe
  • feat(terminal): work on android e69d485a
  • tmp c9f9fde2
  • feat(demo): add run code 26992a5a
  • feat(demo): add endpoint on server 5776c880
  • fmt 12367cc5
  • chore bb2d114a
  • chore 4c03d165
  • chore 7c7c0c0a
  • feat(terminal): prepare connect method bba40988
  • feat(terminal): prepare android initialize 28409a66
  • chore(demo): add demo b127d448
  • feat(): prepare development template 1aa5f648
  • chore 654c06c3
  • chore(demo/server): update node settings 792702b7
  • Merge branch 'main' into feat/terminal ab4c44ee
  • chore 744b43b1
  • feat(identity): remove enableIdentifier 71e29002
  • released 40b26e80
  • tmp c063787c
  • chore(terminal): add package-lock.json 8be8ac52
  • fix(ci): add build terminal 84722ec6
  • feat(terminal): add terminal template 4fc84fcd

https://github.com/capacitor-community/stripe/compare/v5.0.4...v5.1.0

v5.0.4

8 months ago
  • chore b319c337
  • chore 3d8d9970
  • chore c840b756
  • chore 45b06522

https://github.com/capacitor-community/stripe/compare/v5.0.3...v5.0.4

v5.0.2

8 months ago
  • fix(android): remove deplicate class da9067ae
  • feat(demo): change to standalone structure c0a42356
  • Merge branch 'master' of github.com:capacitor-community/stripe 64dc089c
  • feat(android): update package to 20.28.2 2454b1c0
  • chore b1dd62bc
  • Merge pull request #289 from mashanz/master e8a89773
  • Update build.gradle kotlin jvmTarget to 17 bfed5da4
  • chore(ci): setup JDK 17 753dcf23
  • fix(demo/react): update capacitor 5 08724042

Thanks @mashanz !

https://github.com/capacitor-community/stripe/compare/v5.0.1...v5.0.2