Capacitor Community Stripe Versions Save

Stripe Mobile SDK wrapper for Capacitor

v6.0.1

1 week ago
  • feat(terminal): android sdk is updated to 3.5.+ 57ae95bb
  • released ea94985f

https://github.com/capacitor-community/stripe/compare/v6.0.0...v6.0.1

v6.0.0

1 week ago

Capacitor v6 is supported🎉

This version support capacitor v6. More information is here:

https://capacitorjs.com/docs/updating/6-0

% npm install @capacitor-community/stripe@latest
% npm install @capacitor-community/stripe-identity@latest
% npm install @capacitor-community/stripe-terminal@latest

Logs

  • chore(terminal): 3.5.0 is break at tap to pay. 72e13b8e
  • chore(readme): support version faf43723
  • feat(demo/react): migrate to v6 2f121683
  • chore e54e8e3b
  • chore(android): update packages 9caf62b9
  • chore 5efcf419
  • feat(): remove skd-fixed demo 99e240f5
  • chore(): update readme e19f274a
  • Merge branch 'feat/6.0.0' 48f0122b
  • released 08c96af8
  • Merge branch 'main' into feat/6.0.0 13b97d4b
  • released 193b5db1
  • 6.0.0-2 9aabc02c
  • chore 7c2dc7cc
  • chore(android): update package version 70d30cd3
  • feat(demo): updated 35fd5c33
  • chore(): support version is >= node18 55e5bee2
  • feat(): addListener return Promise<PluginListenerHandle> a871db38
  • Merge branch 'main' into feat/6.0.0 6c502195
  • feat(v6): npx @capacitor/plugin-migration-v5-to-v6 7708f462

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

v5.5.2

2 weeks ago
  • chore d49a8469
  • chore(): update package version 257e6ce1
  • released 74166e99

https://github.com/capacitor-community/stripe/compare/v5.5.1...v5.5.2

v5.5.1

4 weeks ago
  • Merge pull request #345 from capacitor-community/feat/google_pay_require_payment_false 705c00d4
  • feat(payment): add existingPaymentMethodRequired to manifest 15e94dad
  • released b74437b1
  • chore(payment): require payment method false 83032c6a
  • chore(react): update current package 6b21064d
  • fix(terminal): kotlinVersion to kotlin_version 7d477ec2
  • released c1073ade

https://github.com/capacitor-community/stripe/compare/v5.5.0...v5.5.1

v6.0.0-2

1 month ago
  • chore 7c2dc7cc
  • chore(android): update package version 70d30cd3
  • feat(demo): updated 35fd5c33
  • chore(): support version is >= node18 55e5bee2
  • feat(): addListener return Promise<PluginListenerHandle> a871db38
  • Merge branch 'main' into feat/6.0.0 6c502195
  • fix(terminal): kotlinVersion to kotlin_version 7d477ec2
  • feat(v6): npx @capacitor/plugin-migration-v5-to-v6 7708f462
  • released c1073ade

https://github.com/capacitor-community/stripe/compare/v5.5.0...v6.0.0-2

v5.5.0

1 month ago

Terminal updated

Terminal has breaking changes.

  • method collect to collectPaymentMethod
  • method cancelCollect to cancelCollectPaymentMethod
  • add method collect and cancelCollect to be deprecated tag.
  • sdk version to be 3.4.+

Thanks @yllaw https://github.com/capacitor-community/stripe/pull/342

  • add method confirmPaymentIntent
  • add listener TerminalEventsEnum.ConfirmedPaymentIntent and TerminalEventsEnum.CollectedPaymentIntent
  • remove listener TerminalEventsEnum.Completed

Logs

  • Merge pull request #344 from capacitor-community/feat/rename_collect 3278810f
  • feat(teminal): guide disconnect reader a3e34311
  • chore 2f0c33f0
  • chore(): move require bluetooth permission method 43c79915
  • fmt 6becb017
  • feat(): grantedの場合のみ先に進めるように変更 aae1850d
  • tmp 44511489
  • chore 70d6ee20
  • chore(terminal): deprecated method to type string b6a8e1ef
  • chore(readme): change from stable 0fab4fcd
  • chore d7dff49c
  • prerelease 1bdc66f6
  • feat(terminal): update coreversion to 3.4.+ d4b9cc08
  • chore(terminal): update readme for deprecated method 2fa47570
  • feat(terminal): rename collect to collectPaymentMethod 405d69d9
  • fmt dcfbeec6
  • fmt 86fd58f8
  • chore a5bd91d5
  • chore(ci): update to node version 20 6acb2810
  • chore(demo): update to esbuild d965a220
  • chore(demo): update to control flow 76cf7157
  • feat(ng): update 02a90a62
  • chore(demo): update demo method cbdb4359
  • chore 1872d124
  • fix(demo): fix terminal for confirmed payment intent b776408d
  • chore 35d064be
  • Merge pull request #342 from yllaw/capacitor-stripe-terminal/confirmPaymentIntent 0f3caf9c
  • fix: Android StripeTerminal assign paymentIntentInstance for confirmPaymentIntent cb8762f7
  • add confirmPaymentIntent definition 1f5f5c0b
  • add TerminalEvents and TerminalConnectTypes to project.pbxproj for XCode 54bf3675
  • update README.md ca9cf3bb
  • add confirmPaymentIntent to android and ios StripeTerminal plugin d4896a6d
  • add new TerminalEvents collectedPaymentIntent & ConfirmedPaymentIntent (replace Completed event); update plugin listeners 13a1ef66
  • released 5f3183b1

https://github.com/capacitor-community/stripe/compare/v5.4.6...v5.5.0

v5.4.5

1 month ago
  • chore 36036ca6
  • Merge pull request #340 from capacitor-community/feat/terminal-token 1ed36bf7
  • chore(template): update issue template 56ed9993
  • feat(terminal): add option to set string token a40926b6
  • chore 09a0e2d4
  • chore(readme): add version information c5d1d335
  • released 504ab5b8

https://github.com/capacitor-community/stripe/compare/v5.4.4...v5.4.5

v5.4.4

1 month ago
  • chore 22b1b2c6
  • chore(demo): remove unused ios folder 81fa4705
  • Merge pull request #337 from ccen-stripe/bumpNative 5c4b9e15
  • Merge branch 'main' into bumpNative cb962e51
  • feat(payment): update stripeAdnroidVersion to currently note: v20.37.2 updated dependencies 85e43efc
  • feat(): add sdk-fixed for test a946aed9
  • released ac8ab579
  • bump native ec65f288

https://github.com/capacitor-community/stripe/compare/v5.4.3...v5.4.4

v5.4.3

1 month ago
  • Merge branch 'main' of github.com:capacitor-community/stripe 3a31bb6b
  • feat(): update every packages efc313af
  • Merge pull request #333 from capacitor-community/fix/android_2032 0c95aed6
  • fix(payment): change default stripeAndroidVersion 8b39bf93
  • fix(payment): downgrade default stripeAndroidVersion 47009cbf
  • chore(readme): reflect allowedCountries type 7c4bf2ab
  • Merge pull request #324 from rgarciadelongoria/feature/allowed-countries-for-shipping-address 2fbf0c1c
  • feat: change allowedCountriesError to allowedCountriesErrorDescription f487ea8b
  • chore da5dff3c
  • feat: add logic to allow countries and block others 18f7ea09
  • released 5a5bc42c

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