Skip to content

0.0.8

Compare
Choose a tag to compare
@jyardin jyardin released this 16 Mar 10:36
· 25 commits to main since this release
926ba86
  • Fixed SVG in all supported locales
  • Fixed example
  • Renamed AddtoGoogleWalletButton to AddToGoogleWalletButton (with a capital T): AddtoGoogleWalletButton still exists but is deprecated
  • The badgeButton field is now the buttonType field, and is now of type GoogleWalletButtonType which has 2 possible values:
    • GoogleWalletButtonType.primary which is equivalent to badgeButton = false
    • GoogleWalletButtonType.condensed which is equivalent to badgeButton = true
  • The field removeSvgPackage has been renamed to useInternalAssetPackage
  • The field langue has been renamed to locale, and is now of type Locale