Releases: pingdotgg/uploadthing
[email protected]
Minor Changes
- #1045
2d9eb40
Thanks @juliusmarminge! - feat: forward request context toonUploadComplete
andonUploadError
Patch Changes
-
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route -
#1043
d72a427
Thanks @juliusmarminge! - fix: support input transformers -
#1033
de98bab
Thanks @juliusmarminge! - fix: dynamically add either stylesheet or tailwind plugin based on whether `@nuxtjs/tailwindcss´ is installed -
#1013
7ae1ed9
Thanks @juliusmarminge! - chore: only slice file when necessary for resumability -
Updated dependencies [
7ae1ed9
]:- @uploadthing/[email protected]
- @uploadthing/[email protected]
@uploadthing/[email protected]
Patch Changes
-
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route -
Updated dependencies []:
- @uploadthing/[email protected]
@uploadthing/[email protected]
Patch Changes
-
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route -
Updated dependencies []:
- @uploadthing/[email protected]
@uploadthing/[email protected]
Patch Changes
-
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route -
Updated dependencies []:
- @uploadthing/[email protected]
@uploadthing/[email protected]
Patch Changes
- Updated dependencies [
7ae1ed9
]:- @uploadthing/[email protected]
@uploadthing/[email protected]
Patch Changes
-
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route -
Updated dependencies []:
- @uploadthing/[email protected]
@uploadthing/[email protected]
Patch Changes
-
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route -
#1033
de98bab
Thanks @juliusmarminge! - fix: dynamically add either stylesheet or tailwind plugin based on whether `@nuxtjs/tailwindcss´ is installed -
Updated dependencies [
1afb1c9
]:- @uploadthing/[email protected]
@uploadthing/[email protected]
Patch Changes
- #1013
7ae1ed9
Thanks @juliusmarminge! - fix: support legacy module resolutions to support Expo
@uploadthing/[email protected]
Patch Changes
-
#1044
1afb1c9
Thanks @juliusmarminge! - refactor: simplify types for built file route -
Updated dependencies [
1afb1c9
]:- @uploadthing/[email protected]
- @uploadthing/[email protected]
[email protected]
Minor Changes
-
#1008
3acc199
Thanks @juliusmarminge! - feat: add support to specify route endpoint that supports "Go to Definition"All places that accept the
endpoint
argument now additionally accept a function that gets a route registry as input and returns the endpoint to use. This allows for "Go to Definition" to go to the backend route definition directly from the component.Examples
// uploadthing/client#uploadFiles uploadFiles( (routeRegistry) => routeRegistry.videoAndImage, { ... } ) // uploadthing/react#useUploadThing useUploadThing( (routeRegistry) => routeRegistry.videoAndImage, { ... } ) // uploadthing/react#UploadButton <UploadButton endpoint={(routeRegistry) => routeRegistry.videoAndImage} { ... } />
Patch Changes
-
01b1363
Thanks @juliusmarminge! - chore: bump internal effect dependencies (#1005, #1009) -
426b461
Thanks @juliusmarminge! - fix: server handler not receiving the right middleware args when passed{ request: Request }
instead of just Request (#1017) -
#993
72ac250
Thanks @juliusmarminge! - chore: redact sensitive fields from logs usingeffect/Redacted
-
Updated dependencies [
01b1363
,72ac250
,3acc199
,e2df2a2
]:- @uploadthing/[email protected]
- @uploadthing/[email protected]