Releases: vaadin/vaadin-select
v2.1.4
Live Demo →
API Documentation →
Fixes
- Added missing Lumo
align-center
andalign-right
theme variants (#199)
Changes Since v2.1.3:
v2.1.3
Live Demo →
API Documentation →
Fixes
- Selected value is now properly updated when re-assigning
renderer
Changes Since v2.1.2:
v2.1.2
Live Demo →
API Documentation →
Fixes
- Added missing
change
event to align with other components (#196)
Changes Since v2.1.1:
v2.0.5
Live Demo →
API Documentation →
Changes Since v2.0.4:
v2.1.1
Live Demo →
API Documentation →
Changes Since v2.1.0:
-
0975a72 fix(material): restore correct toggle button icon (#195)
-
ed12d61 test: update browser versions used in tests
Related to:
vaadin/components-team-tasks#450
vaadin/vaadin-element-skeleton#204
v2.1.0
Live Demo →
API Documentation →
Changes Since v2.1.0-alpha1:
v2.1.0-alpha1
Live Demo →
API Documentation →
New Features
- Allow selecting item with the keyboard without opening the select
Changes Since v2.0.4:
v2.0.4
Live Demo →
API Documentation →
Fixes
- Fixed the "small" Lumo theme variant styles for selected item
Changes Since v2.0.3:
v2.0.3
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
Live Demo →
API Documentation →
Fixes
- Moved
vaadin-list-box
andvaadin-item
to actualdependencies
instead ofdevDependencies
as their style modules are being imported by Lumo and Material themes. It is still possible to import the unstyled version ofvaadin-select
from thesrc
folder and use a custom list-box component.