Skip to content

Releases: argyle-systems/argyle-link-react-native

5.3.0

07 Sep 20:18
6595c6f
Compare
Choose a tag to compare

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

20 Jul 10:17
35d588f
Compare
Choose a tag to compare

Fixed

  • [iOS] An issue with closing Link from deep-linked screens

5.2.1

14 Jul 15:22
b60e001
Compare
Choose a tag to compare

Fixed:

  • [iOS] UI issues when deeplinking into account

5.2.0

13 Jul 14:10
c1c6176
Compare
Choose a tag to compare

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

19 May 11:55
Compare
Choose a tag to compare

Changed

  • DDS allocation restore functionality related naming

Fixed

  • [Android] A potential crash upon entering DDS allocation value

5.1.0

17 May 12:28
Compare
Choose a tag to compare

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

20 Apr 04:50
Compare
Choose a tag to compare

Fixed

  • [iOS] Closing Link after deep linking to a Grouping item
  • [iOS] Minor UI issues

5.0.1

05 Apr 14:20
17cb416
Compare
Choose a tag to compare

Added

  • SDK configuration parameter flowId

Deprecated

  • SDK configuration parameter customizationId

5.0.0

04 Apr 14:00
17cb416
Compare
Choose a tag to compare

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 returns errorType, errorMessage, and errorDetails
  • 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 to ddsConfig, linkItems to items
  • Callbacks: onCantFindLinkItemClicked to onCantFindItemClicked, onPayDistributionError to onDDSError, onPayDistributionSuccess to onDDSSuccess
  • Errors: invalid_link_items to invalid_items, invalid_pd_config to invalid_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

16 Feb 16:10
Compare
Choose a tag to compare

Changed

  • [Android] Bump Kotlin version to 1.7.10