nazli-stripe
released this
18 Nov 21:39
·
9 commits
to main
since this release
Changelog
- Native SDKs are upgraded to 3.10.1 for Android and 3.9.1 for iOS:
- Preview: Surcharging is now available in private preview. If you are interested in joining this preview, please email stripe-terminal-betas@stripe.com.
- Preview: Added a
collectData
method to collect eligible magstripe data, such as gift cards, using a mobile reader. If you are interested in joining this preview, please email stripe-terminal-betas@stripe.com. - Preview: WeChat Pay support for smart readers is now available in private preview. If you are interested in joining this preview, please email stripe-terminal-betas@stripe.com.
- New: Support
locationId
parameter when callingdiscoverReaders
. - New: Support
setLocalMobileUxConfiguration
method to customize Tap to Pay screen. - New: Added
getNativeSdkVersion
andgetSdkVersion
methods to access native Terminal SDK and Terminal React Native versions respectively. - Fix: Standardized types returned by CollectInputs feature in both iOS and Android SDKs. Fixes #743.
- Fix: Renamed
customer
tocustomerId
forcreateSetupIntent
. Fixes #591.
What's Changed
- Modify script to allow release from non-main branch by @nazli-stripe in #760
- Support surcharging by @EricLin-BBpos in #759
- Fix issue with CollectInputs return values on iOS by @ianlin-bbpos in #748
- Wire up ability to write iOS unit tests by @bric-stripe in #761
- Fix wrong display of the "terminal.didRequestReaderDisplayMessage" by @EricLin-BBpos in #762
- beta.20 release updates by @nazli-stripe in #763
- Fix Mismatch between documentation and types file when calling createSetupIntent by @EricLin-BBpos in #766
- Upgrade example-app to RN SDK beta.20 by @EricLin-BBpos in #767
- Bump fast-xml-parser from 4.3.2 to 4.4.1 in /dev-app by @dependabot in #768
- Bump fast-xml-parser from 4.3.2 to 4.4.1 in /example-app by @dependabot in #770
- Add unit test on iOS by @ianlin-bbpos in #764
- Add missing locationId parameter in discoverReaders method by @EricLin-BBpos in #777
- Upgrade expo to 51 by @ianlin-bbpos in #769
- Bump SDKs to 3.8.0 by @ianlin-bbpos in #775
- Support CollectData feature by @EricLin-BBpos in #765
- Integrate ios local mobile terms of service accept callback by @tim-lin-bbpos in #771
- Bump fast-xml-parser from 4.3.2 to 4.4.1 by @dependabot in #774
- Add test item of updating reader software by @ianlin-bbpos in #772
- Bump rexml from 3.2.8 to 3.3.3 in /dev-app by @dependabot in #779
- Add setLocalMobileUxConfiguration. by @ianlin-bbpos in #778
- Add type field to PaymentMethod mappers by @EricLin-BBpos in #782
- append to UIBackgroundModes instead of overriding it. by @a-eid in #781
- Fix getLocation api param limit wrong value by @tim-lin-bbpos in #785
- Fix infinite loop location api by @tim-lin-bbpos in #787
- Bump ios sdk version to 3.8.3 by @tim-lin-bbpos in #800
- Bump micromatch from 4.0.4 to 4.0.8 by @dependabot in #801
- Bump micromatch from 4.0.7 to 4.0.8 in /example-app by @dependabot in #802
- Bump rexml from 3.3.3 to 3.3.6 in /dev-app by @dependabot in #794
- add aod support to example-app by @ianlin-bbpos in #792
- Update withStripeTerminal variable reference link by @tim-lin-bbpos in #797
- fix connection issue by @ianlin-bbpos in #791
- Add
getNativeSdkVersion
to get native sdk version by @tim-lin-bbpos in #790 - Expose RN SDK version by @tim-lin-bbpos in #803
- Update public docs by @nazli-stripe in #804
- Add version info in home page by @tim-lin-bbpos in #806
- Bump ios sdk to 3.9.1 by @tim-lin-bbpos in #805
- Bump android to 3.9.1 by @nazli-stripe in #808
- Bump braces from 3.0.2 to 3.0.3 in /dev-app by @dependabot in #737
- Bump android sdk to 3.9.2 by @tim-lin-bbpos in #815
- Upgrade example-app to use beta.21 by @nazli-stripe in #814
- SDK version updates by @nazli-stripe in #816
- Add timeout in discover reader in dev-app by @tim-lin-bbpos in #818
- Bump serve-static from 1.14.2 to 1.16.2 by @dependabot in #812
- Bump android sdk to 3.9.5 by @tim-lin-bbpos in #823
- Add ACCEPT_TERMS_OF_SERVICE event in StripeTerminalProvider by @tim-lin-bbpos in #828
- Fix dev-app location page not scrollable issue by @tim-lin-bbpos in #829
- By pass user cancel error in DiscoverReaderScreen page by @tim-lin-bbpos in #831
- Update README.md for Android requirements by @nazli-stripe in #832
- Bump android sdk to 3.10.0 by @tim-lin-bbpos in #833
- [QR] add support for QR fields by @henryx-stripe in #827
- Update collect input to use FormType variable by @tim-lin-bbpos in #834
- Update target android sdk to 35 by @tim-lin-bbpos in #835
- Add ios error code to skip display error when discovering by @tim-lin-bbpos in #839
- Enable toggle for local mobile discovery method by @tim-lin-bbpos in #841
- Update to M2 CI by @davidme-stripe in #845
- Update collectData response to return as a CollectDataResultType by @mindy-stripe in #849
- Sync interac_present info in CollectCardPaymentScreen in dev-app. by @tim-lin-bbpos in #850
- Beta.23 release prep by @nazli-stripe in #844
- Fix surcharge param passing in dev-app and iOS bridge by @nazli-stripe in #853
New Contributors
- @tim-lin-bbpos made their first contribution in #771
- @a-eid made their first contribution in #781
Full Changelog: v0.0.1-beta.22...v0.0.1-beta.23