Skip to content

v5.3.0

Choose a tag to compare

@jpcostello jpcostello released this 12 Mar 12:47
· 4 commits to release since this release

Added

  • Implemented ZipWidget for Zip support
  • Disabled state alpha configurable for image button appearance (ImageButtonAppearance.disabledImageAlpha)
  • Added config page to sample app (Global Config, Checkout Config, Widgets Config)

Changed

  • Updated bin processing for CardDetailsWidget (BIN file loading, validation, and scheme detection)
  • Updated form validations for CardDetailsWidget and GiftCardWidget
  • Security code and PIN code entry in CardDetailsWidget and GiftCardWidget now use secure text fields (PasswordVisualTransformation)
  • Saving of CVV now configurable for CardDetailsWidget via storeSecurityCode in CardDetailsWidgetConfig
  • Removed legacy "Solo" and "AUSBC" from supported card schemes for CardDetailsWidget
  • Removed autocorrect for cardholder name for CardDetailsWidget
  • Updated Amex card scheme icon for CardDetailsWidget
  • Font for widgets now defaults to system font (MaterialTheme.typography)
  • Improved error mappings to readable strings

Fixed

  • Action buttons disabled state styling
  • Gift Card and Card number input field pasting options
  • Incorrect fallback validation for unrecognised card schemes

Full Changelog: View on GitLab