Skip to content

0.22.0 - 2022-12-02

Compare
Choose a tag to compare
@charliecruzan-stripe charliecruzan-stripe released this 02 Dec 18:34
· 203 commits to master since this release

Breaking changes

New features

  • Added the hasPairedAppleWatch option to canAddCardToWallet. #1219
  • Added new functions and a new component to streamline integrating with Apple and Google Pay and add more feature support. See the Migrating to Platform Pay guide for more details. The old Apple and Google Pay APIs are marked as deprecated and will be removed in a future release, but are still supported in this version.

Fixes

  • Fixed an issue where builds would error with the message 'const' enums are not supported. see commit
  • Fixed an issue where the canAddCardToWallet method would sometimes wrongly return false with a details.status of MISSING_CONFIGURATION in production builds. #1215
  • Fixed an issue on Android where, for certain countries, the postal code would not be enabled but would still be required. #1213
  • Fixed an issue on iOS where canAddCardToWallet would return false if the card had already been provisioned on a paired device like an Apple Watch, but had not yet been provisioned on the current device, and would also return false if the card had been provisioned on the current device, but not on a paired Apple Watch. #1219

Please see the changelog for additional details.