v0.0.1-beta.14
·
156 commits
to main
since this release
Summary
- Bumps Terminal iOS and Android SDKs to 3.2.0. Minimum requirements are:
- Android API level 26 and above
- iOS 13 and above
- Support for offline mode on mPOS devices
- Bug fixes and improvements:
- Fixes an issue where calling
connectBluetoothReader
withoutautoReconnectOnUnexpectedDisconnect
causes an exception. - Adds support for specifying
statementDescriptorSuffix
when creating PaymentIntents via the SDK - PaymentMethod ID is now returned in the PaymentIntent responses
- Fixes an issue where calling
Breaking Changes
processPayment
has been renamed toconfirmPaymentIntent
processRefund
has been renamed toconfirmRefund
readReusableCard
is no longer supported. Use SetupIntents to store cards.
What's Changed
- Fix not specifying autoReconnectOnUnexpectedDisconnect issue. by @EricLin-BBpos in #534
- Bump activesupport from 7.0.4.3 to 7.0.7.2 in /dev-app by @dependabot in #527
- Upgrade docs for .13 release by @nazli-stripe in #531
- Update bug_report.md by @nazli-stripe in #547
- bump native sdk to v3 by @ianlin-bbpos in #544
- Use sdk_uuid for payment and setup intents by @nazli-stripe in #551
- Bump @babel/traverse from 7.17.10 to 7.23.2 in /dev-app by @dependabot in #556
- Bump @babel/traverse from 7.21.5 to 7.23.2 in /example-app by @dependabot in #557
- Bump @babel/traverse from 7.16.5 to 7.23.2 by @dependabot in #555
- bump native SDKs to 3.1 by @ianlin-bbpos in #558
- Bump react-devtools-core from 4.24.4 to 4.28.4 in /dev-app by @dependabot in #559
- Bump react-devtools-core from 4.24.4 to 4.28.4 by @dependabot in #560
- Bump react-devtools-core from 4.27.7 to 4.28.4 in /example-app by @dependabot in #561
- Update README for 34 clarification by @nazli-stripe in #562
- Improve package names by @nazli-stripe in #568
- Upgrade to RN 0.72 by @nazli-stripe in #572
- support offline mode by @ianlin-bbpos in #564
- Add new parameters for PaymentIntent by @nazli-stripe in #574
- Fix offline status by @nazli-stripe in #579
- .14 release prep by @nazli-stripe in #581
Full Changelog: v0.0.1-beta.13...v0.0.1-beta.14