Add tests for thumbnail:* events.
Show build output
Try adding a non image file?
fixes
Add -b flags to local acceptance tests
fix hanging thumbnail test
Add a corrupt image
revoke
Require passing integration tests
extended debugging?
Try more browser versions
it helps to pick a browser that's available
sort stuff in .travis.yml and add whitespace for easier navigation
[REVERT BEFORE MERGE] only run acceptance tests on this pr
make sure lerna publishes stuff to local
do git tag version during integration test
update lerna
fix install / bootstrap execution order
?
--no-ci
dont do npm ls because it errors with lerna
set a git branch name
blehbleh
ughhhhhhhhhhhh
onerror?
no onerror i guess
onerror 2
Revert "onerror 2"
This reverts commit 64d88551fa1cd337b27e25d16a604dd781a15b43.
onerror 3
more debug data
disable browsers that work
fix syntax for older browsers
thumbnails suite
check different edge versions
abc
use addeventlistener for error, which is different from onerror
no clue
skip thumb test in edge or whatever
Re enable other browsers.
re enable tasks
fix edge skip
this one was intentionally disabled
Remove debug leftovers
edge → supportschoosefile
:ready → :all-generated
Object rest spread was standardised this year so it's safe to use. It
has shipped in major browsers and Node. Because Uppy uses immutable
state we can make a lot of gains in terseness and readability by using
the new object syntaxes, I think.
I updated one place where we were using Object.assign; I think we can
merge it like this first and then update the other places when we are
changing stuff there anyway.
Uses a custom Browserify plugin that turns resolved
`@uppy/xyz/lib/index.js` paths into `@uppy/xyz/src/index.js`. We can
move that plugin to a different file and use it in other places later.
It's a bit of a hack but this is easier than maintaining an aliasify
config for every package, I think.
(Also took this opportunity to ES6ify the examples build script using
`const` / arrows / Set.)