Releases: argyle-systems/argyle-link-react-native
Releases · argyle-systems/argyle-link-react-native
5.3.0
Added:
- A new account connection error message,
unsupported_language
, has been introduced. This message will be displayed if the user's payroll system contains data or documents in a language that Argyle does not currently support.
Changed:
- The experience for returning users has been improved by making the required user actions more prominent. For example, an action requiring the user to reconnect their account is now more noticeable.
5.2.2
5.2.1
5.2.0
Added
- Added user prompts for government benefits and "Employees only" Items.
- Added allocation type selection for the entire paycheck scenario when using the
allow_changing_allocation_type
DDS config flag.
Changed
- Improved handling for Items that support multiple payroll providers.
- Added more information to the Login screen about why Argyle is involved.
- Updated text content used in DDS-related screens.
- Deprecated the
linkKey
parameter. - Improved presentation of the login methods to the user.
- Separated username and password reset buttons at login.
- [iOS] Improved bottom sheet handling.
Fixed
- [iOS] Fixed various minor UI issues.
- [Android] Fixed allocation editing issue within DDS flow.
- [Android] Fixed an issue with confirming allocations for DDS.
- [Android] Fixed an issue with opening the default email application from the MFA screen.
- Fixed focus handling for allocation options.
5.1.1
Changed
- DDS allocation restore functionality related naming
Fixed
- [Android] A potential crash upon entering DDS allocation value
5.1.0
Added
- The ability to fully customize which tabs (Popular, Employer, Gig, Benefits, Payroll) appear on the home screen of Link's search experience.
- Recommendations for the Popular tab can now be chosen manually.
- Additional selections are available when the user is searching for a payroll provider.
- Users can be given the option to return to the search screen even if they are directly connected to a specific employer or payroll provider.
Fixed
- Various UI and stability issues
5.0.2
5.0.1
Added
- SDK configuration parameter
flowId
Deprecated
- SDK configuration parameter
customizationId
5.0.0
Minimum requirements
- React Native:
0.65.0
- minSdkVersion:
26
- iOS version:
14.0
Added
- Photo capture now available during document upload
- Payroll connections disallowed when an Item's deposit switching capabilities do not support the provided
ddsConfig
onError
callback now returnserrorType
,errorMessage
, anderrorDetails
- Errors added:
dds_not_supported
,incompatible_dds_config
,invalid_account_id
- SDK Typescript typings
Breaking changes
- New required
sandbox
initialization parameter:true
for Sandbox,false
for Production - Previously optional
userToken
initialization parameter now required - Previously required
apiHost
initialization parameter removed accountId
must be used for deep linking to existing accounts
Renamed
- Initialization parameters:
payDistributionConfig
toddsConfig
,linkItems
toitems
- Callbacks:
onCantFindLinkItemClicked
toonCantFindItemClicked
,onPayDistributionError
toonDDSError
,onPayDistributionSuccess
toonDDSSuccess
- Errors:
invalid_link_items
toinvalid_items
,invalid_pd_config
toinvalid_dds_config
Deprecations
- Previously optional initializations parameters removed:
companyName
,showCloseButton
,closeOnOutsideClick
,excludeCategories
,excludeLinkItems
,payDistributionItemsOnly
,showCategories
,exitButtonTitle
,showBackToSearchButton
,backToSearchButtonTitle
,showCantFindLinkItemAtTop
,payDistributionReviewScreenTitle
,payDistributionReviewScreenSubtitle
,payDistributionUpdateFlow
,payDistributionAutoTrigger
- Callbacks removed:
onAccountUpdated
,onUserCreated
4.7.5
Changed
- [Android] Bump Kotlin version to
1.7.10