Skip to content

Releases: vaadin/vaadin-upload

v1.1.0-beta3 – Support for noImplicitAny

10 May 10:15
Compare
Choose a tag to compare

Changes:

  • Directives can now be compiled with latest Angular 2 when noImplicitAny has been set in tsconfig.json

1.0.0

09 May 11:07
Compare
Choose a tag to compare

No changes since 1.0.0-rc1 release.

v1.1.0-beta2 – Support for Angular 2 Release Candidate

10 May 08:28
Compare
Choose a tag to compare

Changes:

  • Directive is now compatible with the @angular packages introduced in 2.0.0-rc.0.

v1.1.0-beta1 — Minor Release Beta

27 Apr 10:26
Compare
Choose a tag to compare

Changes since v1.1.0-alpha1:

  • Removed Angular 2 directives README file
  • Removed Angular 2 docs

v1.1.0-alpha1 – Angular 2 Directives

26 Apr 13:25
Compare
Choose a tag to compare

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

25 Apr 13:44
Compare
Choose a tag to compare
  • Bug fixes
  • FormData object is now exposed via upload-request event
  • Documentation updates

1.0.0-beta1 – vaadin-upload

01 Apr 07:59
Compare
Choose a tag to compare

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

24 Mar 07:18
Compare
Choose a tag to compare
  • Add notify for files array property
  • Remove file-add and file-remove events, use data binding to files instead
  • Remove nomultiple property, use maxFiles = 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 and files 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

10 Mar 09:28
Compare
Choose a tag to compare
  • Added I18n API
  • Improved documentation
  • Many design refinements
  • Bugfixes

First Alpha Release

11 Feb 11:04
Compare
Choose a tag to compare

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