Releases: vaadin/vaadin-upload
Releases · vaadin/vaadin-upload
v1.1.0-beta3 – Support for noImplicitAny
Changes:
- Directives can now be compiled with latest Angular 2 when
noImplicitAny
has been set intsconfig.json
1.0.0
v1.1.0-beta2 – Support for Angular 2 Release Candidate
Changes:
- Directive is now compatible with the
@angular
packages introduced in2.0.0-rc.0
.
v1.1.0-beta1 — Minor Release Beta
Changes since v1.1.0-alpha1:
- Removed Angular 2 directives README file
- Removed Angular 2 docs
v1.1.0-alpha1 – Angular 2 Directives
Features:
- Angular 2 Directive for
<vaadin-upload>
import {Component} from 'angular2/core';
import {VaadinUpload} from '../bower_components/vaadin-upload/directives/vaadin-upload';
@Component({
selector: 'my-component',
template: `
<vaadin-upload></vaadin-upload>
`,
directives: [VaadinUpload]
})
export class MyComponent { }
1.0.0-rc1
- Bug fixes
FormData
object is now exposed viaupload-request
event- Documentation updates
1.0.0-beta1 – vaadin-upload
This is the first beta release.
The features and API are no longer expected to change.
No changes since last alpha release.
1.0.0-alpha3 – vaadin-upload Third Alpha Release
- Add notify for
files
array property - Remove
file-add
andfile-remove
events, use data binding tofiles
instead - Remove
nomultiple
property, usemaxFiles = 1
instead - Replace custom file template with custom content tag for file list
- Remove cancell all feature
- Add styles for disabled upload button
- Fix file remove animation jump in Safari
- Visual changes to avoid confussion with status and action icons
- Fix styles when using shadow DOM
- UI refinements and CSS fixes
- Improvements in documentation
- A lot of rewording and language corrections in asciidocs
- Document
i18n
andfiles
properties - Document style mixins
- Document
vaadin-upload-file
element events - Align README structure across Vaadin Elements
- Update screenshots
1.0.0-alpha2 – vaadin-upload Second Alpha Release
- Added I18n API
- Improved documentation
- Many design refinements
- Bugfixes
First Alpha Release
First alpha release of vaadin-upload
.
Features:
- “Add Files” Button
- Drop Files Support
- Multiple Uploads by Default
- Auto-starting Uploads. All Files are Uploaded Simultaneously
- Limit File Count, File Size, File Types Restrictions
- Detailed Upload Information for Every File
- Events for File Add, File Remove, File Reject, File Upload State Changes
- Customizable Upload XMLHttpRequest with Attributes and Events
- Customizable Server Response Reaction with Event