Releases: capacitor-community/stripe
Releases · capacitor-community/stripe
v5.4.2
v5.4.1
v5.4.0
- fmt 801edf7
- feat(identity): implement on the web b3a5212
- feat(): update every package d31584c
- fix(payment): be able to run without billingDetailsCollectionConfiguration #315 915244f
- feat(payment): remove unused dependency cb7bebd
- Merge pull request #315 from Covve/feature/addEmailToPaymentSheet dc73832
- feat(PaymentSheet): add partial billingDetailsCollectionConfiguration on Android f22d50d
- feat(PaymentSheet): add partial billingDetailsCollectionConfiguration c0bec9c
- released 1e2b2d8
v5.3.0
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 9373ef1
- feat(identity): remove from payment package 3671de9
- fix(identity/android): use JSObject b6b267c
- feat(): update packages 6bc86df
- feat(android): update terminal package stripe/stripe-terminal-android#377 ca4b044
- feat(ios): update payment package #297 (comment) 1545937
- feat(): update readme 9a7588f
- feat(ios): add bluetooth connection b4d99a8
- feat(android): support usb and bluetooth reader 2a28694
- feat(android): be able to set package version a54f932
- feat(stripe): remove identity method(moved to @capacitor-community/stripe-identity) 8efc806
- feat(): update android packages 822cade
- feat(): update packages version 929b2d0
- chore(demo): update stripe-pwa-elements 23657df
- Merge pull request #306 from ccen-stripe/patch-1 8c9208e
- update native versions 8aa0a50
- Update README.md 6a5119b
- chore f1280f0
- chore 3eec200
- released fc767ed
v5.2.0
- Merge branch 'main' of github.com:capacitor-community/stripe 9a7c2ad
- chore f831ad9
- Merge pull request #305 from capacitor-community/feat/termina-method 156b5c6
- feat(demo): check terminal demo 40a2b20
- feat(terminal): add method of cancelDiscoverReaders 2631add
- feat(terminal): add method of 'getConnectedReader', 'disconnectReader', 'cancelCollect' 431f1c4
- chore(terminal): reduce request permission on android 2043c74
- chore 33d1645
- released ae42579
v5.1.0
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 8d7bdb7
- chore 3327aef
- chore(readme): update for split package 0fe1d05
- Merge pull request #304 from capacitor-community/feat/termina-internet 75ec3ac
- chore 67168bb
- chore 66e95d7
- feat(teminal): add android internet method c6f026b
- feat(terminal): add ios internet method 461399d
- chore(): add change of stripe-pwa-elements 23cbb97
- Merge pull request #303 from hideokamoto-stripe/payment/package/pwa-elements d9b864a
- chore[internal-change]: replace @stripe-elements/stripe-elements to stripe-pwa-elements 1a6390a
- Merge pull request #302 from capacitor-community/feat/terminal 155808d
- feat(readme): add some reference. 92b86b7
- feat(terminal): add isTest optional 16a579b
- chore(terminal): add events to ios b50c55b
- feat(terminal): implement iOS f1a4f90
- chore 4ffc0cd
- chore a48ef1f
- fmt 8ef2f59
- feat(terminal): add event lifecycle 613bc7f
- feat(demo): update to current 57caceb
- tmp 60d7288
- refactor(terminal): refactor android b602206
- fmt e636fba
- chore e01dbcc
- chore 001ddfb
- feat(terminal): work on android e69d485
- tmp c9f9fde
- feat(demo): add run code 26992a5
- feat(demo): add endpoint on server 5776c88
- fmt 12367cc
- chore bb2d114
- chore 4c03d16
- chore 7c7c0c0
- feat(terminal): prepare connect method bba4098
- feat(terminal): prepare android initialize 28409a6
- chore(demo): add demo b127d44
- feat(): prepare development template 1aa5f64
- chore 654c06c
- chore(demo/server): update node settings 792702b
- Merge branch 'main' into feat/terminal ab4c44e
- chore 744b43b
- feat(identity): remove enableIdentifier 71e2900
- released 40b26e8
- tmp c063787
- chore(terminal): add package-lock.json 8be8ac5
- fix(ci): add build terminal 84722ec
- feat(terminal): add terminal template 4fc84fc
v5.0.4
v5.0.2
- fix(android): remove deplicate class da9067a
- feat(demo): change to standalone structure c0a4235
- Merge branch 'master' of github.com:capacitor-community/stripe 64dc089
- feat(android): update package to 20.28.2 2454b1c
- chore b1dd62b
- Merge pull request #289 from mashanz/master e8a8977
- Update build.gradle kotlin jvmTarget to 17 bfed5da
- chore(ci): setup JDK 17 753dcf2
- fix(demo/react): update capacitor 5 0872404
Thanks @mashanz !