-
Notifications
You must be signed in to change notification settings - Fork 300
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Copy storagemanager as fileuploader (#5744)
* chore: copy StorageManager component, renaming copy FileUploader * chore: add FileUploader to component class names * chore: renaming internal FileUploader references to use its own name * chore: adding test for default prop in FileControl * chore: rename test file to use FileUploader reference * chore: add changeset * fix: adding reference to correct component class in test * Update .changeset/small-masks-act.md Co-authored-by: Scott Rees <[email protected]> --------- Co-authored-by: Scott Rees <[email protected]>
- Loading branch information
Showing
79 changed files
with
5,942 additions
and
0 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,6 @@ | ||
--- | ||
'@aws-amplify/ui-react-storage': minor | ||
'@aws-amplify/ui': minor | ||
--- | ||
|
||
Adds FileUploader as new default name of StorageManager to avoid confusion with new components |
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
Oops, something went wrong.