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 07 Feb 13:24
· 149 commits to master since this release

Live Demo →
API Documentation →

Features:

  • Horizontal layout

    <vaadin-horizontal-layout>
      <div>Horizontally</div>
      <div>Aligned</div>
    </vaadin-horizontal-layout>
  • Vertical layout

    <vaadin-vertical-layout>
      <div>Vertically</div>
      <div>Aligned</div>
    </vaadin-vertical-layout>
  • Lumo theme included by default with the following variations:

    • margin - adds a margin on the host element
    • padding - adds a padding on the host element
    • spacing - adds a default amount of space between items
    • spacing-xs - adds an extra small space between items
    • spacing-s - adds a small space between items
    • spacing-l - adds a large small space between items
    • spacing-xl - adds an extra large space between items

Changes Since v1.0.0-alpha8:

  • 6c669df Align with skeleton: remove performance tests
  • d8093c1 Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0
  • 5a25092 Remove unused file and elements-demo-resources dependency
  • 2a91b93 Update eslint and stylelint to check ./src and ./theme