Commit graph

8348 commits

Author SHA1 Message Date
Antoine du Hamel
0cccb686fd @uppy/utils: improve support of data URI in dataURItoBlob (#3080) 2021-08-09 16:13:04 +02:00
Antoine du Hamel
6cd5309544 @uppy/utils: simplify canvasToBlob (#3080)
The built-in `HTMLCanvasElement#toBlob` is supported everywhere.
2021-08-09 16:12:59 +02:00
Antoine du Hamel
c8606ae5fe @uppy/utils: use private fields in EventTracker (#3080) 2021-08-09 16:12:54 +02:00
Antoine du Hamel
9866fc1f5c @uppy/utils: remove ponyfill for Array#findIndex (#3080)
The built-in method is supported everywhere.
2021-08-09 16:12:51 +02:00
Antoine du Hamel
2c1287fc52 @uppy/utils: simplify getTimeStamp (#3080) 2021-08-09 16:12:47 +02:00
Antoine du Hamel
126984ece3 @uppy/utils: avoid creating throw-away <div> in isDragDropSupported (#3080) 2021-08-09 16:12:47 +02:00
Antoine du Hamel
2178f531a4 @uppy/utils: simplify code using optional chaining (#3080) 2021-08-09 16:12:37 +02:00
Antoine du Hamel
dc5cab4922 @uppy/utils: use private fields in ProgressTimeout (#3080) 2021-08-09 16:12:33 +02:00
Antoine du Hamel
059870a80b @uppy/utils: refactor prettyETA (#3080) 2021-08-09 16:12:23 +02:00
Antoine du Hamel
3626172b0c @uppy/utils: use private fields in RateLimitedQueue (#3080) 2021-08-09 16:12:18 +02:00
Antoine du Hamel
2cdb19a8c5 @uppy/utils: use Array.from insterad of custom utils (#3080) 2021-08-09 16:12:13 +02:00
Antoine du Hamel
65ffbed1a2 @uppy/utils: refactor truncateString (#3080) 2021-08-09 16:12:08 +02:00
Antoine du Hamel
037b6fe8b5 @uppy/xhr-upload: fix import path (#3080) 2021-08-09 16:12:00 +02:00
Antoine du Hamel
0f9709bb10
@uppy/aws-s3: refactor to private fields (#3076) 2021-08-09 15:54:03 +02:00
Mikael Finstad
efde0eb76b
Disable box (#3087) 2021-08-09 14:34:04 +01:00
Antoine du Hamel
8f489de00e build: always inline package version when building 2021-08-09 15:04:29 +02:00
Antoine du Hamel
b5411ff78c
deps: remove qs-stringify from dependencies (#3077) 2021-08-06 11:03:47 +01:00
Merlijn Vos
1d5ea81efa
Sort Google Drive list by name (#3069) 2021-08-06 11:03:25 +01:00
Merlijn Vos
b7210b1375
Fix webcam mirror option (#3074) 2021-08-06 11:29:23 +02:00
Antoine du Hamel
acab28f54d
website: set background color on root element (#3078) 2021-08-06 10:02:44 +01:00
Artur Paikin
472766e48b
UIPlugin fix: prevent Preact replacing contents of body element by using createDocumentFragment (#3072)
* Pass createDocumentFragment instead of the targetElement to Preact, so it doesn’t destroy the contents of targetElement

* remove replaceTargetContent

* also remove replaceTargetContent from docs and website
2021-08-06 10:02:11 +01:00
Artur Paikin
a0d6332465
Update BACKLOG.md 2021-08-05 17:22:21 +01:00
Antoine du Hamel
7f37c60eaa
@uppy/core: use privater properties in UIPlugin (#3073) 2021-08-05 15:42:55 +01:00
Pascal Jufer
281f797d63
Sync and enhance locale de_DE (#3071) 2021-08-04 22:16:57 +01:00
dependabot[bot]
daee61169b
Bump tar from 6.1.0 to 6.1.2 (#3070)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.2)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-04 00:14:55 +01:00
Artur Paikin
c70b9d71bd update jquery to latest 2021-08-03 15:36:36 +01:00
Artur Paikin
08cac3bebc master --> main 2021-08-03 15:34:24 +01:00
Artur Paikin
60828b8246
Update README.md 2021-08-03 13:56:08 +01:00
Artur Paikin
f19f885a37 Roll back the CDN urls — v2.0.0-alpha.0 is not on CDN 2021-08-03 13:47:25 +01:00
Artur Paikin
113b627dd0 Release 2021-08-02 22:38:11 +01:00
Antoine du Hamel
4bfa5e9d26 fixup! Merge branch 'master' into 2.0 2021-08-02 23:12:00 +02:00
Artur Paikin
8bcf1c6897 Merge branch 'master' into 2.0 2021-08-02 21:53:05 +01:00
Artur Paikin
1c7ac56d84 validateRestrictions was failing due to being unbound, fixed with arrow function 2021-08-02 21:49:24 +01:00
Artur Paikin
2b52d9f9ab fileSource string is unused 2021-08-02 21:48:36 +01:00
Antoine du Hamel
1666f89180 endtoend: remove npm warning on Node.js v14.x 2021-08-02 22:11:25 +02:00
Antoine du Hamel
4497557a3c deps: update package-lock.json 2021-08-02 22:02:36 +02:00
Antoine du Hamel
1d62071b92
@uppy/transloadit: upgrade socket.io-client version (#3065)
* @uppy/transloadit: upgrade `socket.io-client` version

Fixes: https://github.com/transloadit/uppy/issues/2875

* Disable `import/no-extraneous-dependencies` linter rules on website and endtoend files

* fixup! Disable `import/no-extraneous-dependencies` linter rules on website and endtoend files

* fixup! Disable `import/no-extraneous-dependencies` linter rules on website and endtoend files
2021-08-02 20:42:18 +01:00
Artur Paikin
e8f903e78a Merge branch 'master' of https://github.com/transloadit/uppy into master 2021-08-02 15:19:20 +01:00
Antoine du Hamel
4bbd3b97b6 build: Add @babel/plugin-proposal-nullish-coalescing-operator babel plugin
Forces Babel to transplile `??` to ES6 syntax.
2021-08-02 16:12:14 +02:00
Artur Paikin
0760be8cc4 end2end: upgrade create-react-app to 4.0.3 2021-08-02 16:12:14 +02:00
Antoine du Hamel
d1289d6b9a @uppy/angular: fix uppy dependencies 2021-08-02 16:12:14 +02:00
Antoine du Hamel
86a5572900 @uppy/transloadit: fix tests on v16.x 2021-08-02 16:12:14 +02:00
Antoine du Hamel
d9ff0030a9 @uppy/robodog: fix types 2021-08-02 16:12:14 +02:00
Artur Paikin
2fce581063 Release 2021-08-02 15:11:38 +01:00
Artur Paikin
2f791c1747 @uppy/dashboard,@uppy/status-bar: call core methods directly (#3062)
Instead of passing props with x = uppy.x, pass uppy and call methods on
it directly (no need to use `.bind`).
2021-08-02 16:11:28 +02:00
Artur Paikin
0b90925276 hide Box from examples for now 2021-08-02 14:58:00 +01:00
Artur Paikin
f26511ab29
Update app.html 2021-08-02 13:26:34 +01:00
Artur Paikin
72810525f5
Update app.es6 2021-08-02 13:26:02 +01:00
Artur Paikin
90104e7695
don’t show informer for individual required meta fields errors (#3060) 2021-08-02 12:40:27 +01:00
Antoine du Hamel
9b0d25068d
build: fix building on Node.js v14.x LTS (#3061) 2021-08-02 12:36:25 +01:00