Commit graph

25 commits

Author SHA1 Message Date
Renée Kooi
10bc79574e
lerna link convert (#1730)
* lerna link convert

* ci: use npm ci

* update lockfile

* companion: set `bin` to source file

Since typescript doesn't actually transform anything, we can just use
this.

In a next major version we could set `noEmit: true` in the tsconfig and
stop publishing `lib`.

* companion: do chmod +x on start-server.js

* build: remove obsolete lerna config

* build: explicitly install latest versions when building e2e tests for ci

* Remove versions from private packages

* fix regex

* try fix

* ci: force npm to install to endtoend folder

* ci: fold up e2e build output

* Update netlify deploy preview command

* Remove mentions of npm run bootstrap

* Edit .github/CONTRIBUTING.md instead

* companion: add proxy executable

* companion: fix publish

* Downgrade jest to appease create-react-app
2019-07-19 12:16:36 +02:00
Renée Kooi
bbd4930a42
react-example: fix security advisory 2019-05-27 16:15:40 +02:00
Renée Kooi
c868272e5d
fix babel config for react example 2019-05-20 15:37:56 +02:00
Renée Kooi
2574d1251c
Update babel in examples 2019-05-20 11:27:04 +02:00
Ifedapo Olarewaju
adeb2fecfa update docs, tests, and examples with companionUrl rename 2019-04-15 14:56:37 +01:00
Renée Kooi
e9f20282bc
Update a bunch of dependencies 2019-04-01 11:20:57 +02:00
Renée Kooi
630bdecc05
react-example: Initialize Uppy instances in constructor 2019-01-21 14:10:48 +01:00
Kevin van Zonneveld
67af833fdb
More uppy server -> companion renames (#1037)
* Some uppy server -> companion renames

* Fix typos

* Implement most of @goto-bus-stop's feedback

* Nuke Create React App readme

* An Companion -> A Companion

* Companion server -> instance
2018-09-03 14:48:03 +02:00
Renée Kooi
b4676aa874
examples: Update react-example deps. 2018-08-13 12:43:20 +02:00
Artur Paikin
061c9bb77c css should come from uppy package, the one without @ 2018-08-08 20:15:44 -04:00
Renée Kooi
a4822ee90d
Update require() paths in examples. 2018-06-18 11:45:40 +02:00
Ifedapo Olarewaju
c48c8fcb70 refactor: rename host option to serverUrl 2018-06-14 02:37:59 +01:00
Artur Paikin
645e15166a improve Uppy React example
@goto-bus-stop
2018-06-12 16:05:58 -04:00
Renée Kooi
37768e1531
core: Remove .run(). 2018-04-30 12:17:13 +02:00
Renée Kooi
ab8d05c099
examples: Add metaFields to inline React example. 2018-04-23 10:33:04 +02:00
Renée Kooi
b7415fe859
react: Allow overriding <DashboardModal /> target prop
This was always mounting the dashboard DOM element into the current
React container element, but that's not always the right thing to do,
for example if the container element is a small element with `overflow:
hidden` or some `position: relative` style.

This patch allows you to do `target={document.body}` and the like, so
you can mount the dashboard element anywhere.
2018-04-09 12:06:13 +02:00
Sergei Zelinsky
be2837c601
[examples/react-example] add missed css 2018-01-27 01:49:15 +02:00
Renée Kooi
f76d582901
Rename Tus10 to Tus. 2017-10-23 11:49:25 +02:00
Renée Kooi
edc0cb29bc
react: Update example page 2017-09-18 15:05:43 +02:00
Renée Kooi
4a3341d0b9
react: rename react folder from uppy-react → react 2017-09-18 14:40:33 +02:00
Renée Kooi
cfe636d849
react: Add dashboard plugin inside component again. add plugins option. 2017-09-18 14:40:32 +02:00
Renée Kooi
b494118fd4
react: Rewrite example with budo 2017-09-18 14:40:32 +02:00
Renée Kooi
bd506d8425
dashboard: auto-discover previously added provider plugins 2017-09-18 14:40:31 +02:00
Renée Kooi
43085e6b3c
react: Use two different instances for Dashboard and DashboardModal examples 2017-09-18 14:40:30 +02:00
Renée Kooi
56ef40122d
react: Add React components example 2017-09-18 14:40:30 +02:00