Commit graph

2086 commits

Author SHA1 Message Date
René Kooi
fddbdfaf80
deps: Upgrade babel-plugin-yo-yoify 2017-04-05 17:24:09 +02:00
René Kooi
246862c408
build: Use babel-preset-es2015 with options. 2017-04-05 11:42:36 +02:00
Artur Paikin
5429ba4850 Merge pull request #172 from goto-bus-stop/chore/issue-121
multipart/tus: Remove Promise.all() calls with unused results, closes #121
2017-04-04 03:55:21 -04:00
Artur Paikin
c6adc0f286 get plugin id from string, not constructor.name 2017-04-04 03:45:10 -04:00
Artur Paikin
c7bd306964 try on emoji in Informer messages 2017-04-04 03:15:10 -04:00
Artur Paikin
b95d06accd add link to transloadit on the website 2017-04-04 03:14:47 -04:00
Artur Paikin
6f94fefff3 add acquire plugin logo/name to files on the file list
had to convert `this.icon` to a function in all acquire plugins to make
this work
2017-04-04 03:14:16 -04:00
Artur Paikin
fdc0285b80 changelog 2017-04-04 03:11:45 -04:00
Artur Paikin
d0fe400f8d fix readme typo 2017-04-04 03:10:06 -04:00
René Kooi
46706c1fa3
multipart/tus: Remove unused plugins from uppy-base. 2017-04-03 14:11:56 +02:00
René Kooi
bb55741fc9
multipart/tus: Remove Promise.all() calls with unused results, closes #121 2017-04-03 10:26:41 +02:00
Ifedapo .A. Olarewaju
d24f50b13e update changelog 2017-04-02 23:04:55 +01:00
Ifedapo Olarewaju
b72e9a9150 feature: thumbnails from remote providers 2017-04-02 22:36:01 +01:00
Artur Paikin
bf424f494e Merge pull request #171 from goto-bus-stop/bugfix/close-button-position
Fix Dashboard modal close button position.
2017-03-31 13:18:25 -04:00
René Kooi
124204930d
Fix Dashboard modal close button position.
When the page was scrolled down, the modal close button was
invisible. This patch sets the close button to `fixed` positioning
so it's always in the same place on the screen regardless of scroll,
just like the modal background.
2017-03-31 15:51:29 +02:00
Ifedapo .A. Olarewaju
c89bb8acae update changelog 2017-03-25 14:41:10 +01:00
Ifedapo .A. Olarewaju
4e70e7571a update changelog 2017-03-25 10:56:12 +01:00
Ifedapo .A. Olarewaju
05bf7278da update changelog 2017-03-24 16:01:07 +01:00
Ifedapo Olarewaju
98e1a63b00 chore: send file size to uppy server 2017-03-24 12:02:13 +01:00
Ifedapo .A. Olarewaju
c18ef46cab update chagelog 2017-03-21 01:11:36 +01:00
Artur Paikin
4bd61d3d8a Style improvements 2017-03-15 19:39:01 -04:00
AJvanLoon
a8936c21c8 removed a space 2017-03-15 23:08:11 +01:00
Artur Paikin
0c37ac9c9a improve open graph descriptions and titles, move GA to the bottom to speed up the website 2017-03-15 17:38:42 -04:00
Artur Paikin
669fcc04af add questions to readme 2017-03-15 17:37:59 -04:00
Artur Paikin
dc3f1efa8b release 0.15 post 2017-03-15 17:10:07 -04:00
AJvanLoon
3a3be87f47 Some polish 2017-03-15 21:06:44 +01:00
Artur Paikin
14ead039b0 different meta description for pages and post, try on GitHub ribbon 2017-03-14 11:00:46 -04:00
Artur Paikin
5056bb6ba9 changelog 2017-03-13 19:20:48 -04:00
Artur Paikin
b8dc0fabbb Merge pull request #169 from goto-bus-stop/feature/target-element
Accept a DOM element in `target:` and `trigger` options.
2017-03-13 19:19:53 -04:00
René Kooi
eb7a1e82f3
Accept a DOM element in trigger: option in Dashboard plugin. 2017-03-13 18:20:37 +01:00
René Kooi
5da7d3f0d7
Move isDOMElement helper to core/Utils. 2017-03-13 18:18:20 +01:00
Artur Paikin
8b2407d96b 0.15 post additions 2017-03-13 11:58:28 -04:00
Artur Paikin
e2b0804ebb Stats text and styles 2017-03-13 11:58:07 -04:00
Artur Paikin
ccb238d36a Continue reading ... 2017-03-13 11:57:56 -04:00
Artur Paikin
20dfc93828 Informer line-height, warning added 2017-03-13 11:57:47 -04:00
Artur Paikin
ce81cc53e2 update Stats text, include approximate Uppy sizes when just the necessary plugins are used 2017-03-11 16:45:18 -05:00
Artur Paikin
09452d02ab changelog 2017-03-11 16:44:32 -05:00
Artur Paikin
b0382d7b02 Demo comes first 2017-03-11 16:05:13 -05:00
Artur Paikin
48c42e8a5e underline links on hover 2017-03-11 15:58:47 -05:00
Artur Paikin
547c5567b9 Uppy 0.15: Spring cleanup post draft
//cc @ifedapoolarewaju @AJvanLoon please take a look when you have the
time next week
2017-03-11 15:58:33 -05:00
Artur Paikin
a97a9ca2b2 changelog 2017-03-11 15:57:47 -05:00
René Kooi
622c4820ed
Return the target DOM element from addTarget(). 2017-03-09 20:33:48 +01:00
René Kooi
1173ae7e0b
Use direct <input/> references to trigger file selection in Dashboard.
Every element that was opening a file selection dialog by simulating a
`.UppyDashboard-input` click, was also already rendering one of those
input elements. This patch first creates the `input` elements, and
saves them so their variables can be used to simulate a click event
directly.

This way the `container` prop no longer has to be passed down through
every layer, and we can turn the `.target` property in plugins into
a DOM element because it isn't used in `querySelector` anymore.
2017-03-09 20:29:57 +01:00
René Kooi
853074a5ed
Accept a DOM element in target: option. 2017-03-09 19:57:53 +01:00
Artur Paikin
cbde6e75de planning for 0.16 and 0.17 2017-03-07 10:46:33 -05:00
Artur Paikin
aabb625d2b changelog 2017-03-07 10:09:11 -05:00
Artur Paikin
0c9ea26c96 readme “works great without” 2017-03-07 10:09:11 -05:00
Ifedapo Olarewaju
04b7e00dc5 doc: update changelog 2017-03-07 13:37:32 +01:00
Ifedapo .A. Olarewaju
e71855f476 updare changelog 2017-03-03 14:02:00 +01:00
Kevin van Zonneveld
e132a2f970 Update CHANGELOG.md 2017-03-03 13:54:32 +01:00