Releases: vaadin/vaadin-combo-box
v6.0.1
Live Demo →
API Documentation →
Changes Since v6.0.0:
v6.0.0
⚠️ Breaking Changes Since v5.x:
- The component is updated to be based on Polymer 3
- IE11 and legacy Edge are no longer supported
Changes Since v6.0.0-alpha1:
-
7a3c292 refactor: remove redundant selector checks
-
788fb23 refactor: simplify dropdown wrapper code
-
1b15b0a refactor: remove Polymer 1.x debouncer call
-
10369cb refactor: cleanup dead code and tests
-
f42ff80 fix: add custom-value-set event types [skip ci] (#990)
-
014657a chore: align JSDoc, add change event [skip ci] (#989)
-
c8791c3 chore: update JSDoc for custom events [skip ci] (#980)
v6.0.0-alpha1
⚠️ Breaking Changes Since v5.x:
- The component is updated to be based on Polymer 3
- IE11 and legacy Edge are no longer supported
Changes Since v5.4.7:
v5.4.7
Live Demo →
API Documentation →
Changes Since v5.4.6:
-
a3385b6 fix: Scrolling quickly to the bottom shows blank items (#978)
When the dropdown was being scrolled quickly, some pages weren't being loaded and skipped in the end. It has been fixed by resending the skipped pages after the scroller reset and filter those indexes which are close to current scroller position, so as to avoid unnecessary duplicated pages and loading indicator hanging.
Fixes: #970
v5.4.6
Live Demo →
API Documentation →
Changes Since v5.4.5:
v5.4.5
v5.4.4
v5.4.3
Live Demo →
API Documentation →
Changes Since v5.4.2:
-
7707868 fix: mouse scroll doesn't fetch new items (#962)
The function _scrollIntoView(index) is used instead of scrollToIndex(index) to provide more accurate scroll while restoring the old position in unknown size lazy loading, and ensure the next page after target index is also loaded and rendered.
Fixes #957
v5.4.2
Live Demo →
API Documentation →
Changes Since v5.4.1:
v5.4.1
Live Demo →
API Documentation →