Skip to content

0.19.0 - 2022-09-16

Compare
Choose a tag to compare
@charliecruzan-stripe charliecruzan-stripe released this 16 Sep 18:35
· 225 commits to master since this release

Breaking changes

  • To comply with Google's new branding guidelines for the Google Pay button, the <GooglePayButton /> component's type prop now only accepts standard or pay (pay_shadow, pay_dark, standard_shadow, and standard_dark were all removed). It defaults to standard. #1135
  • Your compileSdkVersion (in android/build.gradle) now must be at least 33. Changing your compileSdkVersion does not change runtime behavior.

New features

  • Add returnURL as an optional parameter to handleNextAction. Use this so the Stripe SDK can redirect back to your app after authentication. #1104

Fixes

  • Fixed an issue where the error resolved on iOS wasn't the root error. #1105
  • Fix Expo Config Plugin support on SDK 46. #1111
  • Updated stripe-ios from 22.7.+ to 22.8.+. Updated stripe-android from 20.9.+ to 20.12.+. This updates the Google Pay button to match the new brand guidelines. #1135

Please see the changelog for additional details.