-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(DatePicker): Fixing the format used to parse the date into a stri…
…ng (#31)
- Loading branch information
Showing
3 changed files
with
34 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Changelog | ||
|
||
## 1.0.3 (2023-08-17) | ||
|
||
### Bug Fixes | ||
- 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)) | ||
|
||
## 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](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/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](https://github.com/aws-amplify/amplify-ui-swift-authenticator/pull/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](https://docs.amplify.aws/lib/auth/getting-started/q/platform/ios/). | ||
|
||
More information on setting up and using the component is in the [documentation](https://ui.docs.amplify.aws/swift/connected-components/authenticator). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters