Skip to content

Releases: vaadin/vaadin-upload

v4.3.0-alpha1

07 Apr 15:31
Compare
Choose a tag to compare
v4.3.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v4.2.2:

  • 6bdac5c chore(ci): use latest Firefox

  • 4e34eec chore: bump dependencies for RTL

  • 032b3e7 chore(docs): change detail.error type to string (#307)

v4.2.2

14 Jun 08:29
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • The file-remove event is now dispatched properly (#299)

Changes Since v4.2.1:

  • 74a79cc docs: update demos, add when-defined to snippets [skip ci]

  • 912f3d7 chore: remove unused iron-demo-helpers [skip ci]

  • 24bc935 chore: update vaadin-demo-helpers to 3.0.0 [skip ci]

  • c7a6769 chore(ci): pin Firefox version in travis to 66

  • 2e6da6b test: update browser versions used in tests

  • 065fdbb docs: remove iron-icon from README code example [skip ci] (#303)

  • 7b98de9 chore: align with skeleton, replace gulp with npm scripts

  • bc6e590 Remove event.stopPropagation from file-remove event (#299)

  • 7ec2638 Explicitly specify port in 'npm start' script

  • a74bf51 Add 'npm start' script

  • 40ce652 Allowing setting the uploadTarget and passing single file to uploadFiles (#293)

  • b7d21cc Change definition of the isMultiple method (#292)

v2.2.0

20 Sep 12:45
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New features since v2.1.3:

  • add mixins to start, refresh and clear buttons (#252) thanks to @jay8t6
  • add capture passthrough (#232) thanks to @stramel

v4.2.1

12 Sep 09:46
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.2.0:

  • 26d7d7d Remove file from files only if the index is found (#283)

  • ae9ff7c Adding visual tests for material theme (#280)

  • d15bce1 Use files property of package.json instead of .npmignore [skip ci]

v4.0.1

31 Aug 06:25
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.0.0:

  • f5b1670 Fix file dialog opening on mobile devices (#277)

v4.2.0

20 Aug 09:47
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Material theme for <vaadin-upload>, see demo.

Polymer 3

  • First stable version available also in npm, as Polymer 3 based component. Please upgrade to this version if you are using npm, and remember to update any other Vaadin components you use.

Changes Since v4.2.0-beta2:

  • 698f88a Update dependencies to stable versions
  • 81377f3 Update vaadin-element-mixin to 2.0.0
  • 38eb4fb Prevent Polymer mouseCanceller for file input click
  • 214a84d Reorganize demo structure

v4.2.0-beta2

27 Jul 15:49
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 4.2.0-alpha2:

  • c91c5c4 Update bower main to inclue MD for modulizer conversion
  • 030f87e Update vaadin dependencies
  • 57dc353 Use stable polymer-modulizer (#275) - * Use stable polymer-modulizer
  • 137186a Fix Bower semver ranges (#273)
  • 2e4cbcd Use the same action name for single and plurals (#267) - This unifies using of add user action in i18n text to use unified Select text
    instead of switching text and context depending on plural context (one/many).

Thanks!

  • 48b1cdf Fixed end of line problem with gulp-html-extract plugin on Windows.

4.2.0-alpha2

25 Jun 13:06
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 4.2.0-alpha1:

  • e35629d update screenshots
  • 1dfabc3 Do not use vaadin-components-rc branch of custom modulizer
  • 4d29a79 Fix test added to master without appropriate imports
  • 808f2e9 Do not depend on p3-preview
  • e7031ec Merge branch 'master' into p3-preview
  • 3a90112 Add test coverage threshold

v4.2.0-alpha1

07 Jun 18:09
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 4.1.0:

  • 34b8e91 Remove unneded hash in version
  • c57da1e Depend on stable version of material styles
  • 5cae6e9 Adding theme/material

v4.1.0

01 Jun 11:39
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New features

Other Changes Since v4.0.0: