uppy/packages/@uppy/svelte
github-actions[bot] 3ad21f03c7
Release: uppy@4.12.0 (#5581)
| Package                    | Version | Package                    | Version |
| -------------------------- | ------- | -------------------------- | ------- |
| @uppy/google-drive-picker  |   0.3.1 | @uppy/unsplash             |   4.3.0 |
| @uppy/google-photos-picker |   0.3.1 | @uppy/utils                |   6.1.1 |
| @uppy/onedrive             |   4.2.1 | @uppy/xhr-upload           |   4.3.1 |
| @uppy/provider-views       |   4.4.0 | uppy                       |  4.12.0 |
| @uppy/svelte               |   4.3.0 |                            |         |

- @uppy/unsplash,@uppy/provider-views: add utmSource option (Merlijn Vos / #5580)
- @uppy/xhr-upload: allow custom error message in onAfterResponse (Merlijn Vos / #5578)
- @uppy/onedrive: fix AsyncStore import (Merlijn Vos / #5579)
- @uppy/google-drive-picker,@uppy/google-photos-picker: Fix Google Picker plugins locale (Merlijn Vos / #5575)
2025-01-08 10:02:48 +00:00
..
src/lib @uppy/svelte: use SvelteKit as the build tool (#5484) 2024-10-15 09:58:14 +02:00
.gitignore @uppy/svelte: use SvelteKit as the build tool (#5484) 2024-10-15 09:58:14 +02:00
.npmignore @uppy/svelte: remove UMD output and make it use newer types (#5023) 2024-03-28 10:04:39 +01:00
CHANGELOG.md Release: uppy@4.11.0 (#5574) 2025-01-06 14:11:04 +00:00
LICENSE Svelte integration (#2671) 2020-12-23 13:45:26 +00:00
package.json Release: uppy@4.12.0 (#5581) 2025-01-08 10:02:48 +00:00
README.md Fix links (#5492) 2024-10-29 13:54:00 +01:00
svelte.config.js @uppy/svelte: use SvelteKit as the build tool (#5484) 2024-10-15 09:58:14 +02:00
tsconfig.json @uppy/unsplash,@uppy/provider-views: add utmSource option (#5580) 2025-01-08 10:14:15 +01:00
vite.config.js @uppy/svelte: use SvelteKit as the build tool (#5484) 2024-10-15 09:58:14 +02:00

@uppy/svelte

Uppy logo: a smiling puppy above a pink upwards arrow

npm version CI status for Uppy tests CI status for Companion tests CI status for browser tests

Svelte component wrappers around Uppys officially maintained UI plugins.

Uppy is being developed by the folks at Transloadit, a versatile file encoding service.

Installation

All Svelte components are provided through the @uppy/svelte package.

Install from NPM:

npm install @uppy/svelte
# Or with yarn
yarn add @uppy/svelte

Documentation

Documentation for this plugin can be found on the Uppy website. At the moment, theres no documentation yet, so this link wont work. Stay tuned for more info

License

The MIT License.