-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Roadmap to v5 #331
Comments
Would you consider adding issue #201 to the list? The current implementation makes using drag and drop a pain and almost unusable because of the constant flickering and the fact that it opens the local image on the exact moment the dropzone is disabled. I say almost because depending on which direction the user is entering the dropzone from and how the dropzone was designed, the problem doesn't occur(for my dropzone, entering from the left, top and right side border of the dropzone causes this issue. Entering from the bottom of the dropzone alleviates the issue.). |
Do you expect a breaking change to be required for a fix? Haven't had a investigated the issue yet. But from reading the description it doesn't sound like it requires a change in public API to be fixed. Actually adding or not adding to this list doesn't make a difference if it's fixed or not. That only depends on a person picking up that task. 😉 |
@jelhan I've updated the roadmap to push major API and Octane updates to v5. Suggest we merge what we can from open PRs now and then release v4 (believe you are the only contributor who can release). Let me know your thoughts 🙇 |
@jelhan I'm happy for you to release |
I just released v4.0.0. Thanks a lot for all your work that got in!
To be honest I thought you have NPM permissions as well. Maybe we should ask someone with the required permissions to add you as well? |
@gilest Do you want to announce the release on Twitter and Ember's Discord as you have done most of the work? Maybe we should wait with announcing until we fixed the docs deployment (#429 (comment))? |
@jelhan I've posted an announcement on Discord |
v5 has been released. Remaining items ported to #755 |
Since v3 has been released. I've compiled a list of outstanding PRs and issues.
Target v4
File.progress
value fromNaN
tonull
if total file size is unknown (ProgressEvent.total === 0
) File progress is sometimes NaN #344 (PR Ignore progress events where the total file size is reported as 0 bytes #475)Target v5
id
and expose input focus state #388 Improve public API #316 Add events to file-queue helper, set up TypeScript, drop ember-cli-addon-docs, drop support for Ember < 3.28 #620@ember/render-modifiers
as a dependency Bind FileUpload component to the queue with a modifier. Drop@ember/render-modifiers
#654on
#701FileUpload
component andFileDropzone
attribute args #706docs/
markdown files with v5 API and add a support matrix to README #721docs/
markdown files with v5 API and add a support matrix to README #721The text was updated successfully, but these errors were encountered: