Skip to content

Releases: pingdotgg/uploadthing

[email protected]

15 Aug 00:25
5e0f96f
Compare
Choose a tag to compare

Patch Changes

@uploadthing/[email protected]

15 Aug 00:25
5e0f96f
Compare
Choose a tag to compare

Minor Changes

[email protected]

08 Aug 22:47
cb5c09b
Compare
Choose a tag to compare

Patch Changes

  • #251
    872c8a0
    Thanks @markflorkowski! - fix: coherent
    file info in all methods

    all methods now receives a similarly shaped object as the serverside
    onUploadComplete callback:

    export type UploadFileResponse = {
      name: string;
      size: number;
      key: string;
      url: string;
    };

    Updated methods are:

    • onClientUploadComplete in hooks as well as components (The old fileName,
      fileSize, fileUrl and fileKey are retained but marked as deprecated
      for backwards compatibility, and will be removed in the next major.)
    • utapi.uploadFiles as well as utapi.uploadFilesFromUrl
  • Updated dependencies
    [fe46b81]:

@uploadthing/[email protected]

08 Aug 22:47
cb5c09b
Compare
Choose a tag to compare

Patch Changes

  • #251
    872c8a0
    Thanks @markflorkowski! - fix: coherent
    file info in all methods

    all methods now receives a similarly shaped object as the serverside
    onUploadComplete callback:

    export type UploadFileResponse = {
      name: string;
      size: number;
      key: string;
      url: string;
    };

    Updated methods are:

    • onClientUploadComplete in hooks as well as components (The old fileName,
      fileSize, fileUrl and fileKey are retained but marked as deprecated
      for backwards compatibility, and will be removed in the next major.)
    • utapi.uploadFiles as well as utapi.uploadFilesFromUrl
  • Updated dependencies
    [fe46b81]:

@uploadthing/[email protected]

08 Aug 22:47
cb5c09b
Compare
Choose a tag to compare

Minor Changes

@uploadthing/[email protected]

08 Aug 22:47
cb5c09b
Compare
Choose a tag to compare

Patch Changes

  • #251
    872c8a0
    Thanks @markflorkowski! - fix: coherent
    file info in all methods

    all methods now receives a similarly shaped object as the serverside
    onUploadComplete callback:

    export type UploadFileResponse = {
      name: string;
      size: number;
      key: string;
      url: string;
    };

    Updated methods are:

    • onClientUploadComplete in hooks as well as components (The old fileName,
      fileSize, fileUrl and fileKey are retained but marked as deprecated
      for backwards compatibility, and will be removed in the next major.)
    • utapi.uploadFiles as well as utapi.uploadFilesFromUrl
  • Updated dependencies
    [fe46b81]:

[email protected]

07 Aug 22:18
724b39d
Compare
Choose a tag to compare

Patch Changes

[email protected]

04 Aug 17:26
c887146
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

17 Jul 07:05
884b3a1
Compare
Choose a tag to compare

Patch Changes

[email protected]

15 Jul 19:19
c4c2db2
Compare
Choose a tag to compare

Minor Changes

Patch Changes