-
-
Notifications
You must be signed in to change notification settings - Fork 82
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
Bump dropzone library to v6.0.0-beta2 #1271
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rdmark Seems like there's a later version available, beta2?
Neither of these beta versions, or v5.x have had a release in ~2 years, btw.
Nice catch! Interestingly, beta2 isn't mentioned in their docs. But it is available on the CDNs. Looking at the diff they added code for running on AWS S3, and a major refactoring of their unit tests. But that's about it. I'm leaning towards staying on beta1... |
Hm I finally got my docker environment working fully and found out that our code doesn't work with 6.0.0-beta*. Bring back to draft for further investigation. |
Filed a bug upstream dropzone/dropzone#2268 The project seems to be in flux, indeed. The original author hasn't been active since January, and there's talk about forking. Closing until the upstream project has stabilized. |
e9caf66
to
8e40415
Compare
I got help over at the Dropzone project. The trick was to call the |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Beta 2 seems to be working fine, testing on my RPi3. Merging. |
No description provided.