Artur Paikin
7ae8af44ab
Release
2019-04-04 19:31:09 +03:00
Ifedapo Olarewaju
62305be8b9
companion-client: remove the use of window.location
2019-04-01 14:44:03 +01:00
Artur Paikin
a0355dbbe8
use stubs instead of removed locales
2019-03-19 14:45:56 +03:00
Artur Paikin
27899d944f
Release
2019-03-08 20:47:42 +03:00
Artur Paikin
f94bc77deb
Publish
...
- uppy@0.30.2
- @uppy/aws-s3-multipart@0.30.2
- @uppy/aws-s3@0.30.2
- @uppy/companion-client@0.28.2
- @uppy/companion@0.17.2
- @uppy/core@0.30.2
- @uppy/dashboard@0.30.2
- @uppy/drag-drop@0.30.2
- @uppy/dropbox@0.30.2
- @uppy/file-input@0.30.2
- @uppy/form@0.30.2
- @uppy/golden-retriever@0.30.2
- @uppy/google-drive@0.30.2
- @uppy/informer@0.30.2
- @uppy/instagram@0.30.2
- @uppy/progress-bar@0.30.2
- @uppy/provider-views@0.30.2
- @uppy/react@0.30.2
- @uppy/redux-dev-tools@0.30.2
- @uppy/robodog@0.30.2
- @uppy/status-bar@0.30.2
- @uppy/store-default@0.28.2
- @uppy/store-redux@0.28.2
- @uppy/thumbnail-generator@0.30.2
- @uppy/transloadit@0.30.2
- @uppy/tus@0.30.2
- @uppy/url@0.30.2
- @uppy/utils@0.30.2
- @uppy/webcam@0.30.2
- @uppy/xhr-upload@0.30.2
2019-02-22 22:43:58 +03:00
Artur Paikin
a5c39e9a35
Release
2019-02-21 19:09:22 +03:00
Artur Paikin
4dcef4c3b9
Release
2019-02-15 23:55:18 +03:00
Renée Kooi
24ec8f81d5
Merge branch 'master' into feature/tl-preset
2019-01-21 10:55:27 +01:00
Renée Kooi
5800fe9ed6
Merge branch 'master' into feature/tl-preset
2019-01-17 16:54:44 +01:00
Artur Paikin
3ddf4c7548
Release
2019-01-15 19:21:04 +03:00
Artur Paikin
9fce77830b
Remove jsnext:main since it’s been deprecated
...
https://github.com/stereobooster/package.json#jsnextmain
2019-01-15 18:22:15 +03:00
Renée Kooi
3710b19e1b
Use export = in @uppy/core typings.
2018-12-20 14:51:42 +01:00
Renée Kooi
8c51a8340a
tl-wrapper: Embeddable dashboard part 1
2018-12-20 14:50:31 +01:00
Renée Kooi
dd718ac02e
Merge branch 'master' into feature/tl-preset
2018-12-13 16:10:15 +01:00
Artur Paikin
c68f2c7e68
Release
2018-11-29 23:36:16 +03:00
Renée Kooi
be3838b4ad
Fix typescript errors.
2018-11-29 15:29:51 +01:00
Jonathan Derrough
4633abc143
Fixed getFileType() when passed a file with an upper case extension
...
Updated the unit tests
2018-11-23 15:13:08 +01:00
Artur Paikin
47a68a6148
Release
2018-10-31 19:30:39 +03:00
Artur Paikin
4efc27675c
Allow locale inheritance: defaultLocale, this.uppy.locale, this.opts.locale
...
Mostly what @goto-bus-stop did in 4f51deaaf7 (diff-989af75a364b65c408abe1fc3e7ac0f4R34)
> This patch allows locale keys passed to the main Uppy instance to override default keys in plugins. It's just one idea to kick things off, I'm not attached to this particular implementation.
>
> If we do this we need to make sure that all keys have unique names and that things specific to eg. a single service are "namespaced" (`transloaditEncoding` instead of `encoding`).
>
> The benefit to this is that there is a central point of configuration for languages, so there could be language packs with strings for eg Czech at `@uppy/lang-cz` (or `@uppy/langs/cz`) that would be very easy to use.
2018-10-20 12:49:06 -04:00
Renée Kooi
626f511ebd
Support mime types with additional data, fixes #1074
2018-10-08 15:26:32 +02:00
Renée Kooi
e9bb066f29
utils: Previews can be generated for image/jpg mime type
2018-10-08 14:23:31 +02:00
Renée Kooi
b343d8ed9e
Release
...
- uppy@0.27.3
- @uppy/aws-s3-multipart@0.27.2
- @uppy/aws-s3@0.27.2
- @uppy/companion-client@0.27.2
- @uppy/companion@0.14.3
- @uppy/core@0.27.1
- @uppy/dashboard@0.27.3
- @uppy/drag-drop@0.27.2
- @uppy/dropbox@0.27.2
- @uppy/file-input@0.27.2
- @uppy/form@0.27.2
- @uppy/golden-retriever@0.27.2
- @uppy/google-drive@0.27.3
- @uppy/informer@0.27.2
- @uppy/instagram@0.27.3
- @uppy/progress-bar@0.27.2
- @uppy/provider-views@0.27.2
- @uppy/react@0.27.3
- @uppy/redux-dev-tools@0.27.2
- @uppy/status-bar@0.27.2
- @uppy/thumbnail-generator@0.27.2
- @uppy/transloadit@0.27.3
- @uppy/tus@0.27.3
- @uppy/url@0.27.3
- @uppy/utils@0.27.1
- @uppy/webcam@0.27.2
- @uppy/xhr-upload@0.27.2
2018-09-03 16:00:24 +02:00
Renée Kooi
f958638455
utils: Add fallback to getFileType ( #1022 )
...
If we can't determine the file type, use the generic
'application/octet-stream' type. This way `file.type` will always be
defined and uploaders don't have to worry about it being `null` or
whatever.
2018-08-27 14:33:56 +02:00
Artur Paikin
400329e632
Release
...
- uppy@0.27.0
- @uppy/aws-s3-multipart@0.27.0
- @uppy/aws-s3@0.27.0
- @uppy/companion-client@0.27.0
- @uppy/companion@0.14.0
- @uppy/core@0.27.0
- @uppy/dashboard@0.27.0
- @uppy/drag-drop@0.27.0
- @uppy/dropbox@0.27.0
- @uppy/file-input@0.27.0
- @uppy/form@0.27.0
- @uppy/golden-retriever@0.27.0
- @uppy/google-drive@0.27.0
- @uppy/informer@0.27.0
- @uppy/instagram@0.27.0
- @uppy/progress-bar@0.27.0
- @uppy/provider-views@0.27.0
- @uppy/react@0.27.0
- @uppy/redux-dev-tools@0.27.0
- @uppy/status-bar@0.27.0
- @uppy/store-default@0.27.0
- @uppy/store-redux@0.27.0
- @uppy/thumbnail-generator@0.27.0
- @uppy/transloadit@0.27.0
- @uppy/tus@0.27.0
- @uppy/url@0.27.0
- @uppy/utils@0.27.0
- @uppy/webcam@0.27.0
- @uppy/xhr-upload@0.27.0
2018-08-11 22:29:46 +01:00
Renée Kooi
f9a9762dfa
Release
...
- uppy@0.26.0
- @uppy/aws-s3-multipart@0.26.0
- @uppy/aws-s3@0.26.0
- @uppy/core@0.26.0
- @uppy/dashboard@0.26.0
- @uppy/drag-drop@0.26.0
- @uppy/dropbox@0.26.0
- @uppy/file-input@0.26.0
- @uppy/form@0.26.0
- @uppy/golden-retriever@0.26.0
- @uppy/google-drive@0.26.0
- @uppy/informer@0.26.0
- @uppy/instagram@0.26.0
- @uppy/progress-bar@0.26.0
- @uppy/provider-views@0.26.0
- @uppy/react@0.26.0
- @uppy/redux-dev-tools@0.26.0
- @uppy/server-utils@0.26.0
- @uppy/status-bar@0.26.0
- @uppy/store-default@0.26.0
- @uppy/store-redux@0.26.0
- @uppy/thumbnail-generator@0.26.0
- @uppy/transloadit@0.26.0
- @uppy/tus@0.26.0
- @uppy/url@0.26.0
- @uppy/utils@0.26.0
- @uppy/webcam@0.26.0
- @uppy/xhr-upload@0.26.0
2018-06-28 17:12:13 +02:00
Renée Kooi
36e5a82393
Use a single typescript config for all types tests.
2018-06-28 16:30:24 +02:00
Renée Kooi
7a639e1610
Use the UppyFile type where relevant.
2018-06-28 16:30:13 +02:00
Renée Kooi
5d9abc518c
Fix version numbers
2018-06-28 15:41:15 +02:00
Renée Kooi
632c95a094
Remove unused runPromiseSequence util.
2018-06-28 14:15:17 +02:00
Renée Kooi
07eb4fc0b9
Move truncateString util into @uppy/dashboard.
2018-06-28 14:00:17 +02:00
Renée Kooi
a59efea878
Remove unused getArrayBuffer util.
2018-06-28 13:58:03 +02:00
Renée Kooi
e875df7996
Move copyToClipboard util into @uppy/dashboard.
2018-06-28 13:56:40 +02:00
Renée Kooi
51ac27b026
Add typings for @uppy/utils
2018-06-21 13:20:26 +02:00
Renée Kooi
1222873698
Remove unnecessary declare module wrappers from .d.ts files.
2018-06-18 16:22:15 +02:00
Renée Kooi
d494e7df3c
Unit test fixes.
2018-06-18 15:49:59 +02:00
Renée Kooi
a0fd2d3d29
Split up typescript definitions.
...
Also add the type tests to our `npm test` script.
2018-06-18 14:59:08 +02:00
Renée Kooi
382f4fba95
Move stylesheets into packages.
2018-06-18 12:35:47 +02:00
Renée Kooi
2c4e7eaa68
Move Translator into @uppy/utils package.
...
Available as `@uppy/utils/lib/Translator`.
The Translator tests were using `Core()` instead of `Translator()`, so I
changed it to using `Translator` instances directly. The functionality
being tested did not change.
Steps taken:
```bash
git mv src/core/Translator.* packages/@uppy/utils/src
sed -i 's/[./]*\/core\/Translator/@uppy\/utils\/lib\/Translator/' src/**/*.js
vim packages/@uppy/utils/src/Translator.test.js # Fix tests
```
2018-06-14 16:31:19 +02:00
Renée Kooi
2e257b7e55
Move utils files to @uppy/utils package.
...
And rewrite all the require calls.
```bash
git mv src/utils/* packages/@uppy/utils/src
sed -i 's/[./]*\/utils\//@uppy\/utils\/lib\//' src/**/*.js # transform (../)*utils → @uppy/utils
```
2018-06-14 16:31:19 +02:00
Renée Kooi
c1d378de21
Add @uppy/utils skeleton.
...
```bash
mkdir -p packages/@uppy
cp -R package-template packages/@uppy/utils
vim packages/@uppy/utils/{README.md,package.json}
```
Next up, copying the implementation.
2018-06-14 16:31:19 +02:00