Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 2.77 KB

CHANGELOG.md

File metadata and controls

80 lines (50 loc) · 2.77 KB

Changelog

1.1.4 (2024-06-07)

Bug Fixes

  • Authenticator: Showing the proper message when there's connectivity issues (#82)

Misc. Updates

  • Updating code to support Amplify 2.35+. (#82)

1.1.3 (2024-06-04)

Bug Fixes

  • SignUp: Sign in fails when user is auto confirmed after sign up (#72)

Misc. Updates

  • Pinning the Amplify version up to 2.34.x

1.1.2 (2024-04-26)

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)

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)

Features

  • Adding TOTP support (See #31)

1.0.6 (2023-09-14)

Misc. Updates

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

1.0.5 (2023-08-31)

Bug Fixes

  • Fixing required Sign Up attributes being displayed as optionals
  • Fixing Sign Up fields not being populated when providing a signUpContent
  • Fixing DatePicker being interactable while invisible, plus not displaying previous dates.

1.0.4 (2023-08-22)

Bug Fixes

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

1.0.3 (2023-08-17)

Bug Fixes

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

1.0.2 (2023-07-25)

Misc. Updates

  • Pinning the Amplify version up to 2.15.x

1.0.1 (2023-06-15)

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)

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.