-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uppy 4.0 major, motherissue #4764
Comments
This comment was marked as resolved.
This comment was marked as resolved.
Are the updated docs available yet? I wanted to give the beta a try but I can't find an updated example |
They are available on the |
@Murderlon I've just finished upgrading - the docs were really helpful, I like the new API a lot more. There's less fiddling, it's more straightforward. I've only had one problem, I can't find a way anymore to get the file name before an upload is sent - I've just worked around that by returning that from the server but probably something that would be good to add into the docs/examples |
Can you open a new issue with a way to reproduce that? Might be a regression. Migration guide is here btw: #5206 |
@Murderlon I've encountered a different problem - see #5248 |
Initial checklist
We are planning the release of the new Uppy Major, we’ve got to prioritise and sort issues and breaking changes for
4.0
and possibly5.0
.Changes touching multiple plugins
allowedMetaFields
option consistent across plugins #4217plugins
array and how to documenttarget
option #5021Body
generic with different uploaders.JSX.Element
global toComponentChild
frompreact
.{ reason }
argument fromcancelAll
/destroy
Body
generics per uploader plugin? (and consider makingAssemblyResponse
types a package to share between repos)@uppy/core
resetProgress
, renameclose
todestroy
, renameclearUploadedFiles
toclear
, and make it publicgetObjectOfFilesPerState
import BasePlugin from '@uppy/core/lib/BasePlugin.js'
import to'@uppy/core'
without bundling Preact for plugins only usingBasePlugin
.uppy.use
#4888@uppy/companion
node-redis
toioredis
#4623bucket
andgetKey
#5169@uppy/provider-views
@uppy/aws-s3
aws-s3-multipart
should becomeaws-s3
. See how we want to do this.@uppy/aws-s3-multipart
into@uppy/aws-s3
, remove code for@uppy/aws-s3-multipart
@uppy/xhr-upload
@uppy/transloadit
@uppy/angular
@uppy/progress-bar
@uppy/status-bar
@uppy/svelte
@uppy/react
useUppy
UppyWrapper
component?useUppyState
prop-types
package and usage.The text was updated successfully, but these errors were encountered: