uppy/examples
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
..
angular uppy 5.0: remove stale plugins (#5834) 2025-07-28 10:30:50 +02:00
aws-companion Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
aws-nodejs Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
aws-php Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
cdn Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
companion Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
companion-custom-provider @uppy/companion: fix (breaking) todo comments (#5802) 2025-07-23 13:50:49 +02:00
companion-digitalocean-spaces Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
react Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
react-native-expo Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
sveltekit uppy 5.0: remove stale plugins (#5834) 2025-07-28 10:30:50 +02:00
transloadit uppy 5.0: remove stale plugins (#5834) 2025-07-28 10:30:50 +02:00
vue uppy 5.0: remove stale plugins (#5834) 2025-07-28 10:30:50 +02:00
xhr-bundle @uppy/companion: fix (breaking) todo comments (#5802) 2025-07-23 13:50:49 +02:00
xhr-node Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
xhr-php Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00
xhr-python Cleanup examples (#5817) 2025-07-10 17:23:58 +02:00