Skip to content

Releases: vaadin/vaadin-combo-box

v5.5.3

22 Sep 08:03
Compare
Choose a tag to compare

Changes Since v5.5.2:

  • a17b8ab fix: disable validation of internal text-field (#1052)

v5.4.13

22 Sep 07:39
Compare
Choose a tag to compare

Changes Since v5.4.12:

v5.5.2

31 May 09:51
Compare
Choose a tag to compare

Changes Since v5.5.1:

  • 8f1005c chore: update vaadin-text-field version to 2.10.0 (#1050)

v5.5.1

17 May 10:05
Compare
Choose a tag to compare

Changes Since v5.5.0:

  • 38a5a13 fix: ensure no multiple hasInputValue changes on clear button click (#1046)

  • e33fbdc fix: ensure hasInputValue is updated for combo-box-light (#1045)

v5.5.0

09 May 11:11
Compare
Choose a tag to compare

Changes Since v5.4.12:

  • ec927d7 fix: reset _hasInputValue on programmatic value clear (#1044)
  • ec927d7 feat: add internal has-input-value-changed event (#1044)
  • 1c11516 feat: add methods to make setting invalid overridable (#1043)
  • f0e4f9c feat: fire a validated event on validation (#1042)
  • eb42fc5 chore: bump minimist from 0.2.2 to 0.2.4 (#1038)
  • 1f558a7 chore: bump http-cache-semantics from 4.1.0 to 4.1.1 (#1036)
  • 06865cc chore: bump ua-parser-js from 0.7.31 to 0.7.33 (#1035)
  • 30219e0 chore: bump json5 from 2.2.0 to 2.2.3 (#1034)
  • 0c9f5ad chore: bump express from 4.17.2 to 4.18.2 (#1033)
  • bb8a34c chore: bump decode-uri-component from 0.2.0 to 0.2.2 (#1032)
  • 6fc2727 chore: bump engine.io from 3.6.0 to 3.6.1 (#1031)
  • 8e0398b chore: bump async from 2.6.3 to 2.6.4 (#1030)
  • 8373e39 chore: bump minimist from 1.2.5 to 1.2.7 (#1029)
  • 3dd348f chore: bump engine.io and socket.io (#1028)
  • 38f5a30 chore: bump mout from 1.2.3 to 1.2.4 (#1027)

v5.4.12

21 Jan 10:21
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.4.11:

  • 8ef933e chore: update dev dependencies to 3.2.0 stable

  • fda3663 fix: consider a value matching selected item label a known value (#1018)

  • d741d33 chore: add lockfiles to ensure consistent builds in CI (#1017)

v5.4.11

08 Dec 12:35
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.4.10:

  • 589b323 fix: prevent combo box from closing other overlays (#1016)

v5.4.10

24 Nov 13:35
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.4.9:

  • c2011b3 fix: prevent closing vaadin-dialog on Esc keydown in vaadin-combo-box (#1015)

v5.4.9

04 Nov 09:55
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.4.8:

  • 84a6ce9 fix: remove tabindex from combo-box overlay (#1014)

v5.4.8

20 Oct 11:12
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v5.4.7:

  • 278b1da fix: add itemValuePath to selectItemChanged observer (#1013)

  • 62cbcca fix: do not fire custom-value-set event when readonly (#1012)

  • 337aa70 fix: Make dataprovider filtering case-insensitive (#1006)