Skip to content

Releases: vaadin/vaadin-combo-box

v1.1.3

12 Aug 07:11
Compare
Choose a tag to compare

Changes:

  • Fixed scrolling bug on touch devices (#288).

Issues closed in this milestone

v1.1.2 – Custom Iconset, change event added

29 Jul 06:46
Compare
Choose a tag to compare

Changes:

  • inputElement is now read-only.
  • iron-icons is no longer a dependency (thanks to @web-padawan)
  • change event is now fired when value changes.

v1.1.1

08 Jul 08:56
Compare
Choose a tag to compare

Changes since v1.1.0:

  • enableProdMode is imported twice
  • Don't throw an error if the value is undefined

Issues closed in this milestone

v1.1.0

01 Jul 09:22
Compare
Choose a tag to compare

Changes since v1.1.0-beta3:

  • Let developers customize the input area
    • Adds a new element vaadin-combo-box-light to allow wrapping any custom input element
    • Exposes more public API from paper-input, to cover common use case requested by users
  • Make the opening asynchronous
  • Fix the notifyPath call to have the explicit undefined value argument
  • Remove non needed touchend listeners
  • Fix focus in MS touchscreen devices, fixes #237
  • Apply paper-input styles correctly when invalid
  • _isPositionFixed(element) jumps over fixed wrapper in Shadow DOM #256
  • The suffix attribute causes the internal dropdown icon to appear together with a custom one #261

Issues closed in this milestone

v1.0.1 – Touch Device improvements

08 Jun 10:52
Compare
Choose a tag to compare

Changes:

  • Make the opening asynchronous

    Anton Platonov - Mon, 6 Jun 2016 16:32:54 +0300

  • Fix the notifyPath call to have the explicit undefined value argument

    Anton Platonov - Mon, 6 Jun 2016 11:50:22 +0300

    The second and the third arguments in Polymer.Base.notifyPath are now optional
    since Polymer v1.5.0. Because of that, the behavior when called with a missing
    argument has changed. We have to use explicit undefined value argument from
    now on.

    More about the change: Polymer/polymer#3473

  • Remove non needed touchend listeners

    Manolo Carrasco - Tue, 7 Jun 2016 11:01:41 +0200

  • Fix focus in MS touchscreen devices, fixes #237

    Manolo Carrasco - Fri, 3 Jun 2016 17:04:04 +0300

  • Apply paper-input styles correctly when invalid

    Sauli Tähkäpää - Tue, 26 Apr 2016 13:23:34 +0300

v1.0.0 – 1.0 Stable Release

17 May 09:46
Compare
Choose a tag to compare
  • No Changes Since v1.0.0-rc3

v1.1.0-beta3 – Support for noImplicitAny

10 May 10:11
Compare
Choose a tag to compare

Changes:

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

v1.0.0-rc3

09 May 11:03
Compare
Choose a tag to compare

Changes since v1.0.0-rc2:

  • Fixed an issue causing window.unwrap call while the function was not defined.

Issues closed in this milestone

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

10 May 08:17
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:27
Compare
Choose a tag to compare

Changes since v1.1.0-alpha1:

  • Toggle icon changed back to dropdown arrow
  • Removed Angular 2 directives README file