Skip to content

Releases: pingdotgg/uploadthing

[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

@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

Patch Changes

  • #808 4fea8f4 Thanks @juliusmarminge! - fix treeshakeability of Effect dependency by avoiding top-level function calls, and falling back to #__PURE__ directives otherwise

    Importing some utility from e.g. @uploadthing/shared should not explode bundle if Effect isn't used for other stuff

  • #810 4f57264 Thanks @juliusmarminge! - dump all matching mimetypes when using "catch-all" generic types to support more browser / OS configurations

  • #813 7d93270 Thanks @juliusmarminge! - refactor header parsing to support breaking change in Node.js 20.13

@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

Patch Changes

[email protected]

13 May 18:33
c0f9a49
Compare
Choose a tag to compare

Patch Changes

@uploadthing/[email protected]

13 May 18:34
c0f9a49
Compare
Choose a tag to compare

Patch Changes

@uploadthing/[email protected]

13 May 18:33
c0f9a49
Compare
Choose a tag to compare

Patch Changes