Releases: stripe/stripe-android
Releases · stripe/stripe-android
stripe-android v21.21.0
PaymentSheet
- [CHANGED]11151 Remove intrinsic top and bottom padding from
EmbeddedPaymentElement.Content
. - [FIXED]11111 EmbeddedPaymentElement now errors when
configuration.rowSelectionBehavior
is.immediateAction
andconfiguration.embeddedViewDisplaysMandateText
istrue
to ensure integrations display legal mandate text to the customer. - [ADDED]11178 Added
disclosureIconRes
property toPaymentSheet.Appearance.Embedded.RowStyle.FlatWithDisclosure
to customize the chevron icon displayed in EmbeddedPaymentElement payment method rows. - [ADDED]11173 Added
titleFont
toPaymentSheet.Appearance.Embedded
for customization of EmbeddedPaymentElement payment method row titles. - [ADDED]11166 Added
paymentMethodIconMargins
toPaymentSheet.Appearance.Embedded
for customization of EmbeddedPaymentElement payment method row icon spacing. - [CHANGED]11175 Renamed
PaymentSheet.Appearance.Embedded.RowStyle.FlatWithChevron
toPaymentSheet.Appearance.Embedded.RowStyle.FlatWithDisclosure
. - [ADDED]11162 Added Builders for
PaymentSheet.Appearance.Embedded
andPaymentSheet.Appearance.Embedded.RowStyle
.
stripe-android v21.20.2
stripe-android v21.20.1
PaymentSheet
- [ADDED]10987 Added support for satispay with
setup_future_usage
.
stripe-android v21.20.0
PaymentSheet
- [ADDED]11007 Added support for bacs with
setup_future_usage
.
stripe-android v21.19.0
stripe-android v21.18.0
PaymentSheet
- [ADDED]10935 Add
formInsetValues
method toPaymentSheet.Appearance.Builder
. - [ADDED]10831 Added
RowSelectionBehavior
API to Embedded Payment Element - [DEPRECATED]10833 Deprecated PaymentSheet/FlowController constructors, create methods, and Compose remember functions in favor of new Builder pattern APIs.
- [ADDED]10940 Add
paymentMethodType
toPaymentOption
for use withPaymentSheet.FlowController
.
stripe-android v21.17.0
PaymentSheet
- [ADDED]10919 Add
formInsetValues
toPaymentSheet.Appearance
.
stripe-android v21.16.0
stripe-android v21.15.1
PaymentSheet
- [FIXED]10870 Fixed an issue with
EmbeddedPaymentElement
whereView more
andEdit
buttons would completely fill the parent's height ifheight
modifier is used by the parent composable.