v0.0.1-beta.16
nazli-stripe
released this
25 Mar 22:39
·
125 commits
to main
since this release
- Native SDKs upgraded to 3.4.0
- New: Disconnect callback now includes a disconnect reason.
- New: Added support for refunding payments by passing PaymentIntent id.
- New: Added
autoReconnectOnUnexpectedDisconnect
for Tap to Pay. - New: Added
rebootReader
support to restart the connected reader. This method is currently only available for Bluetooth and USB readers. - Beta: Added
collectInputs
support to display on-reader forms and collect information from customers.- If you are interested in joining this beta, please email [email protected]
- Beta: Added support for retrieving and updating reader settings on WisePOS E and Stripe S700 by calling
getReaderSettings
andsetReaderSettings
. Accessibility settings are provided at this time, allowing text-to-speech via speakers to be turned on and off as needed.- If you are interested in joining this beta, please email [email protected]
What's Changed
- Fix detox issue by @nazli-stripe in #618
- Upgrade docs for 0.15 release by @nazli-stripe in #608
- Update codeowners by @nazli-stripe in #620
- Fix jvm target compatibility issue by @ianlin-bbpos in #616
- Bump SDK to 3.3.1 & fix Bitrise test issue by @ianlin-bbpos in #622
- Bump ip from 1.1.8 to 1.1.9 in /example-app by @dependabot in #625
- Bump ip from 1.1.8 to 1.1.9 in /dev-app by @dependabot in #624
- Bump ip from 1.1.5 to 1.1.9 by @dependabot in #623
- Support Card Present Details by @ianlin-bbpos in #626
- Support Interac Refund by @ianlin-bbpos in #627
- Add rebootReader method by @ianlin-bbpos in #629
- Support reader disconnect reason by @ianlin-bbpos in #628
- Support reader settings by @ianlin-bbpos in #630
- Adds addListener and removeListeners react methods to android module by @SudoPlz in #636
- Upgrade xcode to 15 by @nazli-stripe in #640
- Disable Flipper in dev-app and example-app by @maxa-stripe in #632
- Bump sdk to 3.4.0 by @ianlin-bbpos in #641
- Add TTP auto-reconnect support by @nazli-stripe in #642
- Support collect inputs by @ianlin-bbpos in #633
- Remove toggle type by @nazli-stripe in #643
- 0.16 release prep by @nazli-stripe in #646
New Contributors
- @SudoPlz made their first contribution in #636
- @maxa-stripe made their first contribution in #632
Full Changelog: v0.0.1-beta.15...v0.0.1-beta.16