uppy/packages/@uppy/angular/projects/uppy/angular
github-actions[bot] eafe30020e
Release: uppy@3.3.1 (#4222)
| Package                | Version | Package                | Version |
| ---------------------- | ------- | ---------------------- | ------- |
| @uppy/angular          |   0.5.1 | @uppy/companion-client |   3.1.1 |
| @uppy/aws-s3-multipart |   3.1.1 | @uppy/utils            |   5.1.1 |
| @uppy/companion        |   4.1.1 | uppy                   |   3.3.1 |

- @uppy/aws-s3-multipart: handle slow connections better (Antoine du Hamel / #4213)
- @uppy/companion-client: treat `*` the same as missing header (Antoine du Hamel / #4221)
- @uppy/utils: fix types (Antoine du Hamel / #4212)
- @uppy/companion: send expire info for non-multipart uploads (Antoine du Hamel / #4214)
- docs: fix `allowedMetaFields` documentation (Antoine du Hamel / #4216)
- meta: add more bundlers for automated testing (Antoine du Hamel / #4100)
- @uppy/aws-s3-multipart: Fix typo in url check (Christian Franke / #4211)
- meta: use current version of packages when testing bundlers (Antoine du Hamel / #4208)
- meta: do not use the set-output command in workflows (Antoine du Hamel / #4175)
2022-11-16 14:19:54 +00:00
..
src @uppy/angular: remove unnecessary console.log call (#4139) 2022-10-13 22:05:38 +02:00
.eslintrc.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
karma.conf.js @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
ng-package.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00
package.json Release: uppy@3.3.1 (#4222) 2022-11-16 14:19:54 +00:00
README.md doc: update bundler recommendation (#3763) 2022-05-23 19:41:37 +02:00
tsconfig.lib.json @uppy/utils: fix types (#4212) 2022-11-15 14:30:28 +01:00
tsconfig.lib.prod.json @uppy/angular: fix compiler warning (#4064) 2022-08-30 15:06:47 +02:00
tsconfig.spec.json @uppy/angular: update ng version (#3503) 2022-03-02 11:20:38 +01:00

@uppy/angular

Uppy logo: a superman puppy in a pink suit

Build Status

Angular component wrappers around Uppys officially maintained UI plugins.

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

Example

// TODO

Installation

$ npm install @uppy/angular --save

Alternatively, you can also use this plugin in a pre-built bundle from Transloadits CDN: Edgly. In that case Uppy will attach itself to the global window.Uppy object. See the main Uppy documentation for instructions.

Documentation

Documentation for this plugin can be found on the Uppy website.

License

The MIT License.