Emma Sauerborn

Results 23 issues of Emma Sauerborn

#### Description of changes iOS safari was defaulting to uppercase first letter for authenticator form fields. This changes the default to lowercase for text and password fields in web authenticator...

#### Description of changes #### Issue #, if available #### Description of how you validated changes #### Checklist - [ ] Have read the [Pull Request Guidelines](https://github.com/aws-amplify/amplify-ui/blob/main/CONTRIBUTING.md) - [ ]...

#### Description of changes Add inline notes to authenticator docs for web and RN about differences between latest and previous versions. Add list of supported major versions to authenticator pages...

#### Description of changes Changes authenticator component to use `OnPush` strategy, which means it can be consumed by components that use either `OnPush` or `Default` strategy. e.g. ``` @Component({ selector:...

#### Description of changes Added babel/traverse 7.23.2 #### Issue #, if available #### Description of how you validated changes #### Checklist - [ ] Have read the [Pull Request Guidelines](https://github.com/aws-amplify/amplify-ui/blob/main/CONTRIBUTING.md)...

#### Description of changes #### Issue #, if available #### Description of how you validated changes #### Checklist - [ ] Have read the [Pull Request Guidelines](https://github.com/aws-amplify/amplify-ui/blob/main/CONTRIBUTING.md) - [ ]...

### On which framework/platform would you like to see this feature implemented? React ### Which UI component is this feature-request for? Liveness ### Please describe your feature-request in detail. Users...

feature-request
Liveness

#### Description of changes - Updates the sdk to the newer version which accepts multiple challenge types, and pass in multiple challenges in the StartFaceLivenessSession API call. - In the...

#### Description of changes #### Issue #, if available #### Description of how you validated changes #### Checklist - [ ] Have read the [Pull Request Guidelines](https://github.com/aws-amplify/amplify-ui/blob/main/CONTRIBUTING.md) - [ ]...

#### Description of changes Moves the call to `StartFaceLivenessSession` (invoked by `initializeLivenessStream`) to the controlling component, `FaceLivenessDetectorCore`. Old flow: Click "start video check", enter `start` state, detect face/distance, enter `initializeLivenessStream`...