dependabot[bot]
4663365e40
build(deps-dev): bump vite from 5.4.16 to 5.4.17 ( #5707 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.16 to 5.4.17.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.17/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.17/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.17
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2025-04-09 15:29:48 +02:00
dependabot[bot]
8072802e4c
build(deps-dev): bump vite from 5.4.14 to 5.4.15 ( #5703 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.14 to 5.4.15.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.15/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.15/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 12:03:11 +02:00
dependabot[bot]
daf22447d4
build(deps-dev): bump vite from 5.4.8 to 5.4.12 ( #5614 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.4.8 to 5.4.12.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.12/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.12/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-23 14:29:17 +01:00
dependabot[bot]
a39193ee14
build(deps-dev): bump vite from 5.3.1 to 5.3.6 ( #5459 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) from 5.3.1 to 5.3.6.
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.3.6/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.3.6/packages/vite )
---
updated-dependencies:
- dependency-name: vite
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-19 10:52:05 +02:00
Merlijn Vos
bc27b4a5c8
Pass container to UIPlugin.render for non-Preact integration ( #5437 )
2024-08-29 16:12:27 +02:00
Merlijn Vos
c148139295
examples: make React example up-to-date ( #5205 )
2024-05-30 12:54:07 +02:00
Merlijn Vos
7d6937300a
meta: enable prettier for markdown ( #5133 )
...
* meta: enable prettier for markdown
* Ignore changelogs
* revert CHANGELOG changes
* More formatting
---------
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
2024-05-02 11:35:55 +02:00
Antoine du Hamel
975038cf4c
meta: upgrade Vite and Vitest ( #4881 )
2024-01-22 15:56:40 +01:00
Artur Paikin
8b252086f5
@uppy/dashboard: auto discover and install plugins without target ( #4343 )
...
* Dashboard: auto discover plugins no matter when they were installed
* Remove target from RemoteSoruces, making it compatible with @uppy/react
* Update packages/@uppy/dashboard/src/Dashboard.jsx
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
* Removed comments, added comments
* better comment
* Change type — otherwise gets listed on Dashboard sources
* Add RemoteSources to React test
* Add RemoteSources to React example
* Add tests
* Refactor for less iteration for each plugin, rename functions
* Prevent error when opts are undefined
* remove console.logs
* prettier
---------
Co-authored-by: Mikael Finstad <finstaden@gmail.com>
2023-10-12 23:19:40 +01:00
Antoine du Hamel
34c78e9093
meta: run Prettier on existing files ( #4713 )
2023-09-29 11:11:28 +02:00
Antoine du Hamel
141eb248be
meta: upgrade to Vite 4 and ESBuild 0.16 ( #4243 )
2022-12-13 15:07:19 +01:00
Antoine du Hamel
7d74d3a451
example: upgrade React example to use React 18 ( #4002 )
2022-08-22 20:02:49 +02:00
Mikael Finstad
8ed210545c
proposal: Cancel assemblies optional ( #3575 )
...
* change cancel logic
to make canceling assemblies optional
possibly fixes #3547
* add forgotten file
* rewrite to reason='user'
* try to fix crash
* change reason to unmount
* Apply suggestions from code review
* add close+unmount in more code examples
also fix rule of hooks issue
* improve reason docs
* add tests
* add options also to reset
* update doc
* also prevent canceling uploads on unmount
* Update website/src/docs/transloadit.md
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
* remove conflicting file
Co-authored-by: Merlijn Vos <merlijn@soverin.net>
2022-05-06 01:53:46 +07:00
Antoine du Hamel
01d7ea13e9
meta: use Yarn v3 instead of npm ( #3237 )
...
* meta: use Yarn v3 instead of npm
* Update CONTRIBUTING.md to fix linter errors
* remove remaining npm commands
* Update deps
2021-10-20 15:16:59 +02:00
Renée Kooi
c1d15abf10
error on import lint failure + some misc lint fixes ( #2813 )
...
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2021-03-20 11:02:49 +01:00
Andrew
80b5ace47d
Added FileInput component to React ( #2706 )
...
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2020-12-18 21:21:12 +00:00
Renée Kooi
a03a1ed7d6
use tusd.tusdemo.net ( #2691 )
2020-12-16 15:08:40 +01:00
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