Prakash
1b4c246034
@uppy/examples: update transloadit example ( #6238 )
...
discovered while testing the `@uppy/transloadit` plugin
ideally these examples should have been updated in
c4455ebba
2026-03-21 11:45:17 +05:30
Prakash
a25226aab2
Fix @uppy/examples ( #6099 )
...
we forgot to update the examples after #5830
2025-12-08 09:48:23 +01:00
Prakash
cb9673bc1e
uppy 5.0: remove stale plugins ( #5834 )
...
This PR removes `@uppy/store-redux` , `@uppy/redux-dev-tools` ,
`@uppy/progress-bar` , `@uppy/drag-drop` , `@uppy/file-input` ,
`@uppy/aws-s3-multipart`
- **Source Removal**
Removed source Dirs of packages, including all source code, styles,
documentation, and build configurations.
- **Bundle & Exports**
Removed related exports from `packages/uppy/src/bundle.ts` and
`index.ts`. Cleaned up dependencies from `uppy/package.json`.
- **Framework Cleanup**
Removed components and exports from:
- `@uppy/react`
- `@uppy/vue`
- `@uppy/svelte`
- `@uppy/angular`
- **Dependency Cleanup**
Removed references across all `package.json`, `peerDependencies`,
`tsconfig.*.json`, and `turbo.json` files.
- **Example Updates**
- Updated Angular example and `private/dev/DragDrop.js`
- Removed deprecated plugin usage
- Cleaned example dependencies
- **Style Cleanup**
Removed CSS imports from `packages/uppy/src/style.scss` and
`examples/angular/src/styles.css`. Fixed TypeScript project references.
- **Migration Guide**
Updated `.github/MIGRATION.md`
2025-07-28 10:30:50 +02:00
Merlijn Vos
78299475ae
Migrate from Eslint/Prettier/Stylelint to Biome ( #5794 )
2025-07-01 14:55:41 +02:00
Antoine du Hamel
70a4615a47
meta: fix linter failures ( #4029 )
2022-08-22 18:35:13 +02:00
Antoine du Hamel
183187d7a1
example: replace Robodog example with Transloadit + RemoteSources + Form ( #4027 )
...
* example: remove Robodog example
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
* Update examples/transloadit/index.html
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-08-22 16:13:24 +01:00
Antoine du Hamel
089aaed615
example: showcase migration out of Robodog ( #4021 )
...
* example: showcase migration out of Robodog
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
* Fix server, apply what was done in #3946
* Do weird things with input[type=file]
* fix last example
* Improve completion logging
* Fix lint
Co-authored-by: Artur Paikin <artur@arturpaikin.com>
2022-08-22 15:24:16 +01:00
Antoine du Hamel
7b0db7d3a0
meta: use node: protocol when using Node.js built-in core modules ( #3871 )
...
`node:` protocol is available as of Node.js 14.18.0 LTS. Since we are
dropping support for all Node.js versions below that, we can take
advantage of this prefix to help differentiate built-in modules from npm
modules.
2022-07-18 14:09:03 +02:00
Kevin van Zonneveld
764c2ccada
Update Linter ( #2796 )
...
* relocate .vscode
* Switch to transloadit linter
* Update .eslintrc.json
* autofix code
* unlink and install eslint-config-transloadit@1.1.1
* Change 0 to "off"
* Don't change 'use strict'
* Do not vertically align
* disable key-spacing
* add import/no-extraneous-dependencies per package
* add more react/a11y warnings
* Revert "autofix code"
This reverts commit 14c8a8cde8 .
* add import/no-extraneous-dependencies per example and main package
* autofix code (2)
* Allow devDependencies in ./bin
* Change import/no-extraneous-dependencies to warn again
* upgrade linter
* Set import/no-extraneous-dependencies to warn
2021-03-15 16:25:17 +00:00
Renée Kooi
fd5a1e7bb0
robodog: actually support specifying Dashboard options
2019-04-29 14:18:02 +02:00
Kevin van Zonneveld
2389d3f914
Use robodog for var name
2019-04-23 10:23:50 +02:00
Renée Kooi
0c7ad1ab29
robodog: Add dashboard() to example.
2019-04-15 10:49:15 +02:00
Renée Kooi
0fa68aab9d
wip
2019-04-15 10:34:58 +02:00
Renée Kooi
b5f0102b98
Output stuff in upload() example
2019-01-31 16:01:49 +01:00
Renée Kooi
6376d68fd5
robodoggo
2019-01-28 17:05:11 +01:00
Renée Kooi
1b1d1e1896
do the rename
2019-01-24 14:18:55 +01:00
Renée Kooi
d7de4dc2fa
Inline dashboard example
2019-01-17 16:40:39 +01:00
Renée Kooi
a7d72bd3fc
lockfile update
2019-01-14 14:09:13 +01:00
Renée Kooi
2e51841ebd
Modal dashboard fix :face_palm:
2018-12-20 16:58:53 +01:00
Renée Kooi
8c51a8340a
tl-wrapper: Embeddable dashboard part 1
2018-12-20 14:50:31 +01:00
Renée Kooi
34ed3061b0
Move target parameter to option in transloadit.pick.
2018-12-06 13:15:03 +01:00
Renée Kooi
b24395f088
transloadit-preset: Document progressBar
2018-12-03 15:31:50 +01:00
Renée Kooi
fdaf9ea4c4
Error reporting in Form example
2018-11-15 13:19:17 +01:00
Renée Kooi
bffe13d0c4
Nicen demo page
2018-11-15 13:19:16 +01:00
Renée Kooi
538f538be1
Add transloadit kitchen sink demo page
2018-11-15 13:19:15 +01:00