Skip to content

Releases: pingdotgg/uploadthing

uploadthing@6.12.0

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/vue@6.6.0

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

Minor Changes

Patch Changes

@uploadthing/svelte@6.6.0

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

Minor Changes

Patch Changes

@uploadthing/solid@6.5.0

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

Minor Changes

Patch Changes

@uploadthing/shared@6.7.5

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/react@6.6.0

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

Minor Changes

Patch Changes

@uploadthing/nuxt@6.5.6

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

Patch Changes

  • Updated dependencies [ab89d48]:
    • @uploadthing/vue@6.6.0

uploadthing@6.10.4

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

Patch Changes

  • 811b4cb Thanks @juliusmarminge! - chore: remove @effect/schema from client bundle resulting in up to 15kB less JS shipped to client (#794)

  • #798 cea8e9d Thanks @juliusmarminge! - fix: add customid to response schema for utapi.listFiles

  • Updated dependencies [811b4cb, 5e6e64c]:

    • @uploadthing/shared@6.7.4
    • @uploadthing/mime-types@0.2.10

@uploadthing/vue@6.5.4

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

Patch Changes

  • Updated dependencies [811b4cb, 5e6e64c]:
    • @uploadthing/shared@6.7.4
    • @uploadthing/dropzone@0.4.1

@uploadthing/svelte@6.5.4

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

Patch Changes

  • Updated dependencies [811b4cb, 5e6e64c]:
    • @uploadthing/shared@6.7.4
    • @uploadthing/dropzone@0.4.1