MoveoTech / terraform-aws-rest-api-architecture

REST API architecture baseline
Apache License 2.0
4 stars 1 forks source link

fix: bump @aws-amplify/ui-react from 3.5.9 to 4.6.0 in /client #715

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps @aws-amplify/ui-react from 3.5.9 to 4.6.0.

Release notes

Sourced from @​aws-amplify/ui-react's releases.

@​aws-amplify/ui-react@​4.6.0

Minor Changes

Patch Changes

@​aws-amplify/ui-react@​4.5.1

Patch Changes

@​aws-amplify/ui-react@​4.5.0

Minor Changes

  • #3589 3c3fbf4d7 Thanks @​dbanksdesign! - FileUploader becomes StorageManager!

    Creating a new package @aws-amplify/ui-react-storage to keep all future Storage related connected components, the first of which is the StorageManager. The StorageManager is a partial re-write of the FileUploader to address some customer issues and make the component more scalable for the future.

    Some notable changes from FileUploader -> StorageManager

    • Component slots: You can override each part of the StorageManager with your custom UI
    • Pre-upload process files: You can use this to programatically change file names before upload or perform optimizations and validations.
    • Easy text updates: The StorageManager component has a displayText prop where you can pass in all the text the component uses.
    import { StorageManager } from '@aws-amplify/ui-react-storage';
    

    export const DefaultStorageManagerExample = () => { return ( <StorageManager acceptedFileTypes={['image/*']} accessLevel="public" maxFileCount={1} /> ); };

... (truncated)

Changelog

Sourced from @​aws-amplify/ui-react's changelog.

4.6.0

Minor Changes

Patch Changes

4.5.1

Patch Changes

4.5.0

Minor Changes

  • #3589 3c3fbf4d7 Thanks @​dbanksdesign! - FileUploader becomes StorageManager!

    Creating a new package @aws-amplify/ui-react-storage to keep all future Storage related connected components, the first of which is the StorageManager. The StorageManager is a partial re-write of the FileUploader to address some customer issues and make the component more scalable for the future.

    Some notable changes from FileUploader -> StorageManager

    • Component slots: You can override each part of the StorageManager with your custom UI
    • Pre-upload process files: You can use this to programatically change file names before upload or perform optimizations and validations.
    • Easy text updates: The StorageManager component has a displayText prop where you can pass in all the text the component uses.
    import { StorageManager } from '@aws-amplify/ui-react-storage';
    

    export const DefaultStorageManagerExample = () => { return ( <StorageManager acceptedFileTypes={['image/*']} accessLevel="public" maxFileCount={1}

... (truncated)

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Superseded by #746.