Skip to content

Releases: aws-amplify/amplify-ui-swift-authenticator

1.1.2 (2024-04-26)

26 Apr 19:31
8ba6e63
Compare
Choose a tag to compare

Bug Fixes

  • AuthenticatorState: Making move(to:) public (#66)
  • ConfirmSignUp: Updating the state's deliveryDetails property when a new code is sent (#65)

1.1.1 (2024-03-11)

11 Mar 19:32
d08fc5c
Compare
Choose a tag to compare

Bug Fixes

  • Fixing phone numbers containing special characters being rejected by Cognito (See #56)

Misc. Updates

  • Using the new sendVerificationCode API (See #54)

1.1.0 (2023-11-01)

01 Nov 13:30
000062a
Compare
Choose a tag to compare

Features

  • Adding TOTP support (See #31)

1.0.6 (2023-09-14)

14 Sep 20:30
f4c015b
Compare
Choose a tag to compare

Misc. Updates

  • Updating code to support Amplify 2.16+. However, TOTP workflows are not yet supported.

1.0.5 (2023-08-31)

31 Aug 15:08
7b068bb
Compare
Choose a tag to compare

Bug Fixes

  • Fixing required Sign Up attributes being displayed as optionals (#35 )
  • Fixing Sign Up fields not being populated when providing a signUpContent
  • Fixing DatePicker being tappable while invisible, plus not displaying previous set dates.

1.0.4 (2023-08-22)

22 Aug 18:36
0a4e9be
Compare
Choose a tag to compare

Bug Fixes

  • Adding missing label when displaying a .custom() Sign Up field.

1.0.3 (2023-08-18)

18 Aug 14:14
e6cca20
Compare
Choose a tag to compare

Bug Fixes

  • Fixing wrong date format being submitted when displaying SignUpField of type date (See #31)

1.0.2 (2023-07-25)

25 Jul 15:56
5ef413d
Compare
Choose a tag to compare

Misc. Updates

  • Pinning the Amplify version up to 2.15.x

1.0.1 (2023-06-15)

15 Jun 14:32
f96d96f
Compare
Choose a tag to compare

Bug Fixes

  • Fixing issues with Sign Up fields (See #25).
    • Removing duplicated fields in the array provided to Authenticator.signUpFields(_:)
    • Preventing fields of type .phoneNumber from saving an incomplete phone number if only the dialling code is set.
  • Fixing Xcode 15 beta compilation error (See #24, thanks @RowbotNZ!)

1.0.0 (2023-05-24)

24 May 16:19
cbfaca3
Compare
Choose a tag to compare

Initial release of Amplify UI Authenticator for Swift UI

Amplify Authenticator provides a complete drop-in implementation of an authentication flow for your application using Amplify Authentication.

More information on setting up and using the component is in the documentation.