Closed juraj98 closed 2 months ago
Latest commit: 82611ef6cbaadfbbfcc6bf13dfc83b3e9386a926
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
This pull request introduces several updates across multiple files in the project. Key changes include updates to the package.json
dependencies, the removal of PostCSS and Tailwind CSS configurations, and enhancements to the upload handling logic in the index.tsx
file. Additionally, the export structure for upload handlers has been modified for clarity. The TypeScript configuration has also been adjusted to reflect changes in module resolution and type definitions.
File Path | Change Summary |
---|---|
examples/minimal-solidstart/package.json |
Updated dependencies and added a new script for versioning. |
examples/minimal-solidstart/postcss.config.cjs |
Removed PostCSS configuration file. |
examples/minimal-solidstart/src/app.tsx |
Modified imports and removed title management functionality. |
examples/minimal-solidstart/src/entry-client.tsx |
Added a comment for hot reloading; existing functionality preserved. |
examples/minimal-solidstart/src/entry-server.tsx |
Added a comment for hot reloading; removed favicon link from the head section. |
examples/minimal-solidstart/src/global.css |
Removed Tailwind CSS directives from the global stylesheet. |
examples/minimal-solidstart/src/routes/api/uploadthing.ts |
Changed export structure for upload handlers to define separate GET and POST functions. |
examples/minimal-solidstart/src/routes/index.tsx |
Enhanced upload event handling with new logging and alert features. |
examples/minimal-solidstart/src/server/uploadthing.ts |
Renamed type alias for the file router from OurFileRouter to UploadRouter . |
examples/minimal-solidstart/src/utils/uploadthing.ts |
Updated type parameters in upload-related functions to use UploadRouter . |
examples/minimal-solidstart/tailwind.config.ts |
Removed Tailwind CSS configuration file. |
examples/minimal-solidstart/tsconfig.json |
Modified TypeScript compiler options, changing module resolution and type definitions. |
uploadthing
, which is directly related to the changes in the main PR that also updates the uploadthing
dependency version.UploadButton
and UploadDropzone
components, which are relevant to the changes in the main PR that involve updates to the uploadthing
functionality.UploadButton
and UploadDropzone
components, which are part of the upload functionality mentioned in the main PR.📚 documentation
In the garden of code, changes bloom bright,
With uploads enhanced, and scripts taking flight.
PostCSS and Tailwind, now just memories past,
As we hop to new features, our joy unsurpassed!
So here's to the updates, both clever and spry,
A rabbit's delight, as we reach for the sky! 🐇✨
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
docs-uploadthing | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Sep 24, 2024 2:57pm |
Broke pnpm-lock.yaml
. I'll close this and reopen again 🤦
When working on example for
tanstack/start
I ran into CI lint issue because of different versions ofvinxi
forSolidStart
andtanstack/start
. I decided to update the solidstart example first. Full list of changes:@uploadthing/solid/styles.css
instead.console.log
s andalert
s in index route to be consistent.I'll update solid start getting started docs next and link the PR here.
@juliusmarminge, this might conflict with #980.
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
Chores