Skip to content

Version 0.11.0

Choose a tag to compare

@unit-integrations unit-integrations released this 08 Feb 14:18
· 34 commits to main since this release

[0.11.0] - 2024-02-08

  • Uses Web SDK version 1.6 (up to next minor)
  • Payment components:
    • Added initialStageBackButton and finalStageDoneButton options to enable an action at the beginning or end of payment flows using buttons added to the first or last stage. These buttons trigger the onInitialStageBackButtonClicked or onFinalStageDoneButtonClicked callbacks
    • Added plaidAccountFilters and plaidLinkCustomizationName additional settings to ACH Credit and ACH Debit components
    • Changed accountId to optional attribute in ACH Credit ACH Debit and Book Payment components
    • Changed counterPartyAccountId and counterPartyName to optional attributes in Book Payment component
  • Check Deposit Component:
    • Changed fee attribute to optional
  • Activity Component:
    • Exposed refresh method to refresh the component data
  • Account Component:
    • Added showLeftToSpend additional settings
    • Added onRequestLeftToSpendDetails callback
    • Exposed refresh method to refresh the component data
    • Bug fix: Download verification letter UI issue