Skip to content

0.14.0

Compare
Choose a tag to compare
@charliecruzan-stripe charliecruzan-stripe released this 30 Jun 19:50
· 308 commits to master since this release

Breaking changes

New features

  • Added the canAddCardToWallet method. #986.

Fixes

  • Fix build errors on Xcode 14 beta 1 by upgrading stripe-ios to ~>22.5.1. #1011
  • Fixed an issue on Android where the brand field in CardField's onCardChange callback wouldn't be set unless the card details were fully complete. #1012
  • Fixed an issue where Payment Sheet would cause crashes on Android if merchantDisplayName wasn't provided. #1015
  • Fixed a bug on Android where a crash could occur if the PaymentSheet was canceled and opened again. #1014
  • Fixed an instance on iOS where CardField's expiry date would remain marked as valid, even when it's invalid. #1018