Releases: unit-finance/unit-ios-components-pod
Releases · unit-finance/unit-ios-components-pod
Version 3.0.0
[3.0.0] (Sep 29, 2025)
- Uses Web SDK version 3.1 (up to next minor)
- New Component: White Label App Component
- SDK Updates:
UNActivityComponent:- New setting parameter:
showDeclinedActivity
- New setting parameter:
Version 2.1.0
- Uses Web SDK version 2.5
- SDK Updates:
UNAchCreditComponent:- New input:
allowCounterpartyDelete - New input:
showAccountTypeSelector - Remove input:
fee- Components now use actual fee amount instead of passing fee through an attribute.
- New input:
UNAchDebitComponent:- New input:
allowCounterpartyDelete - Remove input:
fee- Components now use actual fee amount instead of passing fee through an attribute.
- New input:
UNWireComponent:- Remove input:
fee- Components now use actual fee amount instead of passing fee through an attribute.
- Remove input:
Version 2.0.0
- Uses Web SDK version 2.4 (up to next minor)
- New Component: Create Card Component
- Breaking Changes:
- Rename classes
- SDK Updates:
UNAccountComponent:- Add new settings params:
hideAccountStatushideAccountDetailshideAccountButtonshideAccountCtaBannerenableFundAccountButtonenablePaySomeoneAccountButtonaccountStatusPosition
- Change Component appearance.
- Add new settings params:
UNCardComponent- Add new settings params:
feeshowCardTypeSubtitleshowCardHolderSubtitle
- Add new settings params:
UNACHCreditComponent- Add new settings param:
showSameDaySelection
- Add new settings param:
UNACHDebitComponent- Add new settings param:
showSameDaySelection
- Add new settings param:
UNMultipleCardsComponent- Add new settings param:
isRowItemClickable
- Add new settings param:
Version 1.5.0
- Uses Web SDK version 1.10 (up to next minor)
- Update all component on auth finish
- Update visa SDK to 4.1.2
Version 1.4.0
- Uses Web SDK version 1.9 (up to next minor)
Version 1.3.1
- Fix multiple camera permission requests
Version 1.3.0
- Breaking Changes:
UNBookPaymentComponent- update onLoad result to return array of accounts instead of one.UNACHCreditComponent- update onLoad result -UNACHCreditOnLoadResponse.unAccountis array of accounts instead of one.UNACHDebitComponent- update onLoad result -UNACHDebitOnLoadResponse.unAccountis array of accounts instead of one.
- Wire Payment Component
- Security
- Add
Jailbrokedevice protection - Add Snapshot Protection
- Add
- Two Factor Authentication - memorize the token until its expiration.
Version 1.2.0
- Fund Account Payment Component
Version 1.1.0
- Program Details Component
- Uses Web SDK version 1.8 (up to next minor)
- Fix iOS 17 Plaid redirect issue - redirectUri support
- Compatibility with Plaid 5.5.0
- SDK code signing
Version 1.0.0
- Breaking Changes:
- Integration with Plaid now requires manual installation of the Plaid library on the hosted application side.
- The SDK no longer supports direct setters for environment and web versioning strategy attributes. To update those, you must use the initialize method.
- Upgrade minimum supported iOS version to 14.0
- Uses Web SDK version 1.7 (up to next minor)
- Performance improvement - reducing the SDK size
- Fix memory leak issues
- Support Swift Package Manager (SPM)