Skip to content

Latest commit

 

History

History
183 lines (108 loc) · 11.6 KB

File metadata and controls

183 lines (108 loc) · 11.6 KB

Features

  • all: Update to Compose BOM 2026.03.00 (#295)

Bug Fixes

  • authenticator: Update Amplify to 2.38.1 (#321)

See all changes between 1.9.2 and 1.10.0

Bug Fixes

  • authenticator: Restart flow for second password attempt (#305)

See all changes between 1.9.1 and 1.9.2

Bug Fixes

  • authenticator: Fix signin not happening after password reset (#302)

See all changes between 1.9.0 and 1.9.1

Features

  • all: Update Amplify dependency to 2.33.0 (#297)

See all changes between 1.8.0 and 1.9.0

Features

  • authenticator: Add passwordless sign in flows (#287)

See all changes between 1.7.0 and 1.8.0

Features

  • all: Update Kotlin language version to 2.2.0 (#256)
  • authenticator: Allow customer to override error strings per exception type (#266)

See all changes between 1.6.0 and 1.7.0

Features

  • authenticator: Add support for Compose autofill (#252)

See all changes between 1.5.0 and 1.6.0

Features

  • authenticator: Handle SignedIn events from outside of Authenticator (#236)

See all changes between 1.4.3 and 1.5.0

Bug Fixes

  • all: Upgrade Compose to latest BOM (#222)

See all changes between 1.4.2 and 1.4.3

Bug Fixes

  • authenticator: Add support for auto-sign-in (#216)

See all changes between 1.4.1 and 1.4.2

Bug Fixes

  • authenticator: Upgrade Amplify dependency to 2.27.0 (#213)

See all changes between 1.4.0 and 1.4.1

Features

  • authenticator: Add support for Email MFA (#199)

See all changes between 1.3.0 and 1.4.0

Features

  • authenticator: Add default error string for LimitExceededException (#182)

See all changes between 1.2.3 and 1.3.0

Bug Fixes

  • authenticator: fix signed in state when access token is expired (#170)

See all changes between 1.2.2 and 1.2.3

Bug Fixes

  • automatically sign in after password reset succeeds (#162)

See all changes between 1.2.1 and 1.2.2

Fixes

  • fix(authenticator): Do not show empty user verification screen by @mattcreaser in #143
  • feat(authenticator): Upgrade to Gen2 Amplify version by @mattcreaser in #148

See all changes between 1.2.0 and 1.2.1

Features

  • authenticator: Upgrade Amplify library to support Amplify Gen2 experience (#148)

Fixes

  • authenticator: Do not show empty user verification screen (#143)

See all changes between 1.1.0 and 1.2.0

Important!

  • New strings added (update translations): "amplify_ui_authenticator_button_copy_key", "amplify_ui_authenticator_enter_totp_code", "amplify_ui_authenticator_step1_title", "amplify_ui_authenticator_step1_content", "amplify_ui_authenticator_step2_title", "amplify_ui_authenticator_step2_content", "amplify_ui_authenticator_step3_title", "amplify_ui_authenticator_step3_content", "amplify_ui_authenticator_mfa_sms", "amplify_ui_authenticator_mfa_totp", "amplify_ui_authenticator_title_signin_confirm_totp", "amplify_ui_authenticator_title_signin_continue_totp_setup", "amplify_ui_authenticator_title_signin_continue_mfa_select"

Features

  • authenticator: Add support for TOTP to Authenticator (#114)

Fixes

  • authenticator: Don't use viewModelScope from the state holder (#83)
  • authenticator: Improve error messaging if auth configuration is invalid/incomplete (#112)

See all changes between 1.0.2 and 1.1.0

Miscellaneous

  • Compose and Material3 version bump #80

See all changes between 1.0.1 and 1.0.2

Fixes

  • authenticator: Add error messages when a TOTP next step is received (#76)

See all changes between 1.0.0 and 1.0.1

Fixes

  • authenticator: Rename AuthenticatorMessage.Information to AuthenticatorMessage.Info (#41)

See all changes between 1.0.0-dev-preview.2 and 1.0.0

Fixes

  • authenticator: Log auth exception (#39)

See all changes between 1.0.0-dev-preview.1 and 1.0.0-dev-preview.2

Features

  • authenticator: Update dial code selector to a bottom sheet with search capability (#32)
  • authenticator: Add a material3 datepicker to date fields. (#34)
  • authenticator: Upgrade to Material 3 1.1.0 (#31)

See all changes between 1.0.0-dev-preview.0 and 1.0.0-dev-preview.1

Features

  • authenticator: Initial Authenticator Dev Preview Release (#10)