Commit graph

8 commits

Author SHA1 Message Date
Renée Kooi
aee4dee171
fixes flagged by LGTM.com (#1876)
* aws-s3-multipart: fix typo

This was doing a weird thing and probably causing more cancellation
bugs.

Flagged by lgtm.com

* form: fix comparison

* companion-client: fix use strict directive
2019-10-11 13:42:30 +02:00
Artur Paikin
45567c0b13
Try/catch JSON.parse, since the prev result can be empty or not json; set updatedResult to an empty array if it’s not an array (#1800) 2019-08-30 14:57:41 +03:00
Artur Paikin
ae49cefd93
form: exclude own metadata, append result instead of overwriting (#1686)
* exclude meta the the Form plugin itself has added

* append new result to the previous one, instead of overwriting it

* add `replaceResultInFormWithNew` — replace result input value by default, with option to append

* talk about `replaceResultInFormWithNew`

* replaceResultInFormWithNew --> multipleResults
2019-07-03 18:21:06 +03:00
Renée Kooi
e6c52f7681
Use opts.id as the plugin ID for all plugins, fixes #1674 2019-06-19 09:58:14 +02:00
Renée Kooi
980210f76c
Add VERSION properties to all plugins.
And remove the proposal-object-rest-spread plugin because it is built
into preset-env now.
2019-05-27 16:53:47 +02:00
Renée Kooi
59bfbce94a
form: Disable form submit buttons while upload is in progress with triggerUploadOnSubmit 2018-11-15 13:19:16 +01:00
Renée Kooi
72689d01ac
Export Plugin class from @uppy/core. 2018-06-28 12:20:21 +02:00
Renée Kooi
f5bd557e65
Move Form to @uppy/form. 2018-06-14 16:31:19 +02:00