Skip to content

Releases: vaadin/vaadin-combo-box

v4.0.0-alpha1 - Use Valo theme by default

13 Dec 08:42
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v3.0.2:

  • 4d7064b Fix focused tests

  • 5f4fe5f Bump dependencies versions

  • abd1756 Use Vaadin.ElementMixin

  • 66848da Added basic example screenshot file.

  • fe0f596 Add ThemableMixin documentation to Styling docs.

  • ac3d086 Bump analysis.json

  • 41b8aba Remove 1.x stuff in combo-box-light demo and test

  • d110d2e Remove deprecated verticalOffset property

  • d02c7f4 Remove deprecated property from combo-box-light

  • b48fb5d Replace deprecated hasValue property with attribute

  • b56f235 Fix test broken by Valo theme

  • ff49366 Cleanup Valo theme

    • Move Valo theme styles for <vaadin-combo-box-item> and
      <vaadin-combo-box-dropdown> to separate files
    • Make Valo theme to use shared subelement
      styles
    • Remove src/vaadin-combo-box-styles.html leftover of default themme
    • Add explicit dependency of <vaadin-item>, since Valo theme of
      <vaadin-combo-box-item> includes the <vaadin-item>’s Valo theme.
    • Remove src/doc-imports.html
  • e36a1a2 Use Valo theme by default

  • d304d55 Disable package-lock.json

  • 05b0d93 ; eccd493 Fixing typos

  • fe43998 Remove xvfb for saucelabs. Use wct instead of polymer-cli

v3.0.2

20 Nov 10:02
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v3.0.1:

  • f9fde66, bcfd649 Fix inline demo for webcomponents.org
  • 01bd986 Align default width with text-field.
  • cc3c384 Hide the overlay when there are no items. Fixes #568
  • b554b41 Remove CSS class which is no longer used
  • f2e6cc0 Remove JSDoc annotation for non-existing mixin
  • 14c965c Include a static getter for the element version
  • b81873f The combo-box overlay is now kept open when the user clicks the clear icon.
  • b264652 Improve polymer element API for generate Flow java API
  • 8f2460b Add hidden attribute styles

v3.0.1

30 Oct 08:59
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v3.0.0:

  • 200faf0 - Don't do anything in the initial _valueChanged observer.
  • c45e281 - Remove properties and other mentions of floating labels

v3.0.0

12 Oct 11:34
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v3.0.0-beta1:

  • 556c2d2, 41ee810, Let themable-mixin check for valid Polymer 2 version.

v3.0.0-beta1

27 Sep 13:12
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features:

  • Implemented in ES6 (dropped use of legacy APIs)
  • Themable via themable mixin, has new shadow parts (& dropped CSS mixins)

Changes Since v3.0.0-alpha7:

  • 6cacc34 Remove spinner, reflect loading to attribute
  • d73a174 Added test for the loading property
  • d6c23c3 StackOverflow API used for the 'Remote Data Source' example

v3.0.0-alpha7

26 Sep 12:32
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v3.0.0-alpha6:

v3.0.0-alpha6

25 Sep 13:16
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v3.0.0-alpha5:

  • 7758883 Use a dedicated overlay extension. Improve styling documentation.
  • 73ca342 Ensure dropdown opens before applying new filter
  • 612dc5d Added links to overlay and text field documentation
  • Extend vaadin-overlay and update styling docs #536
  • Ensure dropdown opens before applying new filter #538
  • 9c0c8be Updates for documentation
  • 45700d2 Schedule asynchronous position update

v3.0.0-alpha5 - Adapt demos for new.vaadin.com

22 Sep 07:07
Compare
Choose a tag to compare

v3.0.0-alpha4 — Changes in Overlay and Demos

22 Sep 08:50
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v3.0.0-alpha3:

  • f2a603f Declare and add API doc for invalid property (#530)

  • 42a910c Enable overlay tests

  • 09b8833 Fix overlay position tests

  • bcbac32 Add fixes for the tests from fix/close-on-blur

  • eb87244 Downgrade themable mixin

  • 97fbe24 Adding annotations for mixins

  • ff7e4db Fix focus tests and skip overlay tests for ios

  • 2e2a67e Remove focus and blur handling as it is presented in control-state-mixin, add inputElement property and focused getter to combo-box-light, add inputElement getter to combo-box

  • 0984741 Remove listener for focused-changed, replace it with focusin and focusout listeners in combo-box-mixin, move focused property to mixin, remove _onBlur method

  • 3688560 Adapting demos to new site

  • c7eae92 We need to specify all transitive dependencies in bower.json

  • c84ad6b Moving ajax element by the demo block which uses it

  • 96fe725 Changing ajax localName to avoid collisions with iron-ajax

  • e324585 Cleanup: remove overlay shadow, the overlay theme should do this (vaadin/vaadin-overlay#25)

  • 35a1e23 Use flexbox alignment on (vaadin/vaadin-overlay#22 vaadin/vaadin-overlay#25)

    This aligns the overlay content depending on if the overlay opens above or below the combo-box.

  • 8c57fae Change flex size for custom item element

  • 51728a0 tap -> click

  • 75916eb Dispatch custom event , add event listener for it in mixin

  • 7db2fa2 Add 'API documentation' link

  • 4c335ae yarn -> npm

  • fa0a71e Bump web-component-tester to 6.1.5

  • bf9b315 Remove 1.x-related workaround

  • f5464d8 Use control-state-mixin's feature to prevent focus

v3.0.0-alpha3 – Use `click` event listeners

06 Sep 16:41
Compare
Choose a tag to compare

Live Demo →

API Documentation →

  • Polymer/polymer#4670 was fixed, so we can now use click event listeners instead of up
  • fix combo-box opening while scrolling (#503)