Renée Kooi
71f6311aac
changelog: syntax fix
2018-07-19 14:31:26 +02:00
Renée Kooi
3d81557229
Merge pull request #966 from pekala/prevent-uncaught-exception-on-chunk-error
...
Catch and handle errors in prepareUploadPart of S3 multipart upload
2018-07-19 14:07:49 +02:00
Renée Kooi
044250d706
Merge pull request #962 from transloadit/website-sizes
...
Update stats page with bundle sizes for each package.
2018-07-19 14:07:33 +02:00
Renée Kooi
f5824fb390
website: use html + add thumbnail-generator to bundle sizes
2018-07-19 14:04:23 +02:00
Maciek Pekala
1102ebd43c
Catch and handle errors in prepareUploadPart
2018-07-19 13:32:58 +02:00
Renée Kooi
71d1f4dd4e
Merge pull request #967 from pekala/abort-chunk-requests-when-aborting-upload
...
Abort all chunk requests when aborting the S3 multipart upload
2018-07-19 13:08:49 +02:00
Artur Paikin
a9a16c053d
Merge pull request #963 from transloadit/website-examples
...
Use src/ files in website examples.
2018-07-18 19:56:47 -04:00
Renée Kooi
fedfb98fa7
Split integration tests and add one using create-react-app ( #952 )
...
* Split up integration tests.
* Remove unused bits from xhr-limit integration test.
* Use a shared base config for local and remote webdriver tests.
* Remove npmignores
These are no longer needed because we publish from packages/* and not
the root.
* Keep xhr-limit disabled because it still does not work
* Extract integration test helper functions to utils.js.
* Stash React integration test stub
* Fix build steps for CRA integration test.
* Add Webpack CSS test and CRA mount/unmount test
* Add DashboardModal integration tests.
* Add suites to wdio so we can run single tests.
* Fix create-react-app CI build.
2018-07-18 11:24:55 +02:00
Maciek Pekala
ce60103fea
Abort all chunk requests when aborting the multipart upload
2018-07-17 23:35:40 +02:00
Renée Kooi
e0a5aa0ee9
Enable netlify ( #951 )
...
Sticking settings in netlify.toml so that they can be changed by all
collaborators, not just me (unfortunately Netlify team accounts cost $$$)
2018-07-17 10:13:53 +02:00
Artur Paikin
65409a11ba
Merge pull request #959 from transloadit/chore-docs-readme
...
Readme edits and docs improvements
2018-07-16 16:39:26 -04:00
Artur Paikin
9c50b0af56
@uppy/xhr-upload and fix link
2018-07-16 16:39:12 -04:00
Artur Paikin
748ef7ac60
Merge pull request #965 from transloadit/feature/object-rest-spread
...
Add object rest spread transform
2018-07-16 13:03:14 -04:00
Renée Kooi
68b4529ec7
Add object rest spread transform
...
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.
2018-07-16 14:28:55 +02:00
Renée Kooi
1c27adb858
Fix updating _config.yml if it does not yet exist.
2018-07-16 13:00:28 +02:00
Renée Kooi
040ff822d5
Use src/ files in website examples.
...
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.)
2018-07-16 12:23:11 +02:00
Renée Kooi
243fffde1f
Add header ID for bundle sizes.
2018-07-16 11:26:36 +02:00
Renée Kooi
aa14ac4ba8
Style the table with classes.
2018-07-16 11:24:12 +02:00
Renée Kooi
08ef184c22
add size disclaimer
2018-07-16 11:13:22 +02:00
Renée Kooi
bcb20ac062
Move bundle sizes to a table
2018-07-16 11:13:22 +02:00
Renée Kooi
29a7225e3a
Update stats page with bundle sizes for each package.
2018-07-16 11:13:22 +02:00
Artur Paikin
38e324cdb2
add hideRetryButton and hidePauseResumeCancelButtons to status-bar docs
2018-07-15 23:52:57 -04:00
Artur Paikin
69171a8a2c
remove api.md
2018-07-15 23:13:38 -04:00
Artur Paikin
ba67f1f2a1
turn Try it live link into a button
2018-07-15 23:02:08 -04:00
Artur Paikin
ec5e2fed3a
add Polyfills
2018-07-15 23:01:49 -04:00
Artur Paikin
cc7edeff9e
Update examples and link plugins to documentation pages
2018-07-15 22:42:02 -04:00
Artur Paikin
944cbdf382
Merge pull request #907 from NowServingUs/font_family
...
Font family
2018-07-15 21:42:40 -04:00
todd
1f8e52106e
Merge branch 'master' of https://github.com/transloadit/uppy into font_family
2018-07-16 10:34:36 +09:00
todd
5e5ee376c0
update to not use inherit but added !default
2018-07-16 10:33:48 +09:00
Artur Paikin
4955320310
Merge pull request #957 from transloadit/doc/php-highlight
...
doc: Fix highlighting of PHP snippets
2018-07-15 18:21:50 -04:00
Ifedapo .A. Olarewaju
c4f7d33c69
Merge pull request #937 from transloadit/broader-server-pattern
...
refactor: allow Array, RegExp, and String for serverPattern
2018-07-14 09:30:28 +01:00
Ifedapo Olarewaju
c6ba46d6e2
refactor: use plugin id in error message
2018-07-14 09:17:05 +01:00
Renée Kooi
aa75bb8645
doc: Fix highlighting of PHP snippets
...
The Prism language for this was not enabled.
Also added the "PHP" tag thing to the top right of PHP snippets.
2018-07-12 15:26:26 +02:00
Renée Kooi
93f6cc9a24
website: Remove the 0.25 line from the 0.26 post
2018-07-12 14:20:30 +02:00
Renée Kooi
95f75f4e82
website: Start 0.26 post
2018-07-12 14:16:17 +02:00
Artur Paikin
68f4f6b720
Merge pull request #950 from leods92/fix_s3_on_ie11
...
Fix S3 plugin for browsers without support to responseURL
2018-07-10 20:26:59 -04:00
Artur Paikin
646b10edcb
Merge pull request #938 from transloadit/wrong-no-files-msg
...
fix: fix wrong 'no files available' msg flash
2018-07-10 20:14:47 -04:00
Leonardo Schlossmacher
65bb56e1e5
Fix S3 plugin for browsers without support to responseURL
2018-07-07 18:42:43 +02:00
Artur Paikin
aeb7970320
Merge pull request #947 from transloadit/doc/postlerna
...
post-lerna documentation updates & improvements
2018-07-06 12:06:14 -04:00
AJvanLoon
ed367c57ea
Capitalize
2018-07-06 11:42:06 +02:00
Renée Kooi
35414119f9
docs: Fix YAML syntax.
2018-07-05 15:54:06 +02:00
Renée Kooi
59ec7373c1
docs: Fix category header URLs
2018-07-05 15:54:06 +02:00
Renée Kooi
3670ee8b2e
docs: Refer to plugins by their module names in most places
2018-07-05 15:54:06 +02:00
Renée Kooi
31358bc73e
Sort doc pages and add headers.
2018-07-05 15:49:33 +02:00
Renée Kooi
dccc819b1f
docs: Document CDN bundle property name for each plugin.
2018-07-05 15:49:33 +02:00
Renée Kooi
94f993a5a4
docs: DRY sidebar categories
2018-07-05 15:49:33 +02:00
Renée Kooi
a1dfaf3339
docs: Use human friendly names in sidebar
2018-07-05 15:49:33 +02:00
Renée Kooi
f1dee8520f
docs: Use module names in sidebar
2018-07-05 15:49:33 +02:00
Renée Kooi
7e2960dc0f
docs: Rename plugin documentation pages
2018-07-05 15:49:33 +02:00
Renée Kooi
8024f20021
docs: Document CSS files like this?
2018-07-05 15:49:33 +02:00