Releases: ancon-labs/react-native-adyen-dropin
Releases · ancon-labs/react-native-adyen-dropin
Release 3.1.0
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
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
2.0.0 (2022-07-22)
⚠ BREAKING CHANGES
- android: minSdkVersion is now 21
Features
- android: upgrade minSdkVersion to 21 (a70bb94)
Release 1.5.2
1.5.2 (2022-01-21)
Bug Fixes
- ios: don't allow paying twice (cc0b32c)
Release 1.5.0
1.5.0 (2021-11-23)
Features
- ios: make additionalDetails flexible (da12abd)
Release 1.4.0
1.4.0 (2021-11-23)
Features
- android+ios: add queryParameters and disableNativeRequests (385efe9)
Release 1.3.0
1.3.0 (2021-11-19)
Features
- android+ios: implement CardConfiguration (f116cc8)
Release 1.2.0
1.2.0 (2021-11-18)
Features
- android+ios: implement payment callbacks (0b1e042)
Release 1.1.1
1.1.1 (2021-10-29)
Bug Fixes
- android: fix build/type error (722899c)