Skip to content

Releases: vaadin/vaadin-select

v2.1.4

25 Jun 16:23
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Added missing Lumo align-center and align-right theme variants (#199)

Changes Since v2.1.3:

  • 8eb806a fix(lumo): apply align themes to selected item (#199)

v2.1.3

17 Jun 07:19
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Selected value is now properly updated when re-assigning renderer

Changes Since v2.1.2:

v2.1.2

03 Jun 07:37
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Added missing change event to align with other components (#196)

Changes Since v2.1.1:

  • e5ad4ac Add change event (#196)

  • 2fd012d chore: update vaadin-demo-helpers to 3.0.0 [skip ci]

  • f5eb19d chore(ci): pin Firefox version in travis to 66

v2.0.5

20 May 08:03
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.0.4:

  • ffc0d50 fix(material): restore correct toggle button icon (#195)

v2.1.1

17 May 13:33
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.1.0:

v2.1.0

29 Apr 13:32
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.1.0-alpha1:

  • fa7053e docs: remove template from README code example [skip ci] (#192)

  • 66a3a85 chore: align with skeleton, replace gulp with npm scripts

  • 2a173ed style: add semicolons to css in attributes

v2.1.0-alpha1

15 Mar 08:31
Compare
Choose a tag to compare
v2.1.0-alpha1 Pre-release
Pre-release

Live Demo →
API Documentation →

New Features

  • Allow selecting item with the keyboard without opening the select

Changes Since v2.0.4:

  • 2721e7e test: check keyboard search for closed select (#190)

  • 939f7c4 feat: keyboard search without opening the overlay (#185)

v2.0.4

11 Mar 09:48
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Fixed the "small" Lumo theme variant styles for selected item

Changes Since v2.0.3:

v2.0.3

15 Feb 13:44
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Fixed the issue in IE 11 with latest version of vaadin-text-field

Changes Since v2.0.2:

  • e7da830 Fix IE11 selected value (#183)

    • Remove wrapping of the input with slot as it is done in vaadin-text-field, update tests

    • Override inputElement getter in select-text-field

    • Temporary disable polymer linter

    • Add check for text-fields slotted input

    • Update tests for slotted input

    • Decrease the test coverage threshold and update visuals

  • 9f1bc30 Explicitly specify port in 'npm start' script

  • 5bcf664 Add 'npm start' script

v2.0.2

17 Dec 11:23
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Fixes

  • Moved vaadin-list-box and vaadin-item to actual dependencies instead of devDependencies as their style modules are being imported by Lumo and Material themes. It is still possible to import the unstyled version of vaadin-select from the src folder and use a custom list-box component.

Changes Since v2.0.1:

  • 9544961 fix(bower): move vaadin-list-box and vaadin-item to dependencies (#177)

  • a0a8e04 chore(demo): add when-defined for demo snippets

  • 07fd8f2 chore(bower): update overlay to stable, use latest demo-helpers