Releases: vaadin/vaadin-combo-box
v1.1.3
v1.1.2 – Custom Iconset, change event added
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
Changes since v1.1.0:
- enableProdMode is imported twice
- Don't throw an error if the value is undefined
v1.1.0
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
- Adds a new element
- 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
v1.0.1 – Touch Device improvements
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 argumentAnton 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 explicitundefined
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
- No Changes Since
v1.0.0-rc3
v1.1.0-beta3 – Support for noImplicitAny
Changes:
- Directives can now be compiled with latest Angular 2 when
noImplicitAny
has been set intsconfig.json
v1.0.0-rc3
Changes since v1.0.0-rc2
:
- Fixed an issue causing
window.unwrap
call while the function was not defined.
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:
- Toggle icon changed back to dropdown arrow
- Removed Angular 2 directives README file