Skip to content

v1.0.0-beta1 — First Beta version using Lumo theme by default

Compare
Choose a tag to compare
@web-padawan web-padawan released this 08 Feb 07:11
· 161 commits to master since this release

Live Demo →
API Documentation →

Features:

  • <vaadin-list-box>
    • Has the list role
    • Keyboard support for navigating items: Up Down Home End
    • Implements the roving tabindex technique for moving focus
    • Items need to be wrapped in a <vaadin-item> element
    • Uses Lumo theme by default

Usage:

<vaadin-list-box selected="2">
  <vaadin-item>Item 1</vaadin-item>
  <vaadin-item>Item 2</vaadin-item>
  <vaadin-item>Item 3</vaadin-item>
</vaadin-list-box>

Changes Since v1.0.0-alpha9:

  • 2272ef1 Update screenshot
  • d41da8d Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0
  • 57b473f Update eslint and stylelint to check ./src and ./theme