Skip to content

24.0.0

Latest
Compare
Choose a tag to compare
@wooj-stripe wooj-stripe released this 04 Nov 18:31
· 18 commits to master since this release
24.0.0
3f0d668

24.0.0 2024-11-04

PaymentSheet

  • [Changed] The default value of PaymentSheet.Configuration.paymentMethodLayout has changed from .horizontal to .automatic. See MIGRATING.md for more details.
  • [Fixed] Fixed an animation glitch when dismissing PaymentSheet in React Native.
  • [Fixed] Fixed an issue with FlowController in vertical layout where the payment method could incorrectly be preserved across a call to update when it's no longer valid.
  • [Fixed] Fixed a potential deadlock when paymentOption is accessed from Swift concurrency.
  • [Fixed] Fixed deferred intent validation to handle cloned payment methods (#4195

Basic Integration