Skip to content

Releases: aws-amplify/amplify-ui

@aws-amplify/ui-react-storage@3.18.2

Choose a tag to compare

@github-actions github-actions released this 01 Sep 12:59
472954f

Patch Changes

@aws-amplify/ui@6.15.6

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:48
89a576b

Patch Changes

  • #7083 733fd63bab9befbdbe1b00b2d7f61c4eb91d42ea Thanks @vishwakt! - fix(authenticator): apply UI provided config and services when signing out before the Authenticator is rendered

    setup.initConfig handles SIGN_OUT, so signing out before the UI sends INIT moved the machine past setup configured with defaults, and it settled on signIn. useAuthenticatorInitMachine only sent INIT on the setup route, so every prop passed to the Authenticator was ignored. The machine now accepts INIT until the UI has configured it, and the UI sends INIT on any route other than idle.

  • #7111 d1f6570056abb7e1aa116f7da81df18ef687b129 Thanks @vishwakt! - fix(authenticator): handle SIGN_OUT while resolving the current user

    The idle and getCurrentUser states only handled their invoke result, so a SIGN_OUT arriving while handleGetCurrentUser was in flight was silently dropped. Signing out during startup could leave the machine authenticated with a stale user, and useAuthenticator().signOut() was a no-op until the machine left idle. Both states now transition to signOut, which cancels the in-flight invoke so a stale user cannot be applied.

@aws-amplify/ui-vue@4.4.6

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:48
89a576b

Patch Changes

@aws-amplify/ui-svelte@1.1.6

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:48
89a576b

Patch Changes

@aws-amplify/ui-react@6.15.6

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:47
89a576b

Patch Changes

@aws-amplify/ui-react-storage@3.18.1

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:48
89a576b

Patch Changes

@aws-amplify/ui-react-notifications@2.3.6

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:48
89a576b

Patch Changes

@aws-amplify/ui-react-native@2.7.6

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:48
89a576b

Patch Changes

@aws-amplify/ui-react-liveness@3.6.9

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:48
89a576b

Patch Changes

@aws-amplify/ui-react-geo@2.3.6

Choose a tag to compare

@github-actions github-actions released this 24 Aug 09:47
89a576b

Patch Changes