- Upgrade Reader SDK version support to 1.7.2 for iOS
- Upgrade Reader SDK version support to 1.7.5 for Android
- Support CompileSDK and targetSDK 33 on Android
- Add Typescript support with
index.d.ts
.
- Fix the crach issue when tipSetting is undefined
- Fix the AmountMoney required/optional fields
- Bump the minimum Reader SDK version support to 1.6.1 for iOS and 1.6.1 for Android
- Update react-native-quickstart UI
- Support CompileSDK and targetSDK 30+ on Android
- Upgrade React Native version to 64.1
- Bump the minimum Reader SDK version support to 1.4.9 for iOS and 1.4.4 for Android
- Bumped Nested handlebars dependency from 4.2.0 to 4.5.3
- Removed last mention of android.support syntax
- Update Square Reader SDK minimum supported version to 1.3.3 in order to support iOS 13
- Now requires Xcode 10.2+
- Add delay capture support
- Update to be compatible with Android Reader SDK 1.3.1, and now supports AndroidX but the new feature "delay capture" hasn't been supported yet.
- Update to be compatible with Android Reader SDK 1.3.0, but the new feature "delay capture" hasn't been supported yet.
- Support Android Reader SDK 1.2.1.
- Add podspec to support cocoapods ios project.
- fix "tipPercentages" setting doesn't work with react-native 0.58.0+ on iOS.
- add store customer card suport.
- fix missing
collectSignature
for android checkout parameter.
- remove
alwaysRequireSignature
and addcollectSignature
to checkout configuration. - bump the minimum dependency to Reader SDK 1.1.1(iOS)/1.1.3(Android).
- this change does NOT include all new features introduced in Reader SDK 1.1.* such as Store customer card, see reader SDK Change Log for details.
- fixed iOS threading issue.
- fixed Android plugin compile regression.
- fixed iOS
location.currencyCode
conversion bug, change int to string (ISOCurrencyCode) - fixed Android checkout parameter currencyCode validation
- Initial release.