Skip to content

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

4.0.1

08 Apr 14:57
Compare
Choose a tag to compare

Fixed

  • onExitIntroClicked is now a callback of the ArgyleResultListener
  • Do not allow submitting empty credentials
  • The visibility of auth field values other than the passcode cannot be toggled

4.0.0

07 Apr 17:15
791b27e
Compare
Choose a tag to compare

This is a major release - consult Link Upgrade Guides and the Link Customization guide for upgrade instructions and customization tips.

Added

  • Revamped user interface
  • Support for MFA autofill
  • onExitIntroClicked callback for the secondary button of new Intro screen

Breaking changes

  • Renamed pluginKey to linkKey (also renamed INVALID_PLUGIN_KEY error to INVALID_LINK_KEY )

Deprecations

  • Removed introSearchPlaceholder parameter
  • Removed searchScreenTitle parameter
  • Removed searchScreenSubtitle parameter
  • Removed dataPartners parameter

3.11.3

21 Feb 13:55
Compare
Choose a tag to compare

Changed:

  • Updated to use subscription.remove() instead of eventsEmitter.removeListener() if available.

3.11.2

18 Feb 14:53
Compare
Choose a tag to compare

Fixed:

  • Android: A compatibility issue affecting Kotlin 1.6.x

3.11.1

16 Feb 10:04
Compare
Choose a tag to compare

Fixed

  • iOS: Header label positioning in the Forgot Password screen
  • Android: A potential crash happening on hardware back button click

3.11.0

09 Feb 13:22
Compare
Choose a tag to compare

Added

  • Added the ability to log in to an alternative Link Item when disabling one (e.g. Postmates -> Uber)

Fixed

  • iOS: Fixed failing Pay Distribution update in some instances when the parameters are invalid

Changed

  • Android - Increased minSdkVersion to 23
  • iOS - Increased minimum supported iOS version to iOS 12.0

3.10.0

28 Jan 16:54
Compare
Choose a tag to compare

Added

  • Added an option to land returning users directly on the PD Review screen

Fixed

  • Hide the keyboard once starting scrolling on the Search screen

Changed

  • Updated default title & subtitle in the PD Review screen
  • Removed the ability to add new bank allocations/bank accounts
  • iOS - Bumped compilation target to Xcode 13.0 / Swift Compiler 5.5

3.9.0

05 Jan 19:02
Compare
Choose a tag to compare

Changed

  • Updated onError callback with new error types and marked some of the existing ones as deprecated

Fixed

  • Various UI related bugfixes and improvements

3.8.2

03 Jan 14:05
Compare
Choose a tag to compare

Fixed

  • Loader logic when connecting to link item or editing pay distribution
  • Relaxed Kotlin version requirement to 1.3.50

3.8.1

29 Dec 16:29
00c9f1c
Compare
Choose a tag to compare

Fixed

  • Compatibility with React Native 0.66.x build process