Skip to content

Releases: pingdotgg/uploadthing

@uploadthing/[email protected]

26 Jun 20:20
c22ab5e
Compare
Choose a tag to compare

Patch Changes

@uploadthing/[email protected]

26 Jun 20:20
c22ab5e
Compare
Choose a tag to compare

Patch Changes

@uploadthing/[email protected]

26 Jun 20:20
c22ab5e
Compare
Choose a tag to compare

Patch Changes

@uploadthing/[email protected]

26 Jun 20:20
c22ab5e
Compare
Choose a tag to compare

Patch Changes

  • #841 f4f876c Thanks @tim-smart! - refactor: use effect/Micro for client bundle, reducing bundle size shipped to browser by 84kB (-67%)

@uploadthing/[email protected]

26 Jun 20:20
c22ab5e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@uploadthing/[email protected]

26 Jun 20:20
c22ab5e
Compare
Choose a tag to compare

Patch Changes

@uploadthing/[email protected]

26 Jun 20:20
c22ab5e
Compare
Choose a tag to compare

Minor Changes

Patch Changes

[email protected]

25 May 00:41
ce56e58
Compare
Choose a tag to compare

Minor Changes

  • #796 24cdb51 Thanks @juliusmarminge! - feat: accept routeConfig directly in uploadthing/client.generateMimeTypes

    You no longer have to combine generatePermittedFileTypes and generateMimeTypes:

    - accept={generateMimeTypes(
    -   generatePermittedFileTypes(routeConfig).fileTypes,
    - ).join(",")}
    + accept={generateMimeTypes(routeConfig ?? {}).join(",")}

Patch Changes

  • #796 24cdb51 Thanks @juliusmarminge! - feat: add additionalProperties option to file route configs to allow configurations such as image dimension / aspect ratio to propagate down to client

@uploadthing/[email protected]

25 May 00:41
ce56e58
Compare
Choose a tag to compare

Minor Changes

Patch Changes

@uploadthing/[email protected]

25 May 00:41
ce56e58
Compare
Choose a tag to compare

Minor Changes

Patch Changes