Releases: kurovskyiii/rn-yookassa
Releases · kurovskyiii/rn-yookassa
Release 1.0.7
1.0.7 (2022-01-21)
Breaking Changes
- change
source 'https://github.com/yoomoney-tech/cocoa-pod-specs.git'
tosource 'https://github.com/yoomoney/cocoa-pod-specs.git'
in your Podfile
Updates
- there are issues with iOS native package >= 6.4.0, so we decided to downgrade it to 6.2.0
- fixed some issues with
paymentMethodTypes
option, now it's working
Release 1.0.6
1.0.6 (2022-01-21)
New Features
- Russian localization on iOS
Breaking Changes
- now Russian localization is included in packages, so if you have installed it in your Xcode project, just remove it.
Updates
- updated iOS package version to 6.6.0
- updated README
Release 1.0.5
Release 1.0.4
1.0.4 (2022-01-21)
Breaking Changes
- Downgrade your
ThreatMetrix-Android-SDK-6.2.97.arr
toThreatMetrix Android SDK 5.4-73.arr
because there are issues with app icon on Android
Updates
- updated README
Release 1.0.3
Release 1.0.2
1.0.2 (2021-12-08)
New Features
confirmPayment()
is now working!- Added new
YooKassaError
class to identify errors cancel()
was renamed todismiss()
and is now working!
Breaking Changes
tokenize()
props changed:paymentTypes
topaymentMethodTypes
googlePaymentTypes
togooglePaymentMethodTypes
tokenize()
props types changed:PaymentTypesEnum
toPaymentMethodTypesEnum
GooglePaymentTypesEnum
toGooglePaymentMethodTypesEnum
tokenize()
result now is:paymentToken: string; paymentMethodType: PaymentMethodTypesEnum;
Updates
- Android SDK updated from 6.4.4 to 6.4.5
- README updates
Release 1.0.1
1.0.1 (2021-12-04)
Package is ready for use.