Skip to content

Releases: vaadin/vaadin-combo-box

v4.1.0

20 Aug 09:51
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

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

Polymer 3

  • First stable version available 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.1.0-beta2:

  • b02528d Update vaadin-element-mixin to 2.0.0
  • e70fbbd Avoid notifyResize calls when overlay is closed

v4.1.0-beta2

27 Jul 15:48
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 4.1.0-alpha2:

  • 5e0d9e2 Update vaadin dependencies
  • da30d07 Update Material theme imports for modulizer conversion
  • eecd23f Update vaadin dependencies
  • 1df87c1 Notify for opened is not needed in the dropdown
  • 0abd2d4 Do not open if filteredItems is empty. - Fixes vaadin/vaadin-time-picker#58
  • 3c9bea6 click event needs bubble in tests. Fixes #682
  • b02cb26 Use stable polymer-modulizer
  • 106a944 Fix problem with focusout happening when clicking on scroll bar on Edge
  • e3a4e5b updates based on PR review
  • ef2fab9 added null handling for item label properties
  • 23a80ee Fix bower semver ranges (#675)
  • ffbf25e Update solution and test
  • 6d5fe9d Fixed end of line problem with gulp-html-extract plugin on Windows.
  • b927e9b Update iron-list on filteredItems changed
  • 092b92f Add test

4.1.0-alpha2

25 Jun 13:06
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 4.1.0-alpha1:

v4.1.0-alpha1

07 Jun 18:02
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since 4.0.1:

  • f08b4ad Update overlay version
  • 2fee411 use -styles imports and simple paths
  • fec72bb Remove unneded hash in version
  • 261bb2a Move src import from styled file to element one
  • cdc8506 Depend on stable version of material styles
  • 0b12e47 adjust imports
  • 3e23803 Adjust imports
  • 0dc533e Adding theme/material
  • 60a2701 Add test coverage threshold
  • 4efb11b Update screenshots
  • e216a5b Enable visual tests with Lumo
  • 6a9e228 Remove Bower badge [skip ci]
  • 27a18d2 Set label for vaadin-text-field in demos
  • 3ad6549 Update main level elements (#650)
  • 3478aeb Add Directory badges [skip ci]

v4.0.1

30 Apr 12:48
Compare
Choose a tag to compare

Fixes

  • fixed toggling/clearing bug of on mobile (#648)

v4.0.0

25 Apr 11:55
Compare
Choose a tag to compare

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v3.x:

  • The element uses Lumo theme by default. The previous default theme has been dropped. You can import the unstyled version from the src/vaadin-combo-box.html
  • <vaadin-combo-box>, as well as <vaadin-text-field>, now behaves similar to the native <input> and stretches by default when used inside a column flex container
  • The default width of the element has been dropped in order to satisfy these requirements
  • The vaadin-overlay dependency has been updated to ^3.0.0. Please make sure you are using latest versions of all Vaadin components depending on that version, to prevent possible conflicts.

Changes Since v4.0.0-beta6:

  • 6f64b55 Cleanup incorrect data-binding in test

v4.0.0-beta6 — Major Dependency Update

19 Apr 09:37
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Breaking Change

  • The vaadin-overlay dependency has been updated to ^3.0.0. Please make sure you are using latest versions of all Vaadin components depending on that version, to prevent possible conflicts.

Changes Since v4.0.0-beta5:

  • 49a2c4a Explicit templatize import
  • 4ed96ee Avoid targeting <iron-list>
  • 5cae1b1 Fix overlay styled content
  • e8ac0d8 Depend on <vaadin-overlay> v3
  • 96ebed8 Adding description file for Vaadin Directory
  • 43067e4 it is not necessary to set pointer events to the container
  • ba0806e Adding tests
  • b567ec0 In touch devices blur in touchend or touchmove. Fixes #634
  • 7c74c15 Set correctly pointer-events to the overlay.

v4.0.0-beta5

23 Mar 14:21
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v4.0.0-beta4:

  • 44b575b Disable animations in tests

  • 2663126 Align with skeleton: use stable Chrome in travis

  • 55c8370 Fix iron-list mixin not applied for combo-box in dom-if

  • 5bf1f53 Update gitter link in readme

  • 6f795d1 Ensure the items propagated to overlay when setting focused index

  • 206fd76 Fix observers to prevent overriding value from attribute

  • 92d4d29 Use refactored lumo-menu-overlay styles

v3.0.5 — Maintenance Release

23 Mar 09:40
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • fixed the opening speed regression when using dom-if / dom-repeat (#618)
  • fixed the filteredItems regression not working correctly in some cases (#615)

Many thanks to @flyweight for submitting those issues.

Changes Since v3.0.4:

  • 9034041 Fix iron-list mixin not applied for combo-box in dom-if
  • 634c474 Ensure the items propagated to overlay when setting focused index
  • 4e0012f Fix observers to prevent overriding value from attribute

v4.0.0-beta4

09 Mar 10:40
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Fixed the vaadin-combo-box-light element validation

Changes Since v4.0.0-beta3:

  • b041b6d Align with skeleton: add homepage section [skip ci]
  • 1d64f0f Align with skeleton: refer to Vaadin components instead of elements
  • 7ec2b5b Fix validation for combo-box-light, remove _bindableInput usage
  • e063e4a Align with skeleton: update stylelint and gulp-stylelint
  • 256f02a Enable tests for Safari 9