You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Fixing wrong date format being submitted when displaying `SignUpField` of type `date` (See [#31](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/31))
7
+
8
+
## 1.0.2 (2023-07-25)
9
+
10
+
### Misc. Updates
11
+
- Pinning the Amplify version up to 2.15.x
12
+
13
+
## 1.0.1 (2023-06-15)
14
+
15
+
### Bug Fixes
16
+
- Fixing issues with Sign Up fields (See [#25](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/25)).
17
+
- Removing duplicated fields in the array provided to `Authenticator.signUpFields(_:)`
18
+
- Preventing fields of type `.phoneNumber` from saving an incomplete phone number if only the dialling code is set.
### Initial release of Amplify UI Authenticator for Swift UI
25
+
26
+
Amplify Authenticator provides a complete drop-in implementation of an authentication flow for your application using [Amplify Authentication](https://docs.amplify.aws/lib/auth/getting-started/q/platform/ios/).
27
+
28
+
More information on setting up and using the component is in the [documentation](https://ui.docs.amplify.aws/swift/connected-components/authenticator).
0 commit comments