Skip to content

v2.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 14:48
· 167 commits to master since this release

Live Demo →
API Documentation →

⚠️ Breaking Changes Since v1.x:

  • The element uses Lumo theme by default. The previous default theme has been dropped. You can import the unstyled version from the src/vaadin-form-layout.html
  • The following custom CSS properties have been renamed to use spacing:
    • --vaadin-form-layout-column-gap renamed to --vaadin-form-layout-column-spacing
    • --vaadin-form-item-label-gap renamed to --vaadin-form-item-label-spacing
    • --vaadin-form-item-row-gap renamed to --vaadin-form-item-row-spacing

Changes Since v2.0.0-alpha6:

  • 0430db5 Align with skeleton: use node 8.9 in CI, bump polymer-cli to 1.6.0