Skip to content

Releases: vaadin/vaadin-combo-box

v5.1.1

26 May 07:31
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.1.0:

v5.2.0-alpha2

25 May 10:17
Compare
Choose a tag to compare
v5.2.0-alpha2 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v5.2.0-alpha1:

v5.1.0

05 May 12:00
Compare
Choose a tag to compare

Live Demo →
API Documentation →

New Features

  • Added right-to-left (RTL) support.

Changes Since v5.2.0-alpha1:

v5.2.0-alpha1

27 Apr 10:21
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.1.0-alpha1:

  • de2bcdc Add demo for autoOpenDisabled

  • 054f0d8 Revert "docs: mark autoOpenDisabled as private [skip ci] (#867)"

    This reverts commit 7432675.

  • 737280f chore: remove Android Emulator from CRON

  • 7432675 docs: mark autoOpenDisabled as private [skip ci] (#867)

v5.1.0-alpha1

30 Mar 11:12
Compare
Choose a tag to compare
v5.1.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

Changes Since v5.0.11:

v5.0.11

11 Mar 10:45
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.10:

  • d62fb8a fix: combo-box dropdown should not end up behind dialog #148 (#865)

v5.0.10

28 Jan 07:57
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.9:

  • 6aacb6b fix: calculate overlay max-height properly (#856)

  • cc48e41 docs: improve demos, fix indentation [skip ci] (#851)

v5.0.9

12 Nov 12:07
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.8:

  • a52b5f7 refactor: do not use array in querySelector (#850)

  • 57ecffb refactor: update event listener registrations (#849)

v5.0.8

09 Oct 06:24
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.7:

  • No changes in component. WebJar release was broken and incorrectly deployed to maven central repository in v5.0.7, so this is a release to get working WebJar out.

v5.0.7

08 Oct 08:47
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.0.6:

  • 4165205 updated pageSizeObserver to check for negative values (#846)

    • updated pageSizeObserver to check for negative values

    Added a check for negative values to the pageSizeObserver, such that it will not allow negative values to be set for pageSize.
    Similarly to setting non-number values or 0, setting a negative value should throw an exception.

    • simplified expression for checking if pageSize is 0 or negative
  • 0e37938 fix: don't set custom value when event not fired (#844)

  • ab86288 fix indentation

  • 5d9b061 fix indentation

  • e76e617 Fix PR issues

  • 52263e4 Fix review issues

  • e57fd6a Fix review issues

  • 7f13734 Fixed review issues

  • 9346048 chore(skeleton): Change distro to xenial to get chrome stable

  • 9fcb70a Fix space

  • c307092 Fix custom value

  • 71e9a91 create test-case for custom value

  • 9f7c936 Fix custom value bug

  • de7be3d update to xenial