Skip to content

Commit

Permalink
Merge pull request #43 from argyle-systems/release-1.8.0
Browse files Browse the repository at this point in the history
Release 1.8.0
  • Loading branch information
MindaugasVarkalys authored Oct 3, 2024
2 parents 88231b1 + da88fce commit 1522f67
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 15 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## 1.8.0

Added:

- For [direct logins](https://docs.argyle.com/workflows/account-connections#direct-login):
- The “**Connect more employers**” button on Link’s success screen can now be optionally toggled ON in your [Flow Settings](https://console.argyle.com/flows).
- A new “**Find more employers**” button is now shown for unsupported Items if the “Allow users to access full search experience” toggle is ON in your Flow Settings.

Changed:

- “Login help” call-to-action button for password resets is now shown more prominently after invalid credentials are submitted on Link’s login screen.
- An improvement to Link’s exit navigation now ensures that users can re-attempt MFA submissions after an incorrect submission without losing their progress.
- After successful document uploads, the “Done” button now closes Link.
- The initial screen shown to returning users can now be set to the “Your connections” screen, which displays the users previous connections.
- Single-sign on (SSO) login hints are now larger.
- Improved UX of Link errors screens for the `platform_temporarily_unavailable` and `full_auth_required` errors.

Fixed:

- After users select a payroll provider and are asked for their employer, if they select “Can’t find your employer?” they will no longer be directed back to the redundant payroll provider selection screen.
- For direct logins, users can now access previous connections to Items that are no longer supported by Argyle.

## 1.7.2

Fixed:
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,5 @@ android {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'com.argyle:argyle-link-android:5.8.2'
implementation 'com.argyle:argyle-link-android:5.9.0'
}
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Argyle (5.8.1)
- Argyle (5.9.0)
- argyle_link_flutter (0.0.1):
- Argyle (= 5.8.1)
- Argyle (= 5.9.0)
- Flutter
- Flutter (1.0.0)

Expand All @@ -20,10 +20,10 @@ EXTERNAL SOURCES:
:path: Flutter

SPEC CHECKSUMS:
Argyle: 982fda6a07dc5a5b0262776cd23756c83f52b8e6
argyle_link_flutter: 7158f8419f8182edd24a0a8021514f535b11fcad
Argyle: df81e503e6c2bb17dabc238934b7ba775c3a719d
argyle_link_flutter: f7558cc176c3706a2fda408f67890389c08ec758
Flutter: e0871f40cf51350855a761d2e70bf5af5b9b5de7

PODFILE CHECKSUM: 775997f741c536251164e3eacf6e34abf2eb7a17

COCOAPODS: 1.11.3
COCOAPODS: 1.15.2
16 changes: 8 additions & 8 deletions example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ packages:
dependency: "direct main"
description:
name: cupertino_icons
sha256: e35129dc44c9118cee2a5603506d823bab99c68393879edb440e0090d07586be
sha256: ba631d1c7f7bef6b729a622b7b752645a2d076dba9976925b8f25725a30e1ee6
url: "https://pub.dev"
source: hosted
version: "1.0.5"
version: "1.0.8"
fake_async:
dependency: transitive
description:
Expand All @@ -73,10 +73,10 @@ packages:
dependency: "direct dev"
description:
name: flutter_lints
sha256: aeb0b80a8b3709709c9cc496cdc027c5b3216796bc0af0ce1007eaf24464fd4c
sha256: a25a15ebbdfc33ab1cd26c63a6ee519df92338a9c10f122adda92938253bef04
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.0.3"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -110,10 +110,10 @@ packages:
dependency: transitive
description:
name: lints
sha256: "5e4a9cd06d447758280a8ac2405101e0e2094d2a1dbdd3756aec3fe7775ba593"
sha256: "0a217c6c989d21039f1498c3ed9f3ed71b354e69873f13a8dfc3c9fe76f1b452"
url: "https://pub.dev"
source: hosted
version: "2.0.1"
version: "2.1.1"
matcher:
dependency: transitive
description:
Expand Down Expand Up @@ -150,10 +150,10 @@ packages:
dependency: transitive
description:
name: plugin_platform_interface
sha256: "6a2128648c854906c53fa8e33986fc0247a1116122f9534dd20e3ab9e16a32bc"
sha256: "4820fbfdb9478b1ebae27888254d445073732dae3d6ea81f0b7e06d5dedc3f02"
url: "https://pub.dev"
source: hosted
version: "2.1.4"
version: "2.1.8"
sky_engine:
dependency: transitive
description: flutter
Expand Down
2 changes: 1 addition & 1 deletion ios/argyle_link_flutter.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ A new flutter plugin project.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'

s.dependency 'Argyle', '5.8.1'
s.dependency 'Argyle', '5.9.0'
end

0 comments on commit 1522f67

Please sign in to comment.