mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-25 03:08:34 +00:00
| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/angular | 0.6.0 | @uppy/dashboard | 3.5.2 | | @uppy/aws-s3 | 3.3.0 | @uppy/transloadit | 3.3.0 | | @uppy/aws-s3-multipart | 3.6.0 | @uppy/tus | 3.2.0 | | @uppy/companion | 4.8.2 | @uppy/utils | 5.5.0 | | @uppy/companion-client | 3.4.0 | @uppy/xhr-upload | 3.4.0 | | @uppy/core | 3.5.0 | uppy | 3.15.0 | - @uppy/transloadit: Emit assembly progress events (Marius / #4603) - @uppy/transloadit: remove Socket.io (Antoine du Hamel / #4281) - meta: example: update Angular example to 16.x (Antoine du Hamel / #4642) - @uppy/angular: upgrade to Angular 16.x (Antoine du Hamel / #4642) - @uppy/companion: refactor `getProtectedHttpAgent` to make TS happy (Antoine du Hamel / #4654) - @uppy/companion: Alias "removeListener" as "off" in Redis emitter (Elliot Dickison / #4647) - @uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/companion-client,@uppy/core,@uppy/tus,@uppy/utils,@uppy/xhr-upload: Move remote file upload logic into companion-client (Merlijn Vos / #4573) - @uppy/dashboard: when showAddFilesPanel is true, aria-hidden should be the opposite (Artur Paikin / #4643)
73 lines
2 KiB
Markdown
73 lines
2 KiB
Markdown
# @uppy/angular
|
|
|
|
## 0.6.0
|
|
|
|
Released: 2023-09-05
|
|
Included in: Uppy v3.15.0
|
|
|
|
- @uppy/angular: upgrade to Angular 16.x (Antoine du Hamel / #4642)
|
|
|
|
## 0.5.0
|
|
|
|
Released: 2022-11-10
|
|
Included in: Uppy v3.3.0
|
|
|
|
- @uppy/angular,@uppy/utils: add `cause` support for `AbortError`s (Antoine du Hamel / #4198)
|
|
|
|
## 0.4.3
|
|
|
|
Released: 2022-10-19
|
|
Included in: Uppy v3.2.0
|
|
|
|
- @uppy/angular: remove unnecessary `console.log` call (Antoine du Hamel / #4139)
|
|
|
|
## 0.4.2
|
|
|
|
Released: 2022-09-25
|
|
Included in: Uppy v3.1.0
|
|
|
|
- @uppy/angular: Fix angular build error (Murderlon)
|
|
|
|
## 0.4.1
|
|
|
|
Released: 2022-08-30
|
|
Included in: Uppy v3.0.1
|
|
|
|
- @uppy/angular: fix compiler warning (Antoine du Hamel / #4064)
|
|
- @uppy/angular: fix peer dependencies (Antoine du Hamel / #4035)
|
|
|
|
## 0.4.0
|
|
|
|
Released: 2022-08-22
|
|
Included in: Uppy v3.0.0
|
|
|
|
- @uppy/angular: upgrade to Angular 14 (Antoine du Hamel / #3997)
|
|
|
|
## 0.3.1
|
|
|
|
Released: 2022-05-30
|
|
Included in: Uppy v2.11.0
|
|
|
|
- @uppy/angular,@uppy/audio,@uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/box,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/onedrive,@uppy/progress-bar,@uppy/react,@uppy/redux-dev-tools,@uppy/robodog,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/store-redux,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: doc: update bundler recommendation (Antoine du Hamel / #3763)
|
|
|
|
## 0.3.0
|
|
|
|
Released: 2022-03-02
|
|
Included in: Uppy v2.7.0
|
|
|
|
- @uppy/angular: update ng version (Antoine du Hamel / #3503)
|
|
|
|
## 0.2.8
|
|
|
|
Released: 2021-12-21
|
|
Included in: Uppy v2.3.2
|
|
|
|
- @uppy/angular,@uppy/companion,@uppy/svelte,@uppy/vue: add `.npmignore` files to ignore `.gitignore` when packing (Antoine du Hamel / #3380)
|
|
- @uppy/angular: Fix module field in `package.json` (Merlijn Vos / #3365)
|
|
|
|
## 0.2.6
|
|
|
|
Released: 2021-12-07
|
|
Included in: Uppy v2.3.0
|
|
|
|
- @uppy/angular: examples: update `angular-example` to Angular v13 (Antoine du Hamel / #3325)
|