Skip to content

Releases: kurovskyiii/rn-yookassa

Release 1.0.7

21 Jan 20:13
Compare
Choose a tag to compare

1.0.7 (2022-01-21)

Breaking Changes

  • change source 'https://github.com/yoomoney-tech/cocoa-pod-specs.git' to source '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

21 Jan 18:01
Compare
Choose a tag to compare

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

21 Jan 16:02
Compare
Choose a tag to compare

1.0.5 (2022-01-21)

Updates

  • updated icon on iOS example app

Release 1.0.4

21 Jan 15:26
Compare
Choose a tag to compare

1.0.4 (2022-01-21)

Breaking Changes

  • Downgrade your ThreatMetrix-Android-SDK-6.2.97.arr to ThreatMetrix Android SDK 5.4-73.arr because there are issues with app icon on Android

Updates

  • updated README

Release 1.0.3

11 Dec 20:36
Compare
Choose a tag to compare

1.0.3 (2021-12-11)

Updates

  • updated README
  • updated Android dependency flow

Release 1.0.2

08 Dec 19:16
Compare
Choose a tag to compare

1.0.2 (2021-12-08)

New Features

  • confirmPayment() is now working!
  • Added new YooKassaError class to identify errors
  • cancel() was renamed to dismiss() and is now working!

Breaking Changes

  • tokenize() props changed:
    • paymentTypes to paymentMethodTypes
    • googlePaymentTypes to googlePaymentMethodTypes
  • tokenize() props types changed:
    • PaymentTypesEnum to PaymentMethodTypesEnum
    • GooglePaymentTypesEnum to GooglePaymentMethodTypesEnum
  • 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

04 Dec 01:12
Compare
Choose a tag to compare

1.0.1 (2021-12-04)

Package is ready for use.