Skip to content

Releases: ancon-labs/react-native-adyen-dropin

Release 3.1.0

31 Aug 11:56
Compare
Choose a tag to compare

3.1.0 (2022-08-31)

Features

  • android: add support for showRemovePaymentMethodButton and disableStoredPaymentMethod endpoint (5258981)
  • ios: add support for showRemovePaymentMethodButton and disableStoredPaymentMethod endpoint (434550b)
  • js: add disableStoredPaymentMethod to endpoint properties (bed7c2e)
  • js: format baseUrl in case it does not end with a trailing slash (365f322)
  • js: make endpoints optional and add optional merchantAccount property (e237868)

Release 3.0.0

30 Aug 11:05
Compare
Choose a tag to compare

3.0.0 (2022-08-30)

Migration instructions

⚠ BREAKING CHANGES

  • android: styles.xml needs custom name instead of AppTheme

Features

  • android: upgrade Adyen to v4.7.1 (ecfb4c7)
  • ios: upgrade Adyen to v4.8.0 (c36b31a)

Bug Fixes

  • example: index.js not found build issue (34514ed)

Release 2.0.0

22 Jul 11:14
Compare
Choose a tag to compare

2.0.0 (2022-07-22)

⚠ BREAKING CHANGES

  • android: minSdkVersion is now 21

Features

  • android: upgrade minSdkVersion to 21 (a70bb94)

Release 1.5.2

21 Jan 12:37
3241fd0
Compare
Choose a tag to compare

1.5.2 (2022-01-21)

Bug Fixes

  • ios: don't allow paying twice (cc0b32c)

Release 1.5.1

08 Dec 09:38
b5e82d9
Compare
Choose a tag to compare

1.5.1 (2021-12-08)

Release 1.5.0

23 Nov 16:22
7f334b9
Compare
Choose a tag to compare

1.5.0 (2021-11-23)

Features

  • ios: make additionalDetails flexible (da12abd)

Release 1.4.0

23 Nov 07:27
c1b9e3c
Compare
Choose a tag to compare

1.4.0 (2021-11-23)

Features

  • android+ios: add queryParameters and disableNativeRequests (385efe9)

Release 1.3.0

19 Nov 07:16
7cf4a49
Compare
Choose a tag to compare

1.3.0 (2021-11-19)

Features

  • android+ios: implement CardConfiguration (f116cc8)

Release 1.2.0

18 Nov 18:16
cdd7fe2
Compare
Choose a tag to compare

1.2.0 (2021-11-18)

Features

  • android+ios: implement payment callbacks (0b1e042)

Release 1.1.1

29 Oct 13:40
af45c4e
Compare
Choose a tag to compare

1.1.1 (2021-10-29)

Bug Fixes

  • android: fix build/type error (722899c)